From 5fea047c89ef040c69f721716a6cf4fbb7d03bc3 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 18:03:51 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8acdd6e..b6fa66b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,11 +2,11 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import { Sparkles, Zap, Shield, Award, Mail, Phone, MapPin, Calendar } from "lucide-react"; +import { Sparkles, Zap, Shield, Award, Calendar } from "lucide-react"; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; -import FaqBase from '@/components/sections/faq/FaqBase'; +import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix'; -import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; +import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; @@ -37,6 +37,7 @@ export default function LandingPage() { { name: "Services", id: "#services" }, { name: "Pricing", id: "#pricing" }, { name: "Testimonials", id: "#testimonials" }, + { name: "FAQ", id: "#faq" }, { name: "Contact", id: "#contact" }, ]} brandName="ZaharaEliteDetailing" @@ -164,7 +165,7 @@ export default function LandingPage() {
-
@@ -195,10 +197,13 @@ export default function LandingPage() {