Update src/app/page.tsx

This commit is contained in:
2026-03-09 10:53:09 +00:00
parent a5d39a3e90
commit 25aefdc425

View File

@@ -19,7 +19,7 @@ export default function LandingPage() {
borderRadius="pill"
contentWidth="medium"
sizing="medium"
background="floatingGradient"
background="circleGradient"
cardStyle="layered-gradient"
primaryButtonStyle="double-inset"
secondaryButtonStyle="glass"
@@ -45,13 +45,13 @@ export default function LandingPage() {
tag="Premium Grooming"
tagIcon={Scissors}
tagAnimation="slide-up"
background={{ variant: "floatingGradient" }}
background={{ variant: "plain" }}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/barber-thinking-hairstyle-customer_23-2148298291.jpg", imageAlt: "TheGodfather Barbershop Interior"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/front-view-barber-shop-concept_23-2148506366.jpg?_wi=1", imageAlt: "Expert Barber at Work"
imageSrc: "http://img.b2bpic.net/free-photo/front-view-barber-shop-concept_23-2148506366.jpg", imageAlt: "Expert Barber at Work"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-bearded-male-dressed-blue-jacket-grey-vignette-background_613910-20101.jpg", imageAlt: "Premium Haircut Service"
@@ -94,7 +94,7 @@ export default function LandingPage() {
title: "Precision & Care", description: "Every cut, shave, and style executed with meticulous attention to detail and personal care", icon: CheckCircle
}
]}
imageSrc="http://img.b2bpic.net/free-photo/front-view-barber-shop-concept_23-2148506366.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/front-view-barber-shop-concept_23-2148506366.jpg"
imageAlt="Master Barber Craftsmanship"
imagePosition="right"
textboxLayout="default"