diff --git a/src/app/page.tsx b/src/app/page.tsx index 02da45a..0a5320c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,7 +4,9 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo'; import BlogCardTwo from '@/components/sections/blog/BlogCardTwo'; import FooterBase from '@/components/sections/footer/FooterBase'; -import Link from "next/link"; +import SplitAbout from '@/components/sections/about/SplitAbout'; +import FaqBase from '@/components/sections/faq/FaqBase'; +import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; export default function Page() { const navItems = [ @@ -41,7 +43,8 @@ export default function Page() { { imageSrc: "http://img.b2bpic.net/free-photo/catamaran-stairs-leading-into-turquoise-waters_23-2151995404.jpg", imageAlt: "Luxury Yachts" }, { imageSrc: "http://img.b2bpic.net/free-photo/beach-chair-resort_1150-17976.jpg", imageAlt: "Luxury Penthouse" }, { imageSrc: "http://img.b2bpic.net/free-photo/futuristic-view-high-tech-earth-planet_23-2151100429.jpg", imageAlt: "3D Interactive Globe" }, - { imageSrc: "http://img.b2bpic.net/free-photo/catamaran-stairs-leading-into-turquoise-waters_23-2151995404.jpg", imageAlt: "Luxury Yachts" } + { imageSrc: "http://img.b2bpic.net/free-photo/catamaran-stairs-leading-into-turquoise-waters_23-2151995404.jpg", imageAlt: "Luxury Yachts" }, + { imageSrc: "http://img.b2bpic.net/free-photo/beach-chair-resort_1150-17976.jpg", imageAlt: "Luxury Penthouse" } ]} /> @@ -59,6 +62,15 @@ export default function Page() { ]} /> +