From 1699c9dda5d670315d86b66f46432c25fe177060 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 22:16:23 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 92 ++++++++++++++++++------------------------------ 1 file changed, 35 insertions(+), 57 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index aac9d3f..6ed88bd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,13 +3,12 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactCTA from '@/components/sections/contact/ContactCTA'; -import FeatureCardOne from '@/components/sections/feature/FeatureCardOne'; +import FeatureCardTwentyEight from '@/components/sections/feature/FeatureCardTwentyEight'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; -import HeroLogo from '@/components/sections/hero/HeroLogo'; -import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; -import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; +import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial'; +import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; +import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import { Calendar, Palette, Users } from "lucide-react"; export default function LandingPage() { @@ -40,83 +39,63 @@ export default function LandingPage() {
-
-
- -
- -
-
-
-- 2.49.1