Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-03-10 04:09:20 +00:00

View File

@@ -19,7 +19,7 @@ export default function LandingPage() {
borderRadius="pill"
contentWidth="mediumSmall"
sizing="mediumLargeSizeLargeTitles"
background="grid"
background="circleGradient"
cardStyle="glass-depth"
primaryButtonStyle="shadow"
secondaryButtonStyle="radial-glow"
@@ -43,7 +43,7 @@ export default function LandingPage() {
title="Haircuts Done Right. Every Time."
description="Big League Barbers delivers professional fades, classic cuts, and modern styles with the kind of service that keeps customers coming back for years."
tag="Trusted by families in Fishers for over a decade"
background={{ variant: "grid" }}
background={{ variant: "animated-grid" }}
buttons={[
{ text: "BOOK APPOINTMENT", href: "contact" },
{ text: "MEET THE BARBERS", href: "team" }
@@ -64,7 +64,7 @@ export default function LandingPage() {
features={[
{
id: 1,
title: "Precision Cuts", description: "Our stylists are known for their attention to detail — from perfect fades to clean lineups. Every cut is executed with expert technique and care.", imageSrc: "http://img.b2bpic.net/free-photo/child-getting-haircut-salon_23-2150462506.jpg?_wi=1"
title: "Precision Cuts", description: "Our stylists are known for their attention to detail — from perfect fades to clean lineups. Every cut is executed with expert technique and care.", imageSrc: "http://img.b2bpic.net/free-photo/child-getting-haircut-salon_23-2150462506.jpg"
},
{
id: 2,
@@ -87,13 +87,13 @@ export default function LandingPage() {
description="Professional haircuts and grooming services tailored to your style and needs."
products={[
{
id: "1", name: "Haircut", price: "$25", imageSrc: "http://img.b2bpic.net/free-photo/young-bearded-man-getting-haircut-by-hairdresser-while-sitting-chair-barbershop-barber-soul_627829-6328.jpg?_wi=1", imageAlt: "Professional haircut service"
id: "1", name: "Haircut", price: "$25", imageSrc: "http://img.b2bpic.net/free-photo/young-bearded-man-getting-haircut-by-hairdresser-while-sitting-chair-barbershop-barber-soul_627829-6328.jpg", imageAlt: "Professional haircut service"
},
{
id: "2", name: "Fade & Taper", price: "$30", imageSrc: "http://img.b2bpic.net/free-photo/child-getting-haircut-salon_23-2150462506.jpg?_wi=2", imageAlt: "Precision fade and taper service"
id: "2", name: "Fade & Taper", price: "$30", imageSrc: "http://img.b2bpic.net/free-photo/child-getting-haircut-salon_23-2150462506.jpg", imageAlt: "Precision fade and taper service"
},
{
id: "3", name: "Haircut + Wash", price: "$35", imageSrc: "http://img.b2bpic.net/free-photo/young-bearded-man-getting-haircut-by-hairdresser-while-sitting-chair-barbershop-barber-soul_627829-6328.jpg?_wi=2", imageAlt: "Haircut with refreshing wash"
id: "3", name: "Haircut + Wash", price: "$35", imageSrc: "http://img.b2bpic.net/free-photo/young-bearded-man-getting-haircut-by-hairdresser-while-sitting-chair-barbershop-barber-soul_627829-6328.jpg", imageAlt: "Haircut with refreshing wash"
},
{
id: "4", name: "Beard Trim", price: "$15", imageSrc: "http://img.b2bpic.net/free-photo/anonymous-barber-trimming-beard-man_23-2147778850.jpg", imageAlt: "Professional beard trim service"
@@ -203,7 +203,7 @@ export default function LandingPage() {
{ text: "BOOK YOUR APPOINTMENT", href: "https://example.com/book" },
{ text: "CALL US", href: "tel:+15551234567" }
]}
background={{ variant: "glowing-orb" }}
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={true}
/>
</div>