From d97e70771b7b669e3abf919af7b34658b0e0357e Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 16:28:26 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f4a00b8..bace2bf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -36,7 +36,6 @@ export default function LandingPage() { { name: "Why Us", id: "features" }, { name: "Contact", id: "contact" }, ]} - button={{ text: "Get Started", href: "#contact" }} /> @@ -60,10 +59,6 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-vector/gradient-responsive-website-design_23-2149483545.jpg", imageAlt: "Website mockup on multiple devices" }, { imageSrc: "http://img.b2bpic.net/free-vector/flat-infographic-element-set_52683-7100.jpg", imageAlt: "Website conversion metrics displayed" }, ]} - buttons={[ - { text: "View Pricing", href: "#pricing" }, - { text: "Schedule Call", href: "#contact" }, - ]} buttonAnimation="slide-up" carouselPosition="right" /> @@ -77,9 +72,6 @@ export default function LandingPage() { tagIcon={Award} imageSrc="http://img.b2bpic.net/free-photo/young-happy-colleagues-sitting-office-coworking_171337-17717.jpg" imageAlt="Neo Cymian and Your Web team in Chicago office" - buttons={[ - { text: "Learn More", href: "#pricing" }, - ]} useInvertedBackground={false} /> @@ -119,7 +111,6 @@ export default function LandingPage() { { id: "starter", badge: "Starter", badgeIcon: Zap, price: "$50/month", subtitle: "Perfect for Barbershops, Restaurants & Small Stores", buttons: [ - { text: "Get Started", href: "tel:3122370726" }, { text: "Learn More", href: "#contact" }, ], features: [ @@ -128,7 +119,6 @@ export default function LandingPage() { { id: "professional", badge: "Professional", badgeIcon: Award, price: "$85/month", subtitle: "Ideal for Gyms, Roofing, Plumbing & Mechanics", buttons: [ - { text: "Get Started", href: "tel:3122370726" }, { text: "Learn More", href: "#contact" }, ], features: [ @@ -137,7 +127,6 @@ export default function LandingPage() { { id: "enterprise", badge: "Enterprise", badgeIcon: Crown, price: "$130/month", subtitle: "Built for Law Firms, Real Estate & Large Retailers", buttons: [ - { text: "Get Started", href: "tel:3122370726" }, { text: "Learn More", href: "#contact" }, ], features: [ -- 2.49.1