Merge version_2 into main #10
@@ -61,20 +61,24 @@ export default function LandingPage() {
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardThree
|
||||
title="Sustainable Practices"
|
||||
description="Our commitment to the earth and our craft."
|
||||
features={[
|
||||
{ title: "Sustainable Farming", description: "Honoring the earth.", imageSrc: "" },
|
||||
{ title: "Aged to Perfection", description: "Patience in every bottle.", imageSrc: "" },
|
||||
{ title: "Global Sourcing", description: "The best of the world.", imageSrc: "" }
|
||||
{ title: "Sustainable Farming", description: "Honoring the earth.", imageSrc: "/images/placeholder.jpg" },
|
||||
{ title: "Aged to Perfection", description: "Patience in every bottle.", imageSrc: "/images/placeholder.jpg" },
|
||||
{ title: "Global Sourcing", description: "The best of the world.", imageSrc: "/images/placeholder.jpg" }
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="products" data-section="products">
|
||||
<ProductCardFour
|
||||
title="Exclusive Selections"
|
||||
description="Discover our curated range of fine wines."
|
||||
useInvertedBackground={true}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
@@ -86,6 +90,8 @@ export default function LandingPage() {
|
||||
<div id="pricing" data-section="pricing">
|
||||
<PricingCardThree
|
||||
title="Private Collection Membership"
|
||||
description="Access to exclusive releases."
|
||||
useInvertedBackground={false}
|
||||
plans={[]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -95,6 +101,8 @@ export default function LandingPage() {
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardOne
|
||||
title="Our Impact"
|
||||
description="Data reflecting our dedication."
|
||||
useInvertedBackground={false}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="depth-3d"
|
||||
textboxLayout="default"
|
||||
@@ -105,6 +113,8 @@ export default function LandingPage() {
|
||||
<div id="team" data-section="team">
|
||||
<TeamCardTwo
|
||||
title="Our Sommeliers"
|
||||
description="Meet the experts behind our collection."
|
||||
useInvertedBackground={false}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="default"
|
||||
@@ -115,6 +125,8 @@ export default function LandingPage() {
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTwo
|
||||
title="Refined Opinions"
|
||||
description="What our patrons have to say."
|
||||
useInvertedBackground={false}
|
||||
animationType="depth-3d"
|
||||
textboxLayout="default"
|
||||
testimonials={[]}
|
||||
@@ -124,6 +136,8 @@ export default function LandingPage() {
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqBase
|
||||
title="Common Queries"
|
||||
description="Find answers to your questions."
|
||||
useInvertedBackground={false}
|
||||
faqsAnimation="blur-reveal"
|
||||
textboxLayout="default"
|
||||
faqs={[]}
|
||||
@@ -134,6 +148,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
title="Become a Patron"
|
||||
description="Receive invitations to private tastings and exclusive bottle drops."
|
||||
tag="Join Now"
|
||||
background={{ variant: "rotated-rays-static" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
@@ -143,6 +158,8 @@ export default function LandingPage() {
|
||||
<SocialProofOne
|
||||
names={["Château d'Yquem", "Penfolds", "Opus One", "Sassicaia", "Dom Pérignon"]}
|
||||
title="Partnered Estates"
|
||||
description="Collaborating with the world's most prestigious vineyards."
|
||||
useInvertedBackground={false}
|
||||
textboxLayout="default"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user