更新首页page文件,导入Features组件
This commit is contained in:
parent
21679d68e6
commit
8d4febd994
@ -1,4 +1,5 @@
|
|||||||
import Hero15 from "@/components/homes/home-15/Hero15";
|
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 SwiperItems from "@/components/homes/home-15/SwiperItems";
|
||||||
import React from "react";
|
import React from "react";
|
||||||
import { getSiteSettings } from "@/utils/data";
|
import { getSiteSettings } from "@/utils/data";
|
||||||
@ -35,6 +36,9 @@ export default function Page() {
|
|||||||
<section className="wrapper">
|
<section className="wrapper">
|
||||||
<Hero15 />
|
<Hero15 />
|
||||||
</section>
|
</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">
|
<section className="w-full xl:w-10/12 xl:mx-auto overflow-x-hidden">
|
||||||
<SwiperItems />
|
<SwiperItems />
|
||||||
</section>
|
</section>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user