Merge version_4 into main #3

Merged
bender merged 1 commits from version_4 into main 2026-05-08 22:43:46 +00:00

View File

@@ -50,7 +50,7 @@ export default function LandingPage() {
title="Precision Grooming in Miami"
description="The Dapper Scoundrel offers appointment-only, top-tier barbering services including hot-towel shaves, fades, and custom styling for the discerning gentleman."
buttons={[{ text: "Book Now", href: "#contact" }]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=zvusvj"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DS2wp9UQgN8YFvCwsMpMV5NwBz/uploaded-1778280209875-f5upe3t9.jpg"
imageAlt="Luxury barber shop environment"
mediaAnimation="blur-reveal"
/>
@@ -70,9 +70,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
features={[
{ tag: "Classic", title: "Precision Cuts", subtitle: "Men's Haircuts", description: "Custom scissor cuts or modern buzz cuts styled to your face shape.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=8u54b5" },
{ tag: "Ritual", title: "Hot Towel Shaves", subtitle: "Luxury Experience", description: "Classic straight razor shave paired with soothing hot towels.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=tq5ryz" },
{ tag: "Maintenance", title: "Beard Grooming", subtitle: "Tailored Trims", description: "Expert beard line-ups and maintenance for a clean, sharp look.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=30cswl" },
{ tag: "Classic", title: "Precision Cuts", subtitle: "Men's Haircuts", description: "Custom scissor cuts or modern buzz cuts styled to your face shape.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DS2wp9UQgN8YFvCwsMpMV5NwBz/uploaded-1778280209875-8qhp7ziw.jpg" },
{ tag: "Ritual", title: "Hot Towel Shaves", subtitle: "Luxury Experience", description: "Classic straight razor shave paired with soothing hot towels.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DS2wp9UQgN8YFvCwsMpMV5NwBz/uploaded-1778280209875-rxy955fs.jpg" },
{ tag: "Maintenance", title: "Beard Grooming", subtitle: "Tailored Trims", description: "Expert beard line-ups and maintenance for a clean, sharp look.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DS2wp9UQgN8YFvCwsMpMV5NwBz/uploaded-1778280209875-09c2u9se.jpg" },
]}
title="Signature Services"
description="From classic cuts to specialized grooming rituals, our services are designed to help you look and feel your absolute best."
@@ -100,7 +100,7 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
testimonials={[
{ id: "1", name: "Sarah Johnson", handle: "@sarahj", testimonial: "Best barbershop, the fade is immaculate.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=i0hjux" },
{ id: "1", name: "Sarah Johnson", handle: "@sarahj", testimonial: "Best barbershop, the fade is immaculate.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DS2wp9UQgN8YFvCwsMpMV5NwBz/uploaded-1778280209875-78qapi7q.jpg" },
{ id: "2", name: "Michael Chen", handle: "@mchen", testimonial: "Top notch service, highly recommend.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=oric2s" },
{ id: "3", name: "David Kim", handle: "@dkim", testimonial: "Consistently great cuts every time I visit.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=unrcw4" },
]}
@@ -162,4 +162,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}