From c5780f88ad59503b3e4f63dc45c0c8f37f65d00c Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 10 May 2026 20:33:54 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 97 +++++++++++++++++++++++------------------------- 1 file changed, 47 insertions(+), 50 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 793bca3..4bb4a4b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,15 +4,13 @@ import ReactLenis from "lenis/react"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay"; import HeroCentered from "@/components/sections/hero/HeroCentered"; -import FeatureCardTwentyNine from "@/components/sections/feature/featureCardTwentyNine/FeatureCardTwentyNine"; -import ProductCardThree from "@/components/sections/product/ProductCardThree"; -import MetricCardEleven from "@/components/sections/metrics/MetricCardEleven"; -import TeamCardSix from "@/components/sections/team/TeamCardSix"; -import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia"; -import ContactSplit from "@/components/sections/contact/ContactSplit"; -import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal"; -import TestimonialCardTwo from "@/components/sections/testimonial/TestimonialCardTwo"; -import { Sparkles, Search, Award, Users, TrendingUp } from "lucide-react"; +import FeatureCardTwentyFour from "@/components/sections/feature/FeatureCardTwentyFour"; +import MetricCardSeven from "@/components/sections/metrics/MetricCardSeven"; +import TeamCardTwo from "@/components/sections/team/TeamCardTwo"; +import FaqDouble from "@/components/sections/faq/FaqDouble"; +import ContactCenter from "@/components/sections/contact/ContactCenter"; +import FooterSimple from "@/components/sections/footer/FooterSimple"; +import TestimonialCardThirteen from "@/components/sections/testimonial/TestimonialCardThirteen"; export default function WebAgency2Page() { return ( @@ -24,7 +22,7 @@ export default function WebAgency2Page() { sizing="medium" background="none" cardStyle="glass-elevated" - primaryButtonStyle="metallic" + primaryButtonStyle="gradient" secondaryButtonStyle="glass" headingFontWeight="medium" > @@ -37,83 +35,82 @@ export default function WebAgency2Page() { { name: "About", id: "about" }, { name: "Contact", id: "contact" }, ]} - button={{ text: "Get Started", href: "#contact" }} /> - - - - - + - -