3 Commits

Author SHA1 Message Date
67e4c6a71f Update src/app/page.tsx 2026-03-03 09:51:07 +00:00
bb9274563c Update src/app/layout.tsx 2026-03-03 09:51:06 +00:00
14709edb2c Merge version_1 into main
Merge version_1 into main
2026-03-03 09:48:28 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1422,4 +1422,4 @@ export default function RootLayout({
</ServiceWrapper> </ServiceWrapper>
</html> </html>
); );
} }

View File

@@ -217,7 +217,7 @@ export default function LandingPage() {
tagIcon={Calendar} tagIcon={Calendar}
tagAnimation="slide-up" tagAnimation="slide-up"
title="Reserve Your Table Today" 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" }} background={{ variant: "rotated-rays-animated" }}
useInvertedBackground={false} useInvertedBackground={false}
inputPlaceholder="Enter your email" inputPlaceholder="Enter your email"
@@ -260,4 +260,4 @@ export default function LandingPage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }