Compare commits
16 Commits
version_9
...
version_16
| Author | SHA1 | Date | |
|---|---|---|---|
| 0b2a5388fb | |||
| e12487ad07 | |||
| 2cccb2ccf4 | |||
| 02197a048b | |||
| 0cf0e5722e | |||
| 6e9d8bac39 | |||
| 7041168cbf | |||
| fcfee8cd2c | |||
| 9727b13f0a | |||
| aac687a7c2 | |||
| 1ba0938ce3 | |||
| 5d9045060c | |||
| 3443ea0f65 | |||
| 1ba9ee532d | |||
| d79efb371d | |||
| 7b22e56ee9 |
@@ -62,8 +62,8 @@ export default function LandingPage() {
|
|||||||
<AboutMetric
|
<AboutMetric
|
||||||
title="Award-Winning Coastal Dining Excellence — Trusted by 373+ Loyal Guests"
|
title="Award-Winning Coastal Dining Excellence — Trusted by 373+ Loyal Guests"
|
||||||
metrics={[
|
metrics={[
|
||||||
{ icon: Star, label: "Customer Rating", value: "4.7/5" },
|
|
||||||
{ icon: Users, label: "Loyal Customers", value: "373+" },
|
{ icon: Users, label: "Loyal Customers", value: "373+" },
|
||||||
|
{ icon: Star, label: "Customer Rating", value: "4.7/5" },
|
||||||
{ icon: MapPin, label: "Location", value: "Virginia Beach" },
|
{ icon: MapPin, label: "Location", value: "Virginia Beach" },
|
||||||
{ icon: Clock, label: "Premium Hours", value: "Daily" }
|
{ icon: Clock, label: "Premium Hours", value: "Daily" }
|
||||||
]}
|
]}
|
||||||
@@ -168,9 +168,9 @@ export default function LandingPage() {
|
|||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactSplitForm
|
<ContactSplitForm
|
||||||
title="Reserve Your Experience"
|
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="100% secure reservation — Book within 24 hours for guaranteed priority seating. Same-day reservations available! Fill out the form below to secure your table or inquire about private events."
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/terrace-with-white-blue-armchairs_1203-2077.jpg"
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3As2kZYlCC6NA5jCmap28mHQo5p/uploaded-1773677455345-u1otd4sg.jpg"
|
||||||
imageAlt="Shadowlawn Eats Restaurant Interior"
|
imageAlt="Shadowlawn Eats Restaurant Interior"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
mediaPosition="right"
|
mediaPosition="right"
|
||||||
@@ -181,7 +181,7 @@ export default function LandingPage() {
|
|||||||
{ name: "date", type: "date", placeholder: "Preferred Date & Time", required: true }
|
{ name: "date", type: "date", placeholder: "Preferred Date & Time", required: true }
|
||||||
]}
|
]}
|
||||||
textarea={{ name: "message", placeholder: "Special requests or party size — reservations receive priority seating", rows: 4, required: false }}
|
textarea={{ name: "message", placeholder: "Special requests or party size — reservations receive priority seating", rows: 4, required: false }}
|
||||||
buttonText="Reserve Table"
|
buttonText="Confirm Reservation"
|
||||||
ariaLabel="Contact form - Reserve at Shadowlawn Eats"
|
ariaLabel="Contact form - Reserve at Shadowlawn Eats"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -228,4 +228,4 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user