5 Commits

Author SHA1 Message Date
7041168cbf Remove watermark 2026-03-16 14:36:32 +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

View File

@@ -62,8 +62,8 @@ export default function LandingPage() {
<AboutMetric
title="Award-Winning Coastal Dining Excellence — Trusted by 373+ Loyal Guests"
metrics={[
{ icon: Star, label: "Customer Rating", value: "4.7/5" },
{ icon: Users, label: "Loyal Customers", value: "373+" },
{ icon: Star, label: "Customer Rating", value: "4.7/5" },
{ icon: MapPin, label: "Location", value: "Virginia Beach" },
{ icon: Clock, label: "Premium Hours", value: "Daily" }
]}
@@ -168,7 +168,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactSplitForm
title="Reserve Your Experience"
description="Same-day reservations available! Book within 24 hours for priority seating at Shadowlawn Eats. Fill out the form below to secure your table or inquire about private events."
description="Book within 24 hours for guaranteed priority seating at Shadowlawn Eats. Same-day reservations available! Fill out the form below to secure your table 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"
@@ -228,4 +228,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}