From 17672654126244f7dfa10f94b0833cf0e70173c8 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 09:53:02 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e713d4e..a71c655 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -18,7 +18,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="mediumSmall" sizing="medium" - background="aurora" + background="circleGradient" cardStyle="soft-shadow" primaryButtonStyle="primary-glow" secondaryButtonStyle="solid" @@ -46,7 +46,7 @@ export default function LandingPage() { tag="Premium Grooming" tagIcon={Sparkles} tagAnimation="slide-up" - background={{ variant: "aurora" }} + background={{ variant: "canvas-reveal" }} buttons={[ { text: "Call Now: 98255 37655", href: "tel:+919825537655" }, { text: "Book an Appointment", href: "#contact" } @@ -71,7 +71,7 @@ export default function LandingPage() { features={[ { id: 1, - title: "Barber Shop Excellence", description: "Precision buzz cuts, fades, and modern styling techniques. Expert barbers trained in the latest trends and classic cuts.", imageSrc: "http://img.b2bpic.net/free-photo/working-tools-barber-master_651396-126.jpg?_wi=1", imageAlt: "Professional barber shop interior" + title: "Barber Shop Excellence", description: "Precision buzz cuts, fades, and modern styling techniques. Expert barbers trained in the latest trends and classic cuts.", imageSrc: "http://img.b2bpic.net/free-photo/working-tools-barber-master_651396-126.jpg", imageAlt: "Professional barber shop interior" }, { id: 2, @@ -94,7 +94,7 @@ export default function LandingPage() { description="Serving the Radhanpur community with pride and excellence" subdescription="Located at 1stF-70, Maruti Plaza, Parkar Society • Call: +91 98255 37655 / +91 91571 36400" icon={Heart} - imageSrc="http://img.b2bpic.net/free-photo/working-tools-barber-master_651396-126.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/working-tools-barber-master_651396-126.jpg" imageAlt="BnB Hair Salon & Barber Shop storefront" mediaAnimation="blur-reveal" useInvertedBackground={true} -- 2.49.1