Update src/app/page.tsx

This commit is contained in:
2026-05-31 13:59:14 +00:00
parent a1afc6e937
commit 422f58a45a

View File

@@ -155,7 +155,7 @@ export default function LandingPage() {
<ContactSplit
tag="Connect With Us"
title="Book Your Tropical Escape"
description="Ready for an unforgettable dining experience? Reserve your table or send us an inquiry. We look forward to welcoming you to Island Vibe Grill!"
description="Ready for an unforgettable dining experience? Reserve your table or send us an inquiry. Follow us on social media for updates! We look forward to welcoming you to Island Vibe Grill!"
background={{
variant: "plain"
}}
@@ -177,7 +177,8 @@ export default function LandingPage() {
columns={[
{ title: "Explore", items: [{ label: "Home", href: "#home" }, { label: "Menu", href: "#menu" }, { label: "About Us", href: "#about" }] },
{ title: "Support", items: [{ label: "FAQs", href: "#faqs" }, { label: "Contact", href: "#contact" }] },
{ title: "Visit Us", items: [{ label: "Location", href: "#" }, { label: "Hours", href: "#" }] }
{ title: "Visit Us", items: [{ label: "Location", href: "#" }, { label: "Hours", href: "#" }] },
{ title: "Connect", items: [{ label: "Instagram", href: "https://instagram.com/islandvibegrill" }] }
]}
copyrightText="© 2024 Island Vibe Grill. All rights reserved."
imageSrc="http://img.b2bpic.net/free-photo/silhouettes-newlyweds-walking-from-palms-ocean-shore_1304-3173.jpg"
@@ -186,4 +187,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}