From 1d819010070d3ef5f6704874eeba3dacfd0a0258 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 04:59:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 406a49b..8cfe319 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,14 +3,13 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactText from '@/components/sections/contact/ContactText'; -import FaqBase from '@/components/sections/faq/FaqBase'; import FeatureCardTwentySeven from '@/components/sections/feature/FeatureCardTwentySeven'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial'; import SplitAbout from '@/components/sections/about/SplitAbout'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import { ShieldCheck, Heart, Users, BrainCircuit, Target, BookOpen, Clock } from "lucide-react"; -import MetricCardOne from '@/components/sections/metric/MetricCardOne'; +import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; export default function LandingPage() { return ( @@ -63,6 +62,7 @@ export default function LandingPage() { ]} imageSrc="http://img.b2bpic.net/free-photo/senior-couple-holding-hands-together_53876-25301.jpg" textboxLayout="split" + useInvertedBackground={false} /> @@ -72,6 +72,7 @@ export default function LandingPage() { description="Customized solutions designed to support the unique needs of your family." animationType="slide-up" textboxLayout="split" + useInvertedBackground={false} features={[ { id: "s1", title: "Full Move Coordination", descriptions: ["End-to-end management of the moving process."] }, { id: "s2", title: "Downsizing Strategy", descriptions: ["Thoughtful decluttering and item management."] },