21 Commits

Author SHA1 Message Date
e40bdc9736 Update src/app/page.tsx 2026-03-16 16:41:44 +00:00
c5fb320faf Merge version_17 into main
Merge version_17 into main
2026-03-16 16:13:47 +00:00
4b237cf21d Update src/app/page.tsx 2026-03-16 16:13:37 +00:00
f8b9f06e02 Merge version_16 into main
Merge version_16 into main
2026-03-16 16:11:45 +00:00
0b2a5388fb Update src/app/page.tsx 2026-03-16 16:11:40 +00:00
e12487ad07 Merge version_15 into main
Merge version_15 into main
2026-03-16 15:53:15 +00:00
2cccb2ccf4 Update src/app/page.tsx 2026-03-16 15:53:11 +00:00
02197a048b Merge version_14 into main
Merge version_14 into main
2026-03-16 14:38:21 +00:00
0cf0e5722e Update src/app/page.tsx 2026-03-16 14:38:17 +00:00
6e9d8bac39 Merge version_13 into main
Merge version_13 into main
2026-03-16 14:36:36 +00:00
7041168cbf Remove watermark 2026-03-16 14:36:32 +00:00
fcfee8cd2c Merge version_13 into main
Merge version_13 into main
2026-03-16 14:33:51 +00:00
9727b13f0a Update src/app/page.tsx 2026-03-16 14:33:47 +00:00
aac687a7c2 Merge version_12 into main
Merge version_12 into main
2026-03-16 12:16:58 +00:00
1ba0938ce3 Update src/app/page.tsx 2026-03-16 12:16:53 +00:00
5d9045060c Merge version_11 into main
Merge version_11 into main
2026-03-16 12:09:23 +00:00
3443ea0f65 Update src/app/page.tsx 2026-03-16 12:09:18 +00:00
1ba9ee532d Merge version_10 into main
Merge version_10 into main
2026-03-16 12:08:04 +00:00
d79efb371d Update src/app/page.tsx 2026-03-16 12:07:59 +00:00
7b22e56ee9 Merge version_9 into main
Merge version_9 into main
2026-03-16 02:33:34 +00:00
a796747d5a Update src/app/page.tsx 2026-03-16 02:33:30 +00:00

View File

@@ -60,10 +60,10 @@ export default function LandingPage() {
<div id="about" data-section="about"> <div id="about" data-section="about">
<AboutMetric <AboutMetric
title="Award-Winning Coastal Dining Excellence" 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,12 +168,12 @@ 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"
imageAlt="Shadowlawn Eats Restaurant Interior"
mediaAnimation="slide-up" mediaAnimation="slide-up"
mediaPosition="right" 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={[ inputs={[
{ name: "name", type: "text", placeholder: "Your Name", required: true }, { name: "name", type: "text", placeholder: "Your Name", required: true },
{ name: "email", type: "email", placeholder: "Email Address", required: true }, { name: "email", type: "email", placeholder: "Email Address", required: true },
@@ -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>