diff --git a/src/app/page.tsx b/src/app/page.tsx index 291a9e8..0a62718 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,17 +3,13 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactCenter from '@/components/sections/contact/ContactCenter'; -import FaqDouble from '@/components/sections/faq/FaqDouble'; import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne'; import FooterCard from '@/components/sections/footer/FooterCard'; import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery'; -import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -import PricingCardEight from '@/components/sections/pricing/PricingCardEight'; -import TeamCardOne from '@/components/sections/team/TeamCardOne'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; -import { Facebook, Instagram, ShieldCheck, Twitter } from "lucide-react"; +import { Facebook, Instagram, ShieldCheck } from "lucide-react"; export default function LandingPage() { return ( @@ -36,11 +32,9 @@ export default function LandingPage() { { name: "Overview", id: "about" }, { name: "Services", id: "features" }, { name: "Reviews", id: "testimonials" }, - { name: "FAQ", id: "faq" }, { name: "Contact", id: "contact" }, ]} brandName="Clog Busters" - button={{ text: "Get Help 24/7", href: "#contact" }} /> @@ -68,6 +62,7 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/portrait-male-car-mechanic-car-repair-shop_23-2150367548.jpg" imageAlt="Our team" mediaAnimation="slide-up" + useInvertedBackground={false} /> @@ -84,6 +79,7 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/plumber-doing-victory-gesture_1368-6312.jpg" imageAlt="Plumbing services" mediaAnimation="slide-up" + useInvertedBackground={false} /> @@ -106,6 +102,7 @@ export default function LandingPage() { title="Call Clog Busters Today" description="We offer 24/7 service. Contact us now to resolve your plumbing issues immediately." background={{ variant: "rotated-rays-animated" }} + useInvertedBackground={false} />