4 Commits

Author SHA1 Message Date
8ea3c223e3 Update src/app/page.tsx 2026-03-16 02:28:28 +00:00
f9a1e88202 Merge version_4 into main
Merge version_4 into main
2026-03-16 02:25:38 +00:00
16c7250313 Update src/app/page.tsx 2026-03-16 02:25:34 +00:00
0ff090dd30 Merge version_3 into main
Merge version_3 into main
2026-03-16 02:23:18 +00:00

View File

@@ -60,7 +60,7 @@ export default function LandingPage() {
<div id="about" data-section="about"> <div id="about" data-section="about">
<AboutMetric <AboutMetric
title="Craft Excellence Since Day One" title="Award-Winning Coastal Dining Excellence"
metrics={[ metrics={[
{ icon: Star, label: "Customer Rating", value: "4.7/5" }, { icon: Star, label: "Customer Rating", value: "4.7/5" },
{ icon: Users, label: "Loyal Customers", value: "373+" }, { icon: Users, label: "Loyal Customers", value: "373+" },
@@ -168,7 +168,7 @@ 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="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} useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/terrace-with-white-blue-armchairs_1203-2077.jpg" imageSrc="http://img.b2bpic.net/free-photo/terrace-with-white-blue-armchairs_1203-2077.jpg"
imageAlt="Shadowlawn Eats Restaurant Interior" imageAlt="Shadowlawn Eats Restaurant Interior"
@@ -228,4 +228,4 @@ export default function LandingPage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }