Compare commits
4 Commits
version_17
...
version_19
| Author | SHA1 | Date | |
|---|---|---|---|
| 2c17b955de | |||
| 29e82bd4d6 | |||
| e40bdc9736 | |||
| c5fb320faf |
@@ -45,7 +45,7 @@ export default function LandingPage() {
|
||||
description="Experience luxury coastal dining where fresh ingredients meet culinary artistry. Savor our signature surf vibe grill featuring premium crab cake burgers, blackened tuna, perfectly crispy wings, and chimichurri fries. Join us for unforgettable meals in Virginia Beach."
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
buttons={[
|
||||
{ text: "Book Now - Premium Seating", href: "#contact" },
|
||||
{ text: "Reserve Table Now", href: "#contact" },
|
||||
{ text: "View Menu", href: "#menu" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
@@ -172,6 +172,8 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-restaurant-dish_23-2148893358.jpg"
|
||||
imageAlt="Shadowlawn Eats restaurant ambiance and dining experience"
|
||||
inputs={[
|
||||
{ name: "name", type: "text", placeholder: "Your Name", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Email Address", required: true },
|
||||
@@ -226,4 +228,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user