From 4b54fc0e272ac2aecabe86ab43149b3754a6d77f Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 07:08:51 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 00dd939..67c0faa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -67,7 +67,7 @@ export default function LandingPage() { title="Neighborhood Tradition Meets Modern Excellence" description="Browns Barber Shop has been Big Rapids' trusted destination for authentic barbering since day one. We blend timeless techniques with contemporary style, ensuring every client leaves looking sharp and feeling confident." tag="Our Story" - tagAnimation="entrance-slide" + tagAnimation="slide-up" bulletPoints={[ { title: "Skilled Barbers", description: "Expert professionals with years of experience delivering precision fades, classic cuts, and modern styles", icon: Scissors @@ -93,7 +93,7 @@ export default function LandingPage() { title="Cuts & Services" description="From timeless classics to sharp modern styles, we deliver every cut with precision and care." tag="What We Offer" - tagAnimation="entrance-slide" + tagAnimation="slide-up" accordionItems={[ { id: "1", title: "Classic Cuts & Fades", content: "Master barber techniques including tight fades, taper cuts, and classic styles. Whether you want a fresh lineup or shaped facial hair, we've got you covered with precision and care." @@ -136,7 +136,7 @@ export default function LandingPage() { title="What Our Clients Say" description="Real feedback from real customers who trust Browns for their grooming needs." tag="Client Stories" - tagAnimation="entrance-slide" + tagAnimation="slide-up" testimonials={[ { id: "1", name: "Marcus Johnson", role: "Carpenter", company: "Big Rapids Local", rating: 5, @@ -144,7 +144,7 @@ export default function LandingPage() { }, { id: "2", name: "Tyler Rodriguez", role: "Marketing Manager", company: "Regional Startup", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/arab-man-standing-yellow-background-happy-face-smiling-with-crossed-arms-looking-camera-positive-person_839833-2195.jpg?_wi=1", imageAlt: "Tyler Rodriguez" + imageSrc: "http://img.b2bpic.net/free-photo/arab-man-standing-yellow-background-happy-face-smiling-with-crossed-arms-looking-camera-positive-person_839833-2195.jpg", imageAlt: "Tyler Rodriguez" }, { id: "3", name: "James Chen", role: "College Student", company: "Local Student", rating: 5, @@ -152,7 +152,7 @@ export default function LandingPage() { }, { id: "4", name: "David Thompson", role: "Father & Regular", company: "Family Man", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/arab-man-standing-yellow-background-happy-face-smiling-with-crossed-arms-looking-camera-positive-person_839833-2195.jpg?_wi=2", imageAlt: "David Thompson" + imageSrc: "http://img.b2bpic.net/free-photo/arab-man-standing-yellow-background-happy-face-smiling-with-crossed-arms-looking-camera-positive-person_839833-2195.jpg", imageAlt: "David Thompson" }, { id: "5", name: "Chris Patterson", role: "IT Professional", company: "Tech Company", rating: 5, @@ -179,7 +179,7 @@ export default function LandingPage() { tag="Get In Touch" title="Book Your Appointment" description="Walk-ins always welcome, but appointments ensure minimal wait time and your preferred barber. Call ahead or use the form below to secure your spot." - tagAnimation="entrance-slide" + tagAnimation="slide-up" background={{ variant: "radial-gradient" }} useInvertedBackground={false} inputPlaceholder="Enter your phone number" -- 2.49.1