Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 422f58a45a | |||
| a1afc6e937 |
@@ -155,7 +155,7 @@ export default function LandingPage() {
|
|||||||
<ContactSplit
|
<ContactSplit
|
||||||
tag="Connect With Us"
|
tag="Connect With Us"
|
||||||
title="Book Your Tropical Escape"
|
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={{
|
background={{
|
||||||
variant: "plain"
|
variant: "plain"
|
||||||
}}
|
}}
|
||||||
@@ -177,7 +177,8 @@ export default function LandingPage() {
|
|||||||
columns={[
|
columns={[
|
||||||
{ title: "Explore", items: [{ label: "Home", href: "#home" }, { label: "Menu", href: "#menu" }, { label: "About Us", href: "#about" }] },
|
{ 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: "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."
|
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"
|
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>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user