Update src/app/page.tsx

This commit is contained in:
2026-05-30 21:33:02 +00:00
parent 2228f5f3e1
commit 032c69fb8d

View File

@@ -196,7 +196,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
names={[
"Local Eats Magazine", "Foodie Favorites Weekly", "Chef's Choice Awards", "City Best Dining Guide", "Gourmet Burger Society", "Sheraton Food Bloggers", "The Culinary Times"]}
"Local Eats Magazine", "Foodie Favorites Weekly", "Chef's Choice Awards", "City Best Dining Guide", "Gourmet Burger Society", "Sheraton Food Bloggers", "The Culinary Times" stiffness={100} damping={10}
"The Culinary Times" stiffness={100} damping={10}
"The Culinary Times" stiffness={100} damping={10}] stiffness={100} damping={10}
title="Recognized for Excellence"
description="Proudly featured in and trusted by leading culinary critics and local communities."
tag="Awards & Mentions"
@@ -237,7 +239,7 @@ export default function LandingPage() {
<ContactSplitForm
useInvertedBackground={true}
title="Get in Touch or Book a Table"
description="Have a question, feedback, or want to make a reservation? Reach out to us using the form below, and we'll get back to you shortly!"
description="Have a question, feedback, or want to make a reservation? Reach out to us using the form below, or visit us at our Sheraton location: https://maps.app.goo.gl/vveKQLzZNcwytDF6. We'll get back to you shortly!"
inputs={[
{
name: "name", type: "text", placeholder: "Your Name", required: true,
@@ -305,4 +307,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}