Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b145e7988b | |||
| 9353d86f26 |
@@ -35,7 +35,7 @@ export default function LandingPage() {
|
|||||||
{ name: "Menu", id: "#menu" },
|
{ name: "Menu", id: "#menu" },
|
||||||
{ name: "Contact", id: "#contact" }
|
{ name: "Contact", id: "#contact" }
|
||||||
]}
|
]}
|
||||||
brandName="Homarus"
|
brandName="L'Érable"
|
||||||
button={{ text: "Reserve" }}
|
button={{ text: "Reserve" }}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -44,7 +44,7 @@ export default function LandingPage() {
|
|||||||
<HeroSplitDoubleCarousel
|
<HeroSplitDoubleCarousel
|
||||||
background={{ variant: "plain" }}
|
background={{ variant: "plain" }}
|
||||||
title="Experience Coastal Excellence"
|
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={[
|
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/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" },
|
{ 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
|
<InlineImageSplitTextAbout
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
heading={[
|
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: "image", src: "http://img.b2bpic.net/free-photo/female-chef-with-apron-tray-fruit_23-2148763165.jpg", alt: "Fresh Catch" },
|
||||||
{ type: "text", content: " Legacy" }
|
{ type: "text", content: " Legacy" }
|
||||||
]}
|
]}
|
||||||
@@ -132,7 +132,7 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterBaseReveal
|
<FooterBaseReveal
|
||||||
logoText="Homarus"
|
logoText="L'Érable"
|
||||||
columns={[
|
columns={[
|
||||||
{ title: "Navigate", items: [{ label: "Home", href: "#hero" }, { label: "Menu", href: "#menu" }, { label: "Contact", href: "#contact" }] },
|
{ 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: "#" }] }
|
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] }
|
||||||
|
|||||||
Reference in New Issue
Block a user