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() {
-
-