Update src/app/page.tsx

This commit is contained in:
2026-03-03 09:51:07 +00:00
parent bb9274563c
commit 67e4c6a71f

View File

@@ -217,7 +217,7 @@ export default function LandingPage() {
tagIcon={Calendar}
tagAnimation="slide-up"
title="Reserve Your Table Today"
description="Step into warmth and elegance. Book your table in just 30 seconds and join us for an unforgettable experience."
description="Secure your table at Cream Cafe—availability shown in real-time"
background={{ variant: "rotated-rays-animated" }}
useInvertedBackground={false}
inputPlaceholder="Enter your email"
@@ -260,4 +260,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}