Update src/app/page.tsx

This commit is contained in:
2026-05-12 09:42:45 +00:00
parent 0796fe9ad3
commit 5497a1923d

View File

@@ -62,6 +62,7 @@ export default function LandingPage() {
title="Table Reservations"
description="Secure your spot with our automated booking system."
background={{ variant: "plain" }}
useInvertedBackground={false}
onSubmit={(email) => console.log("Booking for: ", email)}
/>
</div>
@@ -72,6 +73,7 @@ export default function LandingPage() {
title="Find Our Location"
description="We are located at the heart of the tech district. Visit us for a personalized demo or consultation."
background={{ variant: "animated-grid" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/3d-motion-flow-background-with-digital-particles_1048-12441.jpg"
/>
</div>