From 8d4febd994622f56f46431d215caada7ff50a15e Mon Sep 17 00:00:00 2001 From: jingrow Date: Fri, 22 Aug 2025 23:47:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E9=A6=96=E9=A1=B5page?= =?UTF-8?q?=E6=96=87=E4=BB=B6=EF=BC=8C=E5=AF=BC=E5=85=A5Features=E7=BB=84?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/page.jsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/page.jsx b/app/page.jsx index fcbde6c..9abc316 100644 --- a/app/page.jsx +++ b/app/page.jsx @@ -1,4 +1,5 @@ import Hero15 from "@/components/homes/home-15/Hero15"; +import Features from "@/components/homes/home-15/Features"; import SwiperItems from "@/components/homes/home-15/SwiperItems"; import React from "react"; import { getSiteSettings } from "@/utils/data"; @@ -35,6 +36,9 @@ export default function Page() {
+
+ +