Update src/app/page.tsx
This commit is contained in:
@@ -52,7 +52,7 @@ export default function LandingPage() {
|
||||
{
|
||||
text: "Reserve a Table", href: "/contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-dining-tables-without-food_23-2150157821.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-dining-tables-without-food_23-2150157821.jpg?_wi=1"
|
||||
mediaAnimation="blur-reveal"
|
||||
avatars={[
|
||||
{
|
||||
@@ -156,12 +156,13 @@ export default function LandingPage() {
|
||||
description="Join us for a reservation or visit our location to experience fine dining in the city center. We are open daily from 5pm to 11pm."
|
||||
buttons={[{ text: "Book Now", href: "/contact" }]}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-dining-tables-without-food_23-2150157821.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-dining-tables-without-food_23-2150157821.jpg?_wi=2"
|
||||
logoText="L'Adresse"
|
||||
columns={[
|
||||
{ title: "Navigation", items: [{ label: "About", href: "/about" }, { label: "Menu", href: "/shop" }] },
|
||||
|
||||
Reference in New Issue
Block a user