From 81a30c98df0cb07af7dd1e95ce645fc7bcd638a5 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 15 May 2026 16:52:01 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 189 +++++++++++++++++------------------------------ 1 file changed, 68 insertions(+), 121 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 87f731b..c2da7d1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,14 +3,12 @@ import ReactLenis from "lenis/react"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay"; -import HeroOverlayTestimonial from "@/components/sections/hero/HeroOverlayTestimonial"; -import FeatureBento from "@/components/sections/feature/FeatureBento"; -import FeatureCardTwentySix from "@/components/sections/feature/FeatureCardTwentySix"; -import MetricCardOne from "@/components/sections/metrics/MetricCardOne"; -import FooterBase from "@/components/sections/footer/FooterBase"; -import TestimonialMarqueeCards from "@/components/sections/testimonial/TestimonialMarqueeCards"; -import ContactCTA from "@/components/sections/contact/ContactCTA"; -import PricingCardTwo from "@/components/sections/pricing/PricingCardTwo"; +import HeroCarouselLogo from "@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo"; +import FeatureCardTwentyOne from "@/components/sections/feature/FeatureCardTwentyOne"; +import MetricCardTwo from "@/components/sections/metrics/MetricCardTwo"; +import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal"; +import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen"; +import ContactCenter from "@/components/sections/contact/ContactCenter"; import { Sparkles, Search, Award, Users, ArrowRight, CheckCircle } from "lucide-react"; export default function WebAgency2Page() { @@ -23,139 +21,88 @@ export default function WebAgency2Page() { sizing="medium" background="none" cardStyle="glass-elevated" - primaryButtonStyle="metallic" + primaryButtonStyle="gradient" secondaryButtonStyle="glass" headingFontWeight="medium" > - - -
- + +
+
+ +
+
+
-
- -
-
- -
-
- +
- -
- + +
+
+
- +
);