Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 144781710d | |||
| 1b91624dc0 |
@@ -118,12 +118,12 @@ export default function LandingPage() {
|
|||||||
title="Our Professional Services"
|
title="Our Professional Services"
|
||||||
description="Discover a full range of luxurious haircare services tailored to your unique style and needs."
|
description="Discover a full range of luxurious haircare services tailored to your unique style and needs."
|
||||||
features={[
|
features={[
|
||||||
{ title: "Haircuts", description: "Precision cuts for men and women, tailored to your style.", buttonIcon: Scissors, imageSrc: getAssetUrl("service-haircut"), imageAlt: getAssetAlt("service-haircut", "Professional haircut") },
|
{ title: "Haircuts", description: "Precision cuts for men and women, tailored to your style.", buttonIcon: Scissors, buttonHref: "#contact", imageSrc: getAssetUrl("service-haircut"), imageAlt: getAssetAlt("service-haircut", "Professional haircut") },
|
||||||
{ title: "Hair Styling", description: "From elegant updos to casual waves, perfect for any occasion.", buttonIcon: Brush, imageSrc: getAssetUrl("service-styling"), imageAlt: getAssetAlt("service-styling", "Hair styling") },
|
{ title: "Hair Styling", description: "From elegant updos to casual waves, perfect for any occasion.", buttonIcon: Brush, buttonHref: "#contact", imageSrc: getAssetUrl("service-styling"), imageAlt: getAssetAlt("service-styling", "Hair styling") },
|
||||||
{ title: "Hair Coloring", description: "Vibrant colors, subtle highlights, and expert color corrections.", buttonIcon: Palette, imageSrc: getAssetUrl("service-coloring"), imageAlt: getAssetAlt("service-coloring", "Hair coloring") },
|
{ title: "Hair Coloring", description: "Vibrant colors, subtle highlights, and expert color corrections.", buttonIcon: Palette, buttonHref: "#contact", imageSrc: getAssetUrl("service-coloring"), imageAlt: getAssetAlt("service-coloring", "Hair coloring") },
|
||||||
{ title: "Wash & Blowout", description: "Indulge in a relaxing wash followed by a professional blowout.", buttonIcon: Droplet, imageSrc: getAssetUrl("service-blowout"), imageAlt: getAssetAlt("service-blowout", "Wash and blowout") },
|
{ title: "Wash & Blowout", description: "Indulge in a relaxing wash followed by a professional blowout.", buttonIcon: Droplet, buttonHref: "#contact", imageSrc: getAssetUrl("service-blowout"), imageAlt: getAssetAlt("service-blowout", "Wash and blowout") },
|
||||||
{ title: "Hair Treatments", description: "Restore health and shine with our deep conditioning and restorative treatments.", buttonIcon: Leaf, imageSrc: getAssetUrl("service-treatment"), imageAlt: getAssetAlt("service-treatment", "Hair treatment") },
|
{ title: "Hair Treatments", description: "Restore health and shine with our deep conditioning and restorative treatments.", buttonIcon: Leaf, buttonHref: "#contact", imageSrc: getAssetUrl("service-treatment"), imageAlt: getAssetAlt("service-treatment", "Hair treatment") },
|
||||||
{ title: "Specialty Services", description: "Extensions, perms, and other advanced haircare solutions.", buttonIcon: Sparkles, imageSrc: getAssetUrl("service-specialty"), imageAlt: getAssetAlt("service-specialty", "Specialty hair services") }
|
{ title: "Specialty Services", description: "Extensions, perms, and other advanced haircare solutions.", buttonIcon: Sparkles, buttonHref: "#contact", imageSrc: getAssetUrl("service-specialty"), imageAlt: getAssetAlt("service-specialty", "Specialty hair services") }
|
||||||
]}
|
]}
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
@@ -197,6 +197,7 @@ export default function LandingPage() {
|
|||||||
inputPlaceholder="Your email address"
|
inputPlaceholder="Your email address"
|
||||||
buttonText="Send Message"
|
buttonText="Send Message"
|
||||||
termsText="By sending a message you're confirming that you agree with our privacy policy."
|
termsText="By sending a message you're confirming that you agree with our privacy policy."
|
||||||
|
onSubmit={(email) => { console.log("Contact form submitted with email:", email); alert("Thank you for your message! We'll be in touch shortly."); }}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user