5 Commits

Author SHA1 Message Date
1cc34bdd2d Merge version_4 into main
Merge version_4 into main
2026-05-11 08:02:58 +00:00
928dcd2e0a Update src/app/page.tsx 2026-05-11 08:02:55 +00:00
5a95b8f827 Merge version_3 into main
Merge version_3 into main
2026-05-11 08:01:43 +00:00
b145e7988b Update src/app/page.tsx 2026-05-11 08:01:37 +00:00
9353d86f26 Merge version_2 into main
Merge version_2 into main
2026-05-11 07:50:50 +00:00

View File

@@ -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: "#" }] }