更新首页page文件,导入Features组件

This commit is contained in:
jingrow 2025-08-22 23:47:42 +08:00
parent 21679d68e6
commit 8d4febd994

View File

@ -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() {
<section className="wrapper">
<Hero15 />
</section>
<section className="container py-[4.5rem] xl:!py-24 lg:!py-24 md:!py-24">
<Features />
</section>
<section className="w-full xl:w-10/12 xl:mx-auto overflow-x-hidden">
<SwiperItems />
</section>