diff --git a/src/app/page.tsx b/src/app/page.tsx index b12429e..dcab8c5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,17 +3,14 @@ import ReactLenis from "lenis/react"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay"; -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"; +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"; export default function WebAgency2Page() { return ( @@ -25,114 +22,114 @@ export default function WebAgency2Page() { sizing="medium" background="none" cardStyle="glass-elevated" - primaryButtonStyle="metallic" + primaryButtonStyle="gradient" secondaryButtonStyle="glass" headingFontWeight="medium" > - - - - - - - - - + +
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
);