From 77774bc14c7477c2e4e3dd754d9f284fb5c79b8f Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 09:07:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 28 +++++++++++++--------------- 1 file changed, 13 insertions(+), 15 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9051fe1..fdec96c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,14 +2,14 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -import HeroLogoLayout from '@/components/sections/hero/HeroLogoLayout'; -import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; +import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial'; +import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import FeatureBento from '@/components/sections/feature/FeatureBento'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; import ContactFaq from '@/components/sections/contact/ContactFaq'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; -import { Building2, Home, Lightbulb, Wrench, Zap, Phone } from 'lucide-react'; +import { Building2, Home, Lightbulb, Wrench, Zap, Phone, Quote } from 'lucide-react'; export default function LandingPage() { return ( @@ -40,17 +40,18 @@ export default function LandingPage() {
-
-
-- 2.49.1