Merge version_2 into main #3
@@ -58,6 +58,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<MetricSplitMediaAbout
|
||||
useInvertedBackground={false}
|
||||
title="A Legacy of Flavor"
|
||||
description="Since 1998, we have mastered the art of coastal cuisine, combining sustainable ocean-to-table practices with artisanal techniques."
|
||||
metrics={[
|
||||
@@ -71,6 +72,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardTwentyThree
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
title="The Cove Experience"
|
||||
@@ -85,6 +87,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="menu" data-section="menu">
|
||||
<ProductCardTwo
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
@@ -101,6 +104,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardOne
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
gridVariant="one-large-right-three-stacked-left"
|
||||
@@ -114,6 +118,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="social" data-section="social">
|
||||
<SocialProofOne
|
||||
useInvertedBackground={false}
|
||||
names={["Michelin", "Local Award", "Travelers Choice", "Coastal Press", "Fine Dining Guild"]}
|
||||
title="Award-Winning Excellence"
|
||||
description="Recognized consistently for culinary and service standards."
|
||||
@@ -123,6 +128,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqDouble
|
||||
useInvertedBackground={false}
|
||||
title="Frequently Asked Questions"
|
||||
description="Get answers to common queries regarding reservations and dietary needs."
|
||||
faqsAnimation="slide-up"
|
||||
@@ -138,6 +144,8 @@ export default function LandingPage() {
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
tag="Reservations"
|
||||
title="Ready for an Unforgettable Meal?"
|
||||
description="Secure your table today and enjoy the best coastal dining experience."
|
||||
|
||||
Reference in New Issue
Block a user