From ee1d93b0a43156d8f1c8dc99d04a24bf5cb29614 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 14:54:19 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 210 +++++++++++------------------------------------ 1 file changed, 48 insertions(+), 162 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 79c344f..b09d3c3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,21 +30,13 @@ export default function LandingPage() { @@ -53,121 +45,67 @@ export default function LandingPage() {
@@ -179,19 +117,13 @@ export default function LandingPage() { metrics={[ { icon: Zap, - label: "Turnaround", - value: "Fast", - }, + label: "Turnaround", value: "Fast"}, { icon: Target, - label: "Focus", - value: "Leads", - }, + label: "Focus", value: "Leads"}, { icon: ShieldCheck, - label: "Trust", - value: "Local", - }, + label: "Trust", value: "Local"}, ]} metricsAnimation="slide-up" /> @@ -204,34 +136,16 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "f1", - label: "Performance", - title: "High-Speed Websites", - items: [ - "Optimized load times", - "Search engine ready", - "Clean code structure", - ], + id: "f1", label: "Performance", title: "High-Speed Websites", items: [ + "Optimized load times", "Search engine ready", "Clean code structure"], }, { - id: "f2", - label: "Mobile", - title: "Fully Responsive", - items: [ - "Looks great on all devices", - "Mobile-first navigation", - "Fast interactions", - ], + id: "f2", label: "Mobile", title: "Fully Responsive", items: [ + "Looks great on all devices", "Mobile-first navigation", "Fast interactions"], }, { - id: "f3", - label: "Growth", - title: "Lead-Driven Design", - items: [ - "Strategic CTA placement", - "High conversion forms", - "Click-to-call focus", - ], + id: "f3", label: "Growth", title: "Lead-Driven Design", items: [ + "Strategic CTA placement", "High conversion forms", "Click-to-call focus"], }, ]} title="Why Choose Our Service" @@ -246,36 +160,19 @@ export default function LandingPage() { useInvertedBackground={false} plans={[ { - id: "basic", - name: "Complete Website Build", - price: "$1,000", - features: [ - "Full design & build", - "Mobile optimization", - "Lead capture forms", - "SEO structure", - ], + id: "basic", name: "Complete Website Build", price: "$1,000", features: [ + "Full design & build", "Mobile optimization", "Lead capture forms", "SEO structure"], buttons: [ { - text: "Get Started", - href: "#contact", - }, + text: "Get Started", href: "#contact"}, ], }, { - id: "deposit", - name: "Down Payment", - price: "$500", - features: [ - "Required to start", - "Instant project kickoff", - "Secure payment link", - ], + id: "deposit", name: "Down Payment", price: "$500", features: [ + "Required to start", "Instant project kickoff", "Secure payment link"], buttons: [ { - text: "Pay Deposit", - href: "#contact", - }, + text: "Pay Deposit", href: "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=YOUR_BUTTON_ID"}, ], }, ]} @@ -290,27 +187,16 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "q1", - title: "How fast is the turnaround?", - content: "We prioritize fast delivery, usually within 1-2 weeks.", - }, + id: "q1", title: "How fast is the turnaround?", content: "We prioritize fast delivery, usually within 1-2 weeks."}, { - id: "q2", - title: "What's the process?", - content: "Consultation, deposit, design, launch. We handle the technical side.", - }, + id: "q2", title: "What's the process?", content: "Consultation, deposit, design, launch. We handle the technical side."}, { - id: "q3", - title: "Are there monthly fees?", - content: "The $1,000 is a one-time build fee. We can discuss maintenance separately.", - }, + id: "q3", title: "Are there monthly fees?", content: "The $1,000 is a one-time build fee. We can discuss maintenance separately."}, ]} ctaTitle="Ready to get started?" ctaDescription="Call us at 970-216-3712 or fill out the form to secure your spot today." ctaButton={{ - text: "Contact Us", - href: "#", - }} + text: "Contact Us", href: "#"}} ctaIcon={Phone} />