From 62839bfd1b0841ca2da29021bc8ae250957b3423 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 15:25:13 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 36 +++++++++++++++++++++++------------- 1 file changed, 23 insertions(+), 13 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1f6fe12..b6dee71 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,7 +19,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="mediumLarge" sizing="largeSmallSizeLargeTitles" - background="noise" + background="circleGradient" cardStyle="gradient-radial" primaryButtonStyle="gradient" secondaryButtonStyle="radial-glow" @@ -47,7 +47,7 @@ export default function LandingPage() { tag="Est. 2005" tagIcon={Scissors} tagAnimation="slide-up" - background={{ variant: "noise" }} + background={{ variant: "glowing-orb" }} imageSrc="http://img.b2bpic.net/free-photo/front-view-hand-holding-sieve-with-cocoa-powder_23-2148485410.jpg" imageAlt="Professional barber cutting hair" mediaAnimation="blur-reveal" @@ -60,13 +60,16 @@ export default function LandingPage() { testimonials={[ { name: "James Mitchell", handle: "Regular Customer", testimonial: "Best haircut I've had in years. Sal knows exactly what he's doing.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-smiling-kitchen_107420-12357.jpg?_wi=1"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-smiling-kitchen_107420-12357.jpg" + }, { name: "Marcus Johnson", handle: "Satisfied Client", testimonial: "Professional service, great atmosphere, highly recommended.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-businessman-office-clothing_23-2148763859.jpg?_wi=1"}, + imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-businessman-office-clothing_23-2148763859.jpg" + }, { name: "David Chen", handle: "Weekly Regular", testimonial: "The attention to detail is incredible. Worth every penny.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/confident-european-businessman-smiling-closeup-portrait-jobs-career-campaign_53876-128975.jpg?_wi=1"}, + imageSrc: "http://img.b2bpic.net/free-photo/confident-european-businessman-smiling-closeup-portrait-jobs-career-campaign_53876-128975.jpg" + }, ]} testimonialRotationInterval={5000} useInvertedBackground={false} @@ -102,15 +105,18 @@ export default function LandingPage() { features={[ { id: "haircuts", label: "Haircuts", title: "Professional Precision Cuts", items: [ - "Classic & modern styles", "Fade & taper techniques", "Kids' haircuts", "Consultation included"], + "Classic & modern styles", "Fade & taper techniques", "Kids' haircuts", "Consultation included" + ], }, { id: "beard", label: "Beard Work", title: "Expert Beard Grooming", items: [ - "Beard shaping & design", "Beard conditioning", "Mustache styling", "Maintenance guidance"], + "Beard shaping & design", "Beard conditioning", "Mustache styling", "Maintenance guidance" + ], }, { id: "shave", label: "Shaves", title: "Traditional Straight Razor", items: [ - "Hot towel preparation", "Premium shaving cream", "Straight razor technique", "Relaxing experience"], + "Hot towel preparation", "Premium shaving cream", "Straight razor technique", "Relaxing experience" + ], }, ]} /> @@ -149,13 +155,17 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", name: "James Mitchell", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-smiling-kitchen_107420-12357.jpg?_wi=2", imageAlt: "James Mitchell"}, + id: "1", name: "James Mitchell", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-smiling-kitchen_107420-12357.jpg", imageAlt: "James Mitchell" + }, { - id: "2", name: "Marcus Johnson", imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-businessman-office-clothing_23-2148763859.jpg?_wi=2", imageAlt: "Marcus Johnson"}, + id: "2", name: "Marcus Johnson", imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-businessman-office-clothing_23-2148763859.jpg", imageAlt: "Marcus Johnson" + }, { - id: "3", name: "David Chen", imageSrc: "http://img.b2bpic.net/free-photo/confident-european-businessman-smiling-closeup-portrait-jobs-career-campaign_53876-128975.jpg?_wi=2", imageAlt: "David Chen"}, + id: "3", name: "David Chen", imageSrc: "http://img.b2bpic.net/free-photo/confident-european-businessman-smiling-closeup-portrait-jobs-career-campaign_53876-128975.jpg", imageAlt: "David Chen" + }, { - id: "4", name: "Robert Williams", imageSrc: "http://img.b2bpic.net/free-photo/portrait-elegant-bearded-man-dressed-wool-jacket-bow-tie_613910-15696.jpg", imageAlt: "Robert Williams"}, + id: "4", name: "Robert Williams", imageSrc: "http://img.b2bpic.net/free-photo/portrait-elegant-bearded-man-dressed-wool-jacket-bow-tie_613910-15696.jpg", imageAlt: "Robert Williams" + }, ]} /> @@ -172,7 +182,7 @@ export default function LandingPage() { { text: "Contact Us", href: "mailto:info@salsbarbershop.com" }, ]} buttonAnimation="slide-up" - background={{ variant: "noise" }} + background={{ variant: "glowing-orb" }} useInvertedBackground={false} /> -- 2.49.1