diff --git a/src/app/page.tsx b/src/app/page.tsx index 16b85ff..f798487 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -18,7 +18,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="medium" sizing="mediumLargeSizeMediumTitles" - background="blurBottom" + background="circleGradient" cardStyle="outline" primaryButtonStyle="shadow" secondaryButtonStyle="radial-glow" @@ -43,24 +43,24 @@ export default function LandingPage() { description="Located in Selden, NY, Imperial Studios Barbershop delivers exceptional haircuts, beard trims, and grooming services. Rated 5.0 with 343 reviews from satisfied customers." tag="Award-Winning Barber Shop" tagIcon={Sparkles} - tagAnimation="entrance-slide" - background={{ variant: "blurBottom" }} - imageSrc="http://img.b2bpic.net/free-photo/customer-standing-front-mirror-barbershop_23-2148181953.jpg?_wi=1" + tagAnimation="blur-reveal" + background={{ variant: "plain" }} + imageSrc="http://img.b2bpic.net/free-photo/customer-standing-front-mirror-barbershop_23-2148181953.jpg" imageAlt="Imperial Studios Barbershop Interior" imagePosition="right" mediaAnimation="slide-up" testimonials={[ { name: "Shane Callahan", handle: "Customer", testimonial: "This shop is awesome, great staff, great atmosphere and great service!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg" }, { name: "Brayan Martinez", handle: "Customer", testimonial: "They've got quality services, products, and items in a nice, fresh environment.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg?_wi=1" + imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg" }, { name: "Ian Martinez", handle: "Customer", testimonial: "Great experience, customer service, always liked the way my haircuts looked.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=1" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg" } ]} buttons={[ @@ -93,7 +93,7 @@ export default function LandingPage() { description="We offer a complete range of grooming services to keep you looking sharp and well-maintained." tag="Services" tagIcon={Scissors} - tagAnimation="entrance-slide" + tagAnimation="blur-reveal" features={[ { id: "01", title: "Professional Haircuts", description: "Expert scissor and clipper work tailored to your style preferences and hair type.", imageSrc: "http://img.b2bpic.net/free-photo/bearded-client-just-got-good-beardcare-from-talanted-trendy-barber_613910-21575.jpg", imageAlt: "Professional Haircut Service" @@ -116,13 +116,13 @@ export default function LandingPage() {