Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1cc34bdd2d | |||
| 928dcd2e0a | |||
| 5a95b8f827 | |||
| b145e7988b | |||
| 9353d86f26 | |||
| 3268cd26e8 | |||
| 7e3d376188 |
@@ -10,7 +10,6 @@ import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleC
|
|||||||
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
|
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
|
||||||
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
|
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
|
||||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
|
||||||
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
|
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
@@ -36,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>
|
||||||
@@ -45,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" },
|
||||||
@@ -68,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" }
|
||||||
]}
|
]}
|
||||||
@@ -87,22 +86,6 @@ export default function LandingPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="specialties" data-section="specialties">
|
|
||||||
<ProductCardTwo
|
|
||||||
textboxLayout="default"
|
|
||||||
gridVariant="uniform-all-items-equal"
|
|
||||||
animationType="slide-up"
|
|
||||||
useInvertedBackground={true}
|
|
||||||
products={[
|
|
||||||
{ id: "p1", brand: "Signature", name: "Butter Poached Lobster", price: "$65.00", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/top-view-boiled-egg-with-ketchup-mustard-inside-plate-pink-wall_140725-46919.jpg" },
|
|
||||||
{ id: "p2", brand: "Classic", name: "Seared Scallops", price: "$42.00", rating: 5, reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-chef-holding-uncooked-crayfish-isolated_273609-48033.jpg" },
|
|
||||||
{ id: "p3", brand: "Seasonal", name: "Catch of the Day", price: "$48.00", rating: 5, reviewCount: "88", imageSrc: "http://img.b2bpic.net/free-photo/delicious-seafood-meal_23-2151713199.jpg" }
|
|
||||||
]}
|
|
||||||
title="Chef's Signature Dishes"
|
|
||||||
description="Explore our chef's curated specialties designed to delight your palate."
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="dining" data-section="dining">
|
<div id="dining" data-section="dining">
|
||||||
<MetricCardSeven
|
<MetricCardSeven
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
@@ -118,26 +101,6 @@ export default function LandingPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="testimonials" data-section="testimonials">
|
|
||||||
<TestimonialCardSixteen
|
|
||||||
animationType="slide-up"
|
|
||||||
textboxLayout="default"
|
|
||||||
useInvertedBackground={true}
|
|
||||||
testimonials={[
|
|
||||||
{ id: "1", name: "Sarah Miller", role: "Food Critic", company: "Fine Dining Weekly", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/lovely-couple-enjoying-new-year-party_23-2149173295.jpg" },
|
|
||||||
{ id: "2", name: "James Anderson", role: "Patron", company: "Local Regular", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-pretty-waitress_1098-15705.jpg" },
|
|
||||||
{ id: "3", name: "Elena Rodriguez", role: "Patron", company: "Visitor", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/successful-young-man-stylish-hat-relaxing-alone-cozy-cafeteria-lunch-break-looking-with-happy-expression_273609-1935.jpg" }
|
|
||||||
]}
|
|
||||||
kpiItems={[
|
|
||||||
{ value: "99%", label: "Customer Satisfaction" },
|
|
||||||
{ value: "4.9", label: "Google Rating" },
|
|
||||||
{ value: "12k", label: "Happy Diners" }
|
|
||||||
]}
|
|
||||||
title="Voices of Homarus"
|
|
||||||
description="Hear what our guests say about their dining experience."
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="faq" data-section="faq">
|
<div id="faq" data-section="faq">
|
||||||
<FaqSplitMedia
|
<FaqSplitMedia
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
@@ -161,7 +124,7 @@ export default function LandingPage() {
|
|||||||
background={{ variant: "plain" }}
|
background={{ variant: "plain" }}
|
||||||
tag="Visit Us"
|
tag="Visit Us"
|
||||||
title="Book Your Table"
|
title="Book Your Table"
|
||||||
description="Ready to experience Homarus? 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"
|
imageSrc="http://img.b2bpic.net/free-photo/view-luxurious-hotel-interior-space_23-2150683411.jpg"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
@@ -169,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