Update src/app/page.tsx

This commit is contained in:
2026-04-27 23:48:14 +00:00
parent 3ed9140f81
commit dbcbc5634f

View File

@@ -50,6 +50,7 @@ export default function LandingPage() {
description="Use the calendar below to secure your spot with your preferred barber."
tagIcon={Calendar}
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
inputPlaceholder="Your name or email"
buttonText="Reserve Now"
/>
@@ -89,6 +90,7 @@ export default function LandingPage() {
imageAlt="Expert barber at work"
mediaAnimation="slide-up"
metricsAnimation="slide-up"
useInvertedBackground={false}
/>
</div>
@@ -106,6 +108,7 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
/>
</div>
@@ -120,6 +123,7 @@ export default function LandingPage() {
{ tag: "Beard", title: "Beard Design", subtitle: "Expert shaping", description: "Sculpted beard care for the modern man.", imageSrc: "http://img.b2bpic.net/free-photo/master-hairdresser-prepares-face-shaving-barber-shop_613910-6221.jpg" }
]}
textboxLayout="default"
useInvertedBackground={false}
/>
</div>
@@ -136,6 +140,7 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
/>
</div>
@@ -151,6 +156,7 @@ export default function LandingPage() {
]}
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
/>
</div>
@@ -167,6 +173,7 @@ export default function LandingPage() {
imageSrc="http://img.b2bpic.net/free-photo/barber-tools-wooden-background-table_627829-6196.jpg"
faqsAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={false}
/>
</div>