From 61aa3e3822568272e43e6e9ae5bd3e892c605e8c Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 06:12:23 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d5e3a7c..0dc2a63 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -21,7 +21,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="mediumLarge" sizing="largeSmallSizeLargeTitles" - background="blurBottom" + background="circleGradient" cardStyle="solid" primaryButtonStyle="primary-glow" secondaryButtonStyle="radial-glow" @@ -49,12 +49,12 @@ export default function LandingPage() { { text: "Book Your Appointment", href: "contact" }, { text: "View Services", href: "services" }, ]} - background={{ variant: "blurBottom" }} + background={{ variant: "plain" }} imageSrc="http://img.b2bpic.net/free-photo/young-bearded-man-getting-haircut-by-hairdresser-while-sitting-chair-barbershop-barber-soul_627829-6357.jpg" imageAlt="Apex Precision Barbershop interior with professional styling chairs" mediaAnimation="slide-up" frameStyle="card" - buttonAnimation="entrance-slide" + buttonAnimation="opacity" /> @@ -80,25 +80,25 @@ export default function LandingPage() { features={[ { id: 1, - title: "Classic Haircut & Fade", description: "Precision cutting with modern fades, line work, and detailed finishing. We deliver sharp, clean cuts that showcase expert technique.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/barber-corrects-guy-s-beard_140725-7665.jpg?_wi=1" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/barber-corrects-guy-s-beard_140725-7665.jpg?_wi=2" }, + title: "Classic Haircut & Fade", description: "Precision cutting with modern fades, line work, and detailed finishing. We deliver sharp, clean cuts that showcase expert technique.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/barber-corrects-guy-s-beard_140725-7665.jpg" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/barber-corrects-guy-s-beard_140725-7665.jpg" }, }, { id: 2, - title: "Premium Beard Grooming", description: "Shape, trim, and style with precision. Our beard grooming service includes shaping, edge work, and conditioning for maximum confidence.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-lying-salon-while-barber-trimming-his-beard_651396-2964.jpg?_wi=1" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-lying-salon-while-barber-trimming-his-beard_651396-2964.jpg?_wi=2" }, + title: "Premium Beard Grooming", description: "Shape, trim, and style with precision. Our beard grooming service includes shaping, edge work, and conditioning for maximum confidence.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-lying-salon-while-barber-trimming-his-beard_651396-2964.jpg" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-lying-salon-while-barber-trimming-his-beard_651396-2964.jpg" }, }, { id: 3, - title: "Traditional Straight Razor Shave", description: "Experience the luxury of a traditional hot towel shave. Perfect finishing with premium products and expert technique.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/man-retouching-his-friend-s-beard_1153-1504.jpg?_wi=1" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/man-retouching-his-friend-s-beard_1153-1504.jpg?_wi=2" }, + title: "Traditional Straight Razor Shave", description: "Experience the luxury of a traditional hot towel shave. Perfect finishing with premium products and expert technique.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/man-retouching-his-friend-s-beard_1153-1504.jpg" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/man-retouching-his-friend-s-beard_1153-1504.jpg" }, }, ]} showStepNumbers={true} textboxLayout="default" animationType="slide-up" useInvertedBackground={false} - buttonAnimation="entrance-slide" + buttonAnimation="opacity" /> @@ -194,7 +194,7 @@ export default function LandingPage() { tag="Get In Touch" title="Ready for Your Next Perfect Haircut?" description="Book your appointment today and experience precision barbering at its finest. Visit us or schedule online." - background={{ variant: "blurBottom" }} + background={{ variant: "plain" }} useInvertedBackground={false} inputPlaceholder="Enter your email" buttonText="Book Now" -- 2.49.1