From 2fe739255741ed8b7df39462d4ff47c3d1ef57b2 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 09:34:27 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d48b2e2..d754456 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -44,10 +44,11 @@ export default function LandingPage() { description="Experience premium barbershop services where tradition meets modern style. Expert cuts, classic shaves, and impeccable attention to detail." tag="Premium Barbershop" tagIcon={Scissors} - imageSrc="http://img.b2bpic.net/free-photo/barber-woman-doing-cut-barbershop_624325-3361.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/barber-woman-doing-cut-barbershop_624325-3361.jpg" imageAlt="Professional barber crafting the perfect fade" mediaAnimation="slide-up" useInvertedBackground={false} + background={{ variant: 'glowing-orb' }} buttons={[ { text: "Book Now", href: "#contact" }, { text: "Our Services", href: "#services" }, @@ -55,16 +56,16 @@ export default function LandingPage() { testimonials={[ { name: "Marcus Johnson", handle: "Regular Customer", testimonial: "Best barber in town. Always leaves me looking sharp and feeling great.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-female-blazer-beauty-blonde_1139-773.jpg?_wi=1"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-female-blazer-beauty-blonde_1139-773.jpg"}, { name: "David Rodriguez", handle: "Satisfied Client", testimonial: "The attention to detail is incredible. Worth every penny for quality grooming.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-angry-expression_1194-1680.jpg?_wi=1"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-angry-expression_1194-1680.jpg"}, { name: "James Chen", handle: "Regular", testimonial: "Professional, friendly, and always on time. My go-to spot for haircuts.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/handsome-bearded-african-american-businessman-brown-classic-jacket-isolated-dark-background_613910-6551.jpg?_wi=1"}, + imageSrc: "http://img.b2bpic.net/free-photo/handsome-bearded-african-american-businessman-brown-classic-jacket-isolated-dark-background_613910-6551.jpg"}, { name: "Anthony Torres", handle: "Loyal Customer", testimonial: "Been coming here for years. They never disappoint with their work.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1664.jpg?_wi=1"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1664.jpg"}, ]} /> @@ -92,7 +93,7 @@ export default function LandingPage() { title: "Community Focused", description: "Proudly serving Pharr families and building lasting relationships with our valued clients.", icon: Heart, }, ]} - imageSrc="http://img.b2bpic.net/free-photo/barber-woman-doing-cut-barbershop_624325-3361.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/barber-woman-doing-cut-barbershop_624325-3361.jpg" imageAlt="The Clean Cut Barbershop interior" mediaAnimation="none" /> @@ -132,13 +133,13 @@ export default function LandingPage() { animationType="slide-up" testimonials={[ { - id: "1", name: "Marcus Johnson", role: "Local Resident", testimonial: "Best barber in town. Every time I come here, I leave looking and feeling fantastic. The attention to detail is unmatched.", imageSrc: "http://img.b2bpic.net/free-photo/young-female-blazer-beauty-blonde_1139-773.jpg?_wi=2"}, + id: "1", name: "Marcus Johnson", role: "Local Resident", testimonial: "Best barber in town. Every time I come here, I leave looking and feeling fantastic. The attention to detail is unmatched.", imageSrc: "http://img.b2bpic.net/free-photo/young-female-blazer-beauty-blonde_1139-773.jpg"}, { - id: "2", name: "David Rodriguez", role: "Business Owner", testimonial: "I trust The Clean Cut for important business meetings. Always professional, always perfect. Highly recommended.", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-angry-expression_1194-1680.jpg?_wi=2"}, + id: "2", name: "David Rodriguez", role: "Business Owner", testimonial: "I trust The Clean Cut for important business meetings. Always professional, always perfect. Highly recommended.", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-angry-expression_1194-1680.jpg"}, { - id: "3", name: "James Chen", role: "Regular Customer", testimonial: "Been coming here for five years. They understand exactly what I want and deliver every single time. True professionals.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-bearded-african-american-businessman-brown-classic-jacket-isolated-dark-background_613910-6551.jpg?_wi=2"}, + id: "3", name: "James Chen", role: "Regular Customer", testimonial: "Been coming here for five years. They understand exactly what I want and deliver every single time. True professionals.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-bearded-african-american-businessman-brown-classic-jacket-isolated-dark-background_613910-6551.jpg"}, { - id: "4", name: "Anthony Torres", role: "Long-Time Client", testimonial: "The barbers here have genuine passion for their craft. You can see it in the quality of every cut. Worth the visit.", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1664.jpg?_wi=2"}, + id: "4", name: "Anthony Torres", role: "Long-Time Client", testimonial: "The barbers here have genuine passion for their craft. You can see it in the quality of every cut. Worth the visit.", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1664.jpg"}, ]} /> @@ -171,7 +172,7 @@ export default function LandingPage() {