diff --git a/src/app/page.tsx b/src/app/page.tsx index 19f1b54..8acdd6e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,9 +2,9 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import { Sparkles, Zap, Shield, Award } from "lucide-react"; -import ContactSplit from '@/components/sections/contact/ContactSplit'; -import FaqSplitText from '@/components/sections/faq/FaqSplitText'; +import { Sparkles, Zap, Shield, Award, Mail, Phone, MapPin, Calendar } from "lucide-react"; +import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; +import FaqBase from '@/components/sections/faq/FaqBase'; import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; @@ -13,7 +13,7 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav import PricingCardOne from '@/components/sections/pricing/PricingCardOne'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import SplitAbout from '@/components/sections/about/SplitAbout'; -import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; +import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; export default function LandingPage() { return ( @@ -37,7 +37,7 @@ export default function LandingPage() { { name: "Services", id: "#services" }, { name: "Pricing", id: "#pricing" }, { name: "Testimonials", id: "#testimonials" }, - { name: "Book Now", id: "#contact" }, + { name: "Contact", id: "#contact" }, ]} brandName="ZaharaEliteDetailing" /> @@ -62,12 +62,12 @@ export default function LandingPage() {
-
-
-
@@ -205,4 +204,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file