Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1cc34bdd2d | |||
| 928dcd2e0a | |||
| 5a95b8f827 | |||
| b145e7988b | |||
| 9353d86f26 |
@@ -35,7 +35,7 @@ export default function LandingPage() {
|
||||
{ name: "Menu", id: "#menu" },
|
||||
{ name: "Contact", id: "#contact" }
|
||||
]}
|
||||
brandName="Homarus"
|
||||
brandName="L'Érable"
|
||||
button={{ text: "Reserve" }}
|
||||
/>
|
||||
</div>
|
||||
@@ -44,7 +44,7 @@ export default function LandingPage() {
|
||||
<HeroSplitDoubleCarousel
|
||||
background={{ variant: "plain" }}
|
||||
title="Experience Coastal Excellence"
|
||||
description="At Homarus, we serve the finest, sustainably sourced seafood in an atmosphere of refined elegance. Join us for a culinary journey inspired by the ocean's bounty."
|
||||
description="At L'Érable, we serve the finest, sustainably sourced seafood in an atmosphere of refined elegance. Join us for a culinary journey inspired by the ocean's bounty."
|
||||
leftCarouselItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-wedding-table-arrangement_23-2150279480.jpg", imageAlt: "Luxurious Interior" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/mussels-cream-sauce-served-with-green-salad_140725-5873.jpg", imageAlt: "Gourmet Platter" },
|
||||
@@ -67,7 +67,7 @@ export default function LandingPage() {
|
||||
<InlineImageSplitTextAbout
|
||||
useInvertedBackground={true}
|
||||
heading={[
|
||||
{ type: "text", content: "The Homarus " },
|
||||
{ type: "text", content: "The L'Érable " },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/female-chef-with-apron-tray-fruit_23-2148763165.jpg", alt: "Fresh Catch" },
|
||||
{ type: "text", content: " Legacy" }
|
||||
]}
|
||||
@@ -124,7 +124,7 @@ export default function LandingPage() {
|
||||
background={{ variant: "plain" }}
|
||||
tag="Visit Us"
|
||||
title="Book Your Table"
|
||||
description="Call us directly at +216 55 770 704 to reserve your table for an unforgettable evening."
|
||||
description="Call us directly at 20077077 to reserve your table for an unforgettable evening."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/view-luxurious-hotel-interior-space_23-2150683411.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -132,7 +132,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseReveal
|
||||
logoText="Homarus"
|
||||
logoText="L'Érable"
|
||||
columns={[
|
||||
{ title: "Navigate", items: [{ label: "Home", href: "#hero" }, { label: "Menu", href: "#menu" }, { label: "Contact", href: "#contact" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] }
|
||||
|
||||
Reference in New Issue
Block a user