From 233c47a0f0f55e6b6bfbcbcffe7dd336b437ff94 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 04:09:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 86ea7fa..60a1ee8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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} />