Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-07 09:53:07 +00:00

View File

@@ -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}