From 4494c6d1aafa0cbaec5268e5e2708084d10bfc83 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 7 May 2026 11:27:43 +0000 Subject: [PATCH] Switch to version 1: modified src/app/page.tsx --- src/app/page.tsx | 229 ++++++++++++++++++++++++----------------------- 1 file changed, 116 insertions(+), 113 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 368f497..0d2ddc3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,14 +3,17 @@ import ReactLenis from "lenis/react"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay"; -import HeroSplitDualMedia from "@/components/sections/hero/HeroSplitDualMedia"; -import FeatureCardTwentyNine from "@/components/sections/feature/featureCardTwentyNine/FeatureCardTwentyNine"; -import MetricCardThree from "@/components/sections/metrics/MetricCardThree"; -import TestimonialCardTen from "@/components/sections/testimonial/TestimonialCardTen"; -import FaqDouble from "@/components/sections/faq/FaqDouble"; -import ContactSplit from "@/components/sections/contact/ContactSplit"; -import FooterSimple from "@/components/sections/footer/FooterSimple"; -import { Sparkles, Search, ArrowUpRight, Shield, Zap, TrendingUp, Users, Target, BarChart3, Megaphone, Target as Rocket } from "lucide-react"; +import HeroSplitDoubleCarousel from "@/components/sections/hero/HeroSplitDoubleCarousel"; +import FeatureBento from "@/components/sections/feature/FeatureBento"; +import FeatureCardTwentySix from "@/components/sections/feature/FeatureCardTwentySix"; +import FeatureCardSixteen from "@/components/sections/feature/FeatureCardSixteen"; +import MetricCardOne from "@/components/sections/metrics/MetricCardOne"; +import TeamCardFive from "@/components/sections/team/TeamCardFive"; +import FaqBase from "@/components/sections/faq/FaqBase"; +import ContactCTA from "@/components/sections/contact/ContactCTA"; +import FooterBase from "@/components/sections/footer/FooterBase"; +import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen"; +import { Sparkles, Search, ArrowUpRight, Shield, Zap, TrendingUp, Award, Users, Target, BarChart3, Megaphone, Target as Rocket } from "lucide-react"; export default function WebAgency2Page() { return ( @@ -22,115 +25,115 @@ export default function WebAgency2Page() { sizing="medium" background="none" cardStyle="glass-elevated" - primaryButtonStyle="gradient" + primaryButtonStyle="metallic" secondaryButtonStyle="glass" headingFontWeight="medium" > - -
- -
-
- -
-
- -
-
- -
-
- -
-
- -
- + + + + + + + + +
); -} \ No newline at end of file +}