Update src/app/page.tsx

This commit is contained in:
2026-02-15 21:51:16 +00:00
parent 7eaf0b6db4
commit 19c5875380

View File

@@ -15,11 +15,11 @@ export default function BarberShopPage() {
return (
<ThemeProvider
defaultButtonVariant="text-stagger"
defaultTextAnimation="reveal-blur"
defaultTextAnimation="entrance-slide"
borderRadius="pill"
contentWidth="smallMedium"
sizing="mediumLargeSizeMediumTitles"
background="aurora"
background="circleGradient"
cardStyle="layered-gradient"
primaryButtonStyle="primary-glow"
secondaryButtonStyle="solid"
@@ -44,7 +44,7 @@ export default function BarberShopPage() {
<HeroSplitKpi
title="Premium Barbering for the Modern Man"
description="Experience expert grooming in our welcoming barber shop. Professional cuts, clean shaves, and impeccable styling from our master barbers."
background={{ variant: "aurora" }}
background={{ variant: "glowing-orb" }}
kpis={[
{ value: "15+", label: "Years of Excellence" },
{ value: "2500+", label: "Happy Customers" },
@@ -60,7 +60,7 @@ export default function BarberShopPage() {
imageSrc="https://img.b2bpic.net/free-photo/brown-vintage-leather-chairs-stylish-barber-shop_627829-6188.jpg"
imageAlt="Modern barber shop interior"
imagePosition="right"
mediaAnimation="reveal-blur"
mediaAnimation="slide-up"
/>
</div>
@@ -177,7 +177,7 @@ export default function BarberShopPage() {
inputPlaceholder="Enter your email"
buttonText="Subscribe"
termsText="We respect your privacy and will only send you updates about our services and special offers. Unsubscribe anytime."
mediaAnimation="reveal-blur"
mediaAnimation="slide-up"
/>
</div>