diff --git a/src/app/page.tsx b/src/app/page.tsx index 946e6d5..4b4e110 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,11 +4,11 @@ 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 FeatureHoverPattern from "@/components/sections/feature/featureHoverPattern/FeatureHoverPattern"; import TestimonialCardOne from "@/components/sections/testimonial/TestimonialCardOne"; import ContactText from "@/components/sections/contact/ContactText"; import FooterBase from "@/components/sections/footer/FooterBase"; -import { Sparkles } from "lucide-react"; +import { Sparkles, Building, Coffee } from "lucide-react"; export default function WebAgency2Page() { return ( @@ -20,7 +20,7 @@ export default function WebAgency2Page() { sizing="medium" background="none" cardStyle="glass-elevated" - primaryButtonStyle="metallic" + primaryButtonStyle="gradient" secondaryButtonStyle="glass" headingFontWeight="medium" > @@ -33,7 +33,6 @@ export default function WebAgency2Page() { { name: "Reviews", id: "reviews" }, { name: "Contact", id: "contact" }, ]} - button={{ text: "Get Started", href: "#contact" }} /> - +
+ +