From 007fd2a3740ed1266a7a5019876901b9cda432eb Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 14:55:13 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0de8cdf..7bd2b85 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,15 +4,10 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import AboutMetric from '@/components/sections/about/AboutMetric'; import ContactText from '@/components/sections/contact/ContactText'; -import FaqSplitText from '@/components/sections/faq/FaqSplitText'; import FeatureCardEight from '@/components/sections/feature/FeatureCardEight'; import FooterBase from '@/components/sections/footer/FooterBase'; import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; -import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -import PricingCardOne from '@/components/sections/pricing/PricingCardOne'; -import TeamCardOne from '@/components/sections/team/TeamCardOne'; -import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; import { Award, Home, Sparkles } from "lucide-react"; export default function LandingPage() { @@ -61,6 +56,7 @@ export default function LandingPage() { { icon: Award, label: "Style", value: "Elegant" }, ]} metricsAnimation="slide-up" + useInvertedBackground={false} /> @@ -74,6 +70,7 @@ export default function LandingPage() { ]} title="Thoughtfully Planned Layouts" description="Tailored for large families with a perfect balance of privacy and shared social spaces." + useInvertedBackground={false} /> @@ -82,6 +79,7 @@ export default function LandingPage() { background={{ variant: "plain" }} text="Interested in our modern apartment floor plan? Reach out for a private showing." buttons={[{ text: "Contact Us", href: "#contact" }]} + useInvertedBackground={false} /> -- 2.49.1