From 516909534889f7ecfdebb2af4e252c98cd7d4225 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 17:40:52 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 78a860b..f8d4c96 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -69,9 +69,9 @@ const HomePage = () => { title="Elevate Your Online Presence with Expert SEO" description="We specialize in SEO, email marketing, social media management, and custom website building. Transform your digital strategy and dominate search rankings." tag="Digital Marketing Agency" - background={{ variant: "canvas-reveal" }} + background={{ variant: "animated-grid" }} buttons={[ - { text: "Get Started", href: "/contact" }, + { text: "Get Started", href: "#contact" }, { text: "Learn More", href: "#services" }, ]} imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARQ7PHH9NqPM1K1BTBrPmQtSXT/a-modern-sleek-seo-analytics-dashboard-w-1772556906542-bcedd1c9.png" @@ -137,23 +137,23 @@ const HomePage = () => { animationType="slide-up" plans={[ { - id: "new-client", badge: "Starter", price: "$1,000–$1,250", subtitle: "per month", buttons: [{ text: "Get Started", href: "/contact" }], + id: "new-client", badge: "Starter", price: "$1,000–$1,250", subtitle: "per month", buttons: [{ text: "Get Started", href: "#contact" }], features: [ "Full website SEO optimization", "Service page expansion", "1–2 city pages per month", "Google Business Profile optimization", "Basic technical SEO", "Monthly reporting", "Strategy call"], }, { id: "growth", badge: "Most Popular", badgeIcon: Crown, - price: "$1,750", subtitle: "per month", buttons: [{ text: "Get Started", href: "/contact" }], + price: "$1,750", subtitle: "per month", buttons: [{ text: "Get Started", href: "#contact" }], features: [ "Everything in Starter", "Blog content (1–2 posts/month)", "Basic backlink outreach", "Email capture + nurture setup", "Conversion improvements", "Enhanced reporting"], }, { - id: "addon-social", badge: "Add-On", price: "$400", subtitle: "per month", buttons: [{ text: "Add Now", href: "/contact" }], + id: "addon-social", badge: "Add-On", price: "$400", subtitle: "per month", buttons: [{ text: "Add Now", href: "#contact" }], features: [ "Social media optimization", "Content calendar management", "Platform monitoring", "Engagement strategy"], }, { - id: "addon-email", badge: "Add-On", price: "$350", subtitle: "per month", buttons: [{ text: "Add Now", href: "/contact" }], + id: "addon-email", badge: "Add-On", price: "$350", subtitle: "per month", buttons: [{ text: "Add Now", href: "#contact" }], features: [ "Email marketing management", "Campaign setup & optimization", "List building strategy", "Performance analytics"], }, @@ -203,7 +203,7 @@ const HomePage = () => { names={[ "TechFlow", "Growth Ventures", "Digital Innovations", "Premier Services", "Enterprise Corp", "StartUp Hub", "Innovation Labs", "Market Leaders"]} speed={40} - showCard={false} + showCard={true} /> @@ -214,7 +214,7 @@ const HomePage = () => { background={{ variant: "plain" }} useInvertedBackground={false} buttons={[ - { text: "Schedule a Consultation", href: "/contact" }, + { text: "Schedule a Consultation", href: "#contact" }, { text: "View Case Studies", href: "#testimonials" }, ]} /> -- 2.49.1