Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-07 06:12:28 +00:00

View File

@@ -21,7 +21,7 @@ export default function LandingPage() {
borderRadius="pill"
contentWidth="mediumLarge"
sizing="largeSmallSizeLargeTitles"
background="blurBottom"
background="circleGradient"
cardStyle="solid"
primaryButtonStyle="primary-glow"
secondaryButtonStyle="radial-glow"
@@ -49,12 +49,12 @@ export default function LandingPage() {
{ text: "Book Your Appointment", href: "contact" },
{ text: "View Services", href: "services" },
]}
background={{ variant: "blurBottom" }}
background={{ variant: "plain" }}
imageSrc="http://img.b2bpic.net/free-photo/young-bearded-man-getting-haircut-by-hairdresser-while-sitting-chair-barbershop-barber-soul_627829-6357.jpg"
imageAlt="Apex Precision Barbershop interior with professional styling chairs"
mediaAnimation="slide-up"
frameStyle="card"
buttonAnimation="entrance-slide"
buttonAnimation="opacity"
/>
</div>
@@ -80,25 +80,25 @@ export default function LandingPage() {
features={[
{
id: 1,
title: "Classic Haircut & Fade", description: "Precision cutting with modern fades, line work, and detailed finishing. We deliver sharp, clean cuts that showcase expert technique.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/barber-corrects-guy-s-beard_140725-7665.jpg?_wi=1" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/barber-corrects-guy-s-beard_140725-7665.jpg?_wi=2" },
title: "Classic Haircut & Fade", description: "Precision cutting with modern fades, line work, and detailed finishing. We deliver sharp, clean cuts that showcase expert technique.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/barber-corrects-guy-s-beard_140725-7665.jpg" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/barber-corrects-guy-s-beard_140725-7665.jpg" },
},
{
id: 2,
title: "Premium Beard Grooming", description: "Shape, trim, and style with precision. Our beard grooming service includes shaping, edge work, and conditioning for maximum confidence.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-lying-salon-while-barber-trimming-his-beard_651396-2964.jpg?_wi=1" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-lying-salon-while-barber-trimming-his-beard_651396-2964.jpg?_wi=2" },
title: "Premium Beard Grooming", description: "Shape, trim, and style with precision. Our beard grooming service includes shaping, edge work, and conditioning for maximum confidence.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-lying-salon-while-barber-trimming-his-beard_651396-2964.jpg" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-lying-salon-while-barber-trimming-his-beard_651396-2964.jpg" },
},
{
id: 3,
title: "Traditional Straight Razor Shave", description: "Experience the luxury of a traditional hot towel shave. Perfect finishing with premium products and expert technique.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/man-retouching-his-friend-s-beard_1153-1504.jpg?_wi=1" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/man-retouching-his-friend-s-beard_1153-1504.jpg?_wi=2" },
title: "Traditional Straight Razor Shave", description: "Experience the luxury of a traditional hot towel shave. Perfect finishing with premium products and expert technique.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/man-retouching-his-friend-s-beard_1153-1504.jpg" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/man-retouching-his-friend-s-beard_1153-1504.jpg" },
},
]}
showStepNumbers={true}
textboxLayout="default"
animationType="slide-up"
useInvertedBackground={false}
buttonAnimation="entrance-slide"
buttonAnimation="opacity"
/>
</div>
@@ -194,7 +194,7 @@ export default function LandingPage() {
tag="Get In Touch"
title="Ready for Your Next Perfect Haircut?"
description="Book your appointment today and experience precision barbering at its finest. Visit us or schedule online."
background={{ variant: "blurBottom" }}
background={{ variant: "plain" }}
useInvertedBackground={false}
inputPlaceholder="Enter your email"
buttonText="Book Now"