Update src/app/contact/page.tsx

This commit is contained in:
2026-03-13 15:39:37 +00:00
parent 059ab6bcf4
commit 2ebcea65ae

View File

@@ -40,9 +40,9 @@ export default function ContactPage() {
<HeroBillboard
title="Book a Free Website Review"
description="Send your site and we'll reply with 3 specific improvements to increase inquiries and conversions."
background="gradient-bars"
background={{ variant: "gradient-bars" }}
buttons={[]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=qkozd5&_wi=12"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=qkozd5"
imageAlt="Contact and website review service"
mediaAnimation="slide-up"
/>
@@ -53,33 +53,19 @@ export default function ContactPage() {
ctaTitle="Request Your Free Review"
ctaDescription="We respond within 2448 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}
/>
</div>
@@ -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 2448 hours. Results you can start acting on immediately.",
},
id: "info-c2", title: "Fast Turnaround", content:
"Get your review within 2448 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}