From 2ebcea65ae4ff44a1044630a09ce28db622e4097 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 15:39:37 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 86 ++++++++++++---------------------------- 1 file changed, 25 insertions(+), 61 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 070d930..8b7d57d 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -40,9 +40,9 @@ export default function ContactPage() { @@ -53,33 +53,19 @@ export default function ContactPage() { ctaTitle="Request Your Free Review" ctaDescription="We respond within 24–48 hours with a clear analysis and actionable improvements." ctaButton={{ - text: "Send My Site", - href: "#", - }} + text: "Send My Site", href: "#"}} ctaIcon={Mail} faqs={[ { - id: "form-q1", - title: "Full Name", - content: "Your name so we know who to reply to.", - }, + id: "form-q1", title: "Full Name", content: "Your name so we know who to reply to."}, { - id: "form-q2", - title: "Business Email", - content: "We'll send your review and any follow-up here.", - }, + id: "form-q2", title: "Business Email", content: "We'll send your review and any follow-up here."}, { - id: "form-q3", - title: "Business Name & URL", - content: - "Your current website (or description if you don't have one yet).", - }, + id: "form-q3", title: "Business Name & URL", content: + "Your current website (or description if you don't have one yet)."}, { - id: "form-q4", - title: "Service Type & Goals", - content: - "What you offer (gym, coaching, club, etc.) and what you want more of (calls, trials, members).", - }, + id: "form-q4", title: "Service Type & Goals", content: + "What you offer (gym, coaching, club, etc.) and what you want more of (calls, trials, members)."}, ]} animationType="blur-reveal" useInvertedBackground={false} @@ -92,33 +78,22 @@ export default function ContactPage() { description="Prefer a different approach? We're flexible." buttons={[ { - text: "Request a Quote", - href: "mailto:hello@elevateweb.co", - }, + text: "Request a Quote", href: "mailto:hello@elevateweb.co"}, ]} accordionItems={[ { - id: "contact-1", - title: "Email", - content: - "hello@elevateweb.co — Direct contact with the founder.", - }, + id: "contact-1", title: "Email", content: + "hello@elevateweb.co — Direct contact with the founder."}, { - id: "contact-2", - title: "Response Time", - content: - "We aim to reply within 24 hours. Urgent? Note it in your message.", - }, + id: "contact-2", title: "Response Time", content: + "We aim to reply within 24 hours. Urgent? Note it in your message."}, { - id: "contact-3", - title: "What to Include", - content: - "Your site URL (if you have one), your business type, and what you want to improve.", - }, + id: "contact-3", title: "What to Include", content: + "Your site URL (if you have one), your business type, and what you want to improve."}, ]} - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=qkozd5&_wi=13" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=qkozd5" imageAlt="Contact options" - mediaAnimation="fade" + mediaAnimation="opacity" useInvertedBackground={false} /> @@ -128,29 +103,18 @@ export default function ContactPage() { ctaTitle="Ready to Elevate?" ctaDescription="Your free review is the first step toward a website that actually brings leads." ctaButton={{ - text: "Book a Free Website Review", - href: "#", - }} + text: "Book a Free Website Review", href: "#"}} ctaIcon={Sparkles} faqs={[ { - id: "info-c1", - title: "No Pressure", - content: - "Free review, no obligation. We'll share honest feedback and next steps.", - }, + id: "info-c1", title: "No Pressure", content: + "Free review, no obligation. We'll share honest feedback and next steps."}, { - id: "info-c2", - title: "Fast Turnaround", - content: - "Get your review within 24–48 hours. Results you can start acting on immediately.", - }, + id: "info-c2", title: "Fast Turnaround", content: + "Get your review within 24–48 hours. Results you can start acting on immediately."}, { - id: "info-c3", - title: "Let's Build Something Great", - content: - "Your business deserves a website that sells. Let's talk.", - }, + id: "info-c3", title: "Let's Build Something Great", content: + "Your business deserves a website that sells. Let's talk."}, ]} animationType="blur-reveal" useInvertedBackground={false}