Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8ea3c223e3 | |||
| f9a1e88202 | |||
| 16c7250313 | |||
| 0ff090dd30 | |||
| 85465493b5 | |||
| f6d1d61d0f | |||
| 32724fcb2b | |||
| 7c82d6e70a | |||
| 27e2d97fe4 |
@@ -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: "Reserve Your Table", href: "#contact" },
|
||||
{ text: "Book Now - Premium Seating", href: "#contact" },
|
||||
{ text: "View Menu", href: "#menu" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
@@ -60,7 +60,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<AboutMetric
|
||||
title="Craft Excellence Since Day One"
|
||||
title="Award-Winning Coastal Dining Excellence"
|
||||
metrics={[
|
||||
{ icon: Star, label: "Customer Rating", value: "4.7/5" },
|
||||
{ icon: Users, label: "Loyal Customers", value: "373+" },
|
||||
@@ -168,7 +168,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplitForm
|
||||
title="Reserve Your Experience"
|
||||
description="Join us at Shadowlawn Eats for an unforgettable dining experience. Fill out the form below to make a reservation or inquire about private events."
|
||||
description="Get priority seating and special perks alongside reservations at Shadowlawn Eats for an unforgettable dining experience. Fill out the form below to make a reservation or inquire about private events."
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/terrace-with-white-blue-armchairs_1203-2077.jpg"
|
||||
imageAlt="Shadowlawn Eats Restaurant Interior"
|
||||
@@ -178,9 +178,9 @@ export default function LandingPage() {
|
||||
{ name: "name", type: "text", placeholder: "Your Name", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Email Address", required: true },
|
||||
{ name: "phone", type: "tel", placeholder: "Phone Number", required: true },
|
||||
{ name: "date", type: "date", placeholder: "Preferred Date", required: true }
|
||||
{ name: "date", type: "date", placeholder: "Preferred Date & Time", required: true }
|
||||
]}
|
||||
textarea={{ name: "message", placeholder: "Special requests or party size", rows: 4, required: false }}
|
||||
textarea={{ name: "message", placeholder: "Special requests or party size — reservations receive priority seating", rows: 4, required: false }}
|
||||
buttonText="Reserve Table"
|
||||
ariaLabel="Contact form - Reserve at Shadowlawn Eats"
|
||||
/>
|
||||
@@ -228,4 +228,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user