Update src/app/page.tsx

This commit is contained in:
2026-03-11 13:04:25 +00:00
parent b4be7e32ec
commit be20d40acd

View File

@@ -20,7 +20,7 @@ export default function LandingPage() {
borderRadius="pill"
contentWidth="smallMedium"
sizing="mediumSizeLargeTitles"
background="noiseDiagonalGradient"
background="circleGradient"
cardStyle="subtle-shadow"
primaryButtonStyle="radial-glow"
secondaryButtonStyle="glass"
@@ -43,7 +43,7 @@ export default function LandingPage() {
<HeroCentered
title="Elevate Your Grooming Experience"
description="Premium barber services crafted with precision and luxury. Discover the art of traditional barbering combined with modern elegance."
background={{ variant: "noiseDiagonalGradient" }}
background={{ variant: "plain" }}
avatars={[
{
src: "http://img.b2bpic.net/free-photo/portrait-brutal-bearded-macho-male-dressed-suit-dark-grey-background_613910-9486.jpg", alt: "Satisfied customer"
@@ -115,20 +115,17 @@ export default function LandingPage() {
tag="Pricing"
plans={[
{
id: "classic-cut", tag: "Classic Haircut", price: "$35", period: "/service", description: "Professional haircut tailored to your preferences", button: { text: "Book", href: "#contact" },
featuresTitle: "What's Included:", features: [
id: "classic-cut", tag: "Classic Haircut", price: "$35", period: "/service", description: "Professional haircut tailored to your preferences", button: { text: "Book", href: "#contact" }, featuresTitle: "What's Included:", features: [
"Expert consultation", "Premium scissors", "Style guidance"
]
},
{
id: "premium-shave", tag: "Traditional Shave", price: "$40", period: "/service", description: "Luxurious straight razor shave experience", button: { text: "Book", href: "#contact" },
featuresTitle: "What's Included:", features: [
id: "premium-shave", tag: "Traditional Shave", price: "$40", period: "/service", description: "Luxurious straight razor shave experience", button: { text: "Book", href: "#contact" }, featuresTitle: "What's Included:", features: [
"Hot towel preparation", "Premium razor technique", "Aftershave treatment"
]
},
{
id: "beard-package", tag: "Beard Grooming", price: "$45", period: "/service", description: "Complete beard maintenance and styling", button: { text: "Book", href: "#contact" },
featuresTitle: "What's Included:", features: [
id: "beard-package", tag: "Beard Grooming", price: "$45", period: "/service", description: "Complete beard maintenance and styling", button: { text: "Book", href: "#contact" }, featuresTitle: "What's Included:", features: [
"Beard shaping", "Conditioning treatment", "Style consultation"
]
}
@@ -197,7 +194,7 @@ export default function LandingPage() {
tag="Get In Touch"
title="Book Your Appointment"
description="Reserve your spot for a premium grooming experience. Our team looks forward to serving you with excellence."
background={{ variant: "noiseDiagonalGradient" }}
background={{ variant: "plain" }}
useInvertedBackground={false}
inputPlaceholder="Enter your email"
buttonText="Get Started"