Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3268cd26e8 | |||
| 7e3d376188 |
@@ -10,7 +10,6 @@ import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleC
|
||||
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
|
||||
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
|
||||
|
||||
export default function LandingPage() {
|
||||
@@ -87,22 +86,6 @@ export default function LandingPage() {
|
||||
/>
|
||||
</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">
|
||||
<MetricCardSeven
|
||||
animationType="slide-up"
|
||||
@@ -118,26 +101,6 @@ export default function LandingPage() {
|
||||
/>
|
||||
</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">
|
||||
<FaqSplitMedia
|
||||
textboxLayout="default"
|
||||
@@ -161,7 +124,7 @@ export default function LandingPage() {
|
||||
background={{ variant: "plain" }}
|
||||
tag="Visit Us"
|
||||
title="Book Your Table"
|
||||
description="Ready to experience Homarus? Reserve your table for an unforgettable evening."
|
||||
description="Call us directly at +216 55 770 704 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"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user