Merge version_2_1781565839558 into main #1

Merged
bender merged 1 commits from version_2_1781565839558 into main 2026-06-15 23:25:39 +00:00

View File

@@ -155,28 +155,30 @@ export default function HomePage() {
},
]}
cta={{
imageSrc: "https://storage.googleapis.com/webild/default/templates/creative-portfolio/avatar.webp",
name: "More questions? Reach out anytime.",
role: "joseph@alexandercreative.com",
buttonText: "Book a call",
imageSrc: "https://images.unsplash.com/photo-1511707171634-5f897ff02aa9?q=80&w=200&auto=format&fit=crop",
name: "Looking for a specific device?",
role: "Call us at 050 583 0134",
buttonText: "Contact Us",
buttonHref: "#contact",
}}
/>
<div id="contact" data-section="contact">
<ContactSplitFormParallax
tag="Get in Touch"
title="Let's Build"
description="Have a project in mind? Drop me a message and I'll get back to you within 24 hours."
tag="Visit Us"
title="A1 Selective Phones"
description="We are open 24 hours! Drop by our store at GM-038, 9468 Southampton ST, Madina or give us a call for any inquiries."
inputs={[
{ name: "name", type: "text", placeholder: "Your name", required: true },
{ name: "email", type: "email", placeholder: "Your email", required: true }
{ name: "phone", type: "tel", placeholder: "Your phone number", required: true }
]}
textarea={{ name: "message", placeholder: "Tell me about your project...", rows: 5, required: true }}
textarea={{ name: "message", placeholder: "How can we help you?", rows: 5, required: true }}
buttonText="Send Message"
imageSrc="https://storage.googleapis.com/webild/default/templates/creative-portfolio/contact.webp"
imageSrc="https://images.unsplash.com/photo-1556656793-08538906a9f8?q=80&w=800&auto=format&fit=crop"
ctaLinks={[
{ icon: "Video", label: "Book a Call", href: "#" },
{ icon: "Phone", label: "050 583 0134", href: "tel:0505830134" },
{ icon: "MapPin", label: "GM-038, 9468 Southampton ST, Madina", href: "#" },
{ icon: "Clock", label: "Open 24 Hours", href: "#" }
]}
/>
</div>