Update src/app/page.tsx
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user