Merge version_1 into main #1
369
src/app/page.tsx
369
src/app/page.tsx
@@ -14,271 +14,126 @@ import { Sparkles } from "lucide-react";
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="icon-arrow"
|
||||
defaultTextAnimation="reveal-blur"
|
||||
borderRadius="rounded"
|
||||
contentWidth="smallMedium"
|
||||
sizing="largeSmallSizeLargeTitles"
|
||||
background="blurBottom"
|
||||
cardStyle="gradient-radial"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="layered"
|
||||
headingFontWeight="extrabold"
|
||||
defaultButtonVariant="icon-arrow"
|
||||
defaultTextAnimation="reveal-blur"
|
||||
borderRadius="rounded"
|
||||
contentWidth="smallMedium"
|
||||
sizing="largeSmallSizeLargeTitles"
|
||||
background="blurBottom"
|
||||
cardStyle="gradient-radial"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="layered"
|
||||
headingFontWeight="extrabold"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Our Story",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Collection",
|
||||
id: "products",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
]}
|
||||
brandName="Crescent Cellars"
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Our Story", id: "about" },
|
||||
{ name: "Collection", id: "products" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Crescent Cellars"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
title="Celebrate with Refinement, Without Alcohol"
|
||||
description="Experience the elegance of premium alcohol-free grape beverages crafted for sophisticated moments. Halal-certified, vegan, and naturally refined—luxury that never compromises."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sofia R.",
|
||||
handle: "@sofiar",
|
||||
testimonial: "The perfect companion for our wedding toasts. Truly elegant.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegantly-dressed-couple-handsome-stylish-male-charming-brunette-woman-sitting-together-luxury-restaurant_613910-18645.jpg",
|
||||
},
|
||||
{
|
||||
name: "David M.",
|
||||
handle: "@davidm",
|
||||
testimonial: "Finally a premium non-alcoholic option that feels special.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-glasses-with-champagne_23-2148339536.jpg",
|
||||
},
|
||||
{
|
||||
name: "Elena K.",
|
||||
handle: "@elenak",
|
||||
testimonial: "Exquisite taste and zero alcohol. A new standard.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-having-dinner-restaurant_23-2148018849.jpg",
|
||||
},
|
||||
{
|
||||
name: "Julian S.",
|
||||
handle: "@jsmith",
|
||||
testimonial: "Sophisticated packaging and even better flavor profile.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-holding-hands-wooden-table_23-2148014446.jpg",
|
||||
},
|
||||
{
|
||||
name: "Amira H.",
|
||||
handle: "@amirah",
|
||||
testimonial: "It makes any evening feel like a grand celebration.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/charming-brunette-black-dress-is-standing-by-her-man-who-sits-table-luxury-restaurant_613910-3908.jpg",
|
||||
},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Our Collection",
|
||||
href: "#products",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cosmetic-product-container-with-art-nouveau-inspired-sun-relief-background_23-2151420678.jpg"
|
||||
imageAlt="luxury product photography glass bottle"
|
||||
mediaAnimation="blur-reveal"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/elegant-couple-spend-time-restaurant_1157-20509.jpg",
|
||||
alt: "Elegant couple spend time in a restaurant",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/five-champagne-glasses-with-shadows_23-2147729191.jpg",
|
||||
alt: "Five champagne glasses with shadows",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/table-decorated-christmas_1162-202.jpg",
|
||||
alt: "Table decorated for christmas",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-delicious-thanksgiving-meal_23-2148629551.jpg",
|
||||
alt: "Front view of delicious thanksgiving meal",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/candle-golden-candlestick-wedding-table_8353-9969.jpg",
|
||||
alt: "Candle in golden candlestick on wedding table",
|
||||
},
|
||||
]}
|
||||
avatarText="Trusted by connoisseurs worldwide"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Halal Certified",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Premium Alcohol-Free",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Vegan Friendly",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Naturally Refined",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Artisanal Viticulture",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
title="Celebrate with Refinement, Without Alcohol"
|
||||
description="Experience the elegance of premium alcohol-free grape beverages crafted for sophisticated moments. Halal-certified, vegan, and naturally refined—luxury that never compromises."
|
||||
testimonials={[
|
||||
{ name: "Sofia R.", handle: "@sofiar", testimonial: "The perfect companion for our wedding toasts. Truly elegant.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/elegantly-dressed-couple-handsome-stylish-male-charming-brunette-woman-sitting-together-luxury-restaurant_613910-18645.jpg" },
|
||||
{ name: "David M.", handle: "@davidm", testimonial: "Finally a premium non-alcoholic option that feels special.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-glasses-with-champagne_23-2148339536.jpg" },
|
||||
{ name: "Elena K.", handle: "@elenak", testimonial: "Exquisite taste and zero alcohol. A new standard.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/couple-having-dinner-restaurant_23-2148018849.jpg" },
|
||||
{ name: "Julian S.", handle: "@jsmith", testimonial: "Sophisticated packaging and even better flavor profile.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-couple-holding-hands-wooden-table_23-2148014446.jpg" },
|
||||
{ name: "Amira H.", handle: "@amirah", testimonial: "It makes any evening feel like a grand celebration.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/charming-brunette-black-dress-is-standing-by-her-man-who-sits-table-luxury-restaurant_613910-3908.jpg" }
|
||||
]}
|
||||
buttons={[{ text: "Explore Our Collection", href: "#products" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cosmetic-product-container-with-art-nouveau-inspired-sun-relief-background_23-2151420678.jpg"
|
||||
imageAlt="luxury product photography glass bottle"
|
||||
mediaAnimation="blur-reveal"
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/elegant-couple-spend-time-restaurant_1157-20509.jpg", alt: "Elegant couple spend time in a restaurant" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/five-champagne-glasses-with-shadows_23-2147729191.jpg", alt: "Five champagne glasses with shadows" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/table-decorated-christmas_1162-202.jpg", alt: "Table decorated for christmas" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/front-view-delicious-thanksgiving-meal_23-2148629551.jpg", alt: "Front view of delicious thanksgiving meal" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/candle-golden-candlestick-wedding-table_8353-9969.jpg", alt: "Candle in golden candlestick on wedding table" }
|
||||
]}
|
||||
avatarText="Trusted by connoisseurs worldwide"
|
||||
marqueeItems={[
|
||||
{ type: "text", text: "Halal Certified" },
|
||||
{ type: "text", text: "Premium Alcohol-Free" },
|
||||
{ type: "text", text: "Vegan Friendly" },
|
||||
{ type: "text", text: "Naturally Refined" },
|
||||
{ type: "text", text: "Artisanal Viticulture" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<TestimonialAboutCard
|
||||
useInvertedBackground={false}
|
||||
tag="Heritage & Craft"
|
||||
title="Naturally Refined"
|
||||
description="Crescent Cellars combines traditional viticulture with modern refinement to create beverages that celebrate life’s moments."
|
||||
subdescription="Our dedication to quality ensures that every pour is a testament to natural purity, free from alcohol and compromise."
|
||||
icon={Sparkles}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/ripe-dark-grapes-vine-with-autumn-leaves_84443-83869.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
imageAlt="artisanal vineyard grapes sunset"
|
||||
/>
|
||||
</div>
|
||||
<div id="about" data-section="about">
|
||||
<TestimonialAboutCard
|
||||
useInvertedBackground={false}
|
||||
tag="Heritage & Craft"
|
||||
title="Naturally Refined"
|
||||
description="Crescent Cellars combines traditional viticulture with modern refinement to create beverages that celebrate life’s moments."
|
||||
subdescription="Our dedication to quality ensures that every pour is a testament to natural purity, free from alcohol and compromise."
|
||||
icon={Sparkles}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/ripe-dark-grapes-vine-with-autumn-leaves_84443-83869.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
imageAlt="artisanal vineyard grapes sunset"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardSix
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Halal Certified",
|
||||
description: "Authentically refined for mindful celebrations.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/vector-amazing-luxury-logo-designs_1340-2620.jpg",
|
||||
},
|
||||
{
|
||||
title: "Premium Quality",
|
||||
description: "Artisanal processes for a rich, complex palate.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-quality-brand-badge-banner-copy-space_53876-124714.jpg",
|
||||
},
|
||||
{
|
||||
title: "Vegan Friendly",
|
||||
description: "100% natural, plant-based indulgence for all.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/golden-halal-label-collection-with-flat-design_23-2147900206.jpg",
|
||||
},
|
||||
]}
|
||||
title="Why Crescent Cellars"
|
||||
description="Excellence in every bottle."
|
||||
/>
|
||||
</div>
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardSix
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ title: "Halal Certified", description: "Authentically refined for mindful celebrations.", imageSrc: "http://img.b2bpic.net/free-vector/vector-amazing-luxury-logo-designs_1340-2620.jpg" },
|
||||
{ title: "Premium Quality", description: "Artisanal processes for a rich, complex palate.", imageSrc: "http://img.b2bpic.net/free-photo/high-quality-brand-badge-banner-copy-space_53876-124714.jpg" },
|
||||
{ title: "Vegan Friendly", description: "100% natural, plant-based indulgence for all.", imageSrc: "http://img.b2bpic.net/free-vector/golden-halal-label-collection-with-flat-design_23-2147900206.jpg" }
|
||||
]}
|
||||
title="Why Crescent Cellars"
|
||||
description="Excellence in every bottle."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="products" data-section="products">
|
||||
<ProductCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Signature Red",
|
||||
price: "$45",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vintage-cups-thrift-shop-arrangement_23-2150269062.jpg",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Reserve White",
|
||||
price: "$45",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wine-bottle-with-grapes-wooden-piece_176474-6120.jpg",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Sparkling Brut",
|
||||
price: "$52",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-italian-cocktail-with-realistic-background_23-2150063018.jpg",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Heritage Gold",
|
||||
price: "$60",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/disco-balls-transparent-champagne-glass_23-2148356107.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Midnight Noir",
|
||||
price: "$55",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bottle-wine-cluster-black-grapes-marble-table_114579-20996.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Summer Rosé",
|
||||
price: "$48",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-covid-party-items-arrangement_23-2149299934.jpg",
|
||||
},
|
||||
]}
|
||||
title="Our Collection"
|
||||
description="Sophisticated beverages for every occasion."
|
||||
/>
|
||||
</div>
|
||||
<div id="products" data-section="products">
|
||||
<ProductCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "p1", name: "Signature Red", price: "$45", imageSrc: "http://img.b2bpic.net/free-photo/vintage-cups-thrift-shop-arrangement_23-2150269062.jpg" },
|
||||
{ id: "p2", name: "Reserve White", price: "$45", imageSrc: "http://img.b2bpic.net/free-photo/wine-bottle-with-grapes-wooden-piece_176474-6120.jpg" },
|
||||
{ id: "p3", name: "Sparkling Brut", price: "$52", imageSrc: "http://img.b2bpic.net/free-photo/delicious-italian-cocktail-with-realistic-background_23-2150063018.jpg" },
|
||||
{ id: "p4", name: "Heritage Gold", price: "$60", imageSrc: "http://img.b2bpic.net/free-photo/disco-balls-transparent-champagne-glass_23-2148356107.jpg" },
|
||||
{ id: "p5", name: "Midnight Noir", price: "$55", imageSrc: "http://img.b2bpic.net/free-photo/bottle-wine-cluster-black-grapes-marble-table_114579-20996.jpg" },
|
||||
{ id: "p6", name: "Summer Rosé", price: "$48", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-covid-party-items-arrangement_23-2149299934.jpg" }
|
||||
]}
|
||||
title="Our Collection"
|
||||
description="Sophisticated beverages for every occasion."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="legal" data-section="legal">
|
||||
<LegalSection />
|
||||
</div>
|
||||
<div id="legal" data-section="legal">
|
||||
<LegalSection layout="default" title="Legal Information" sections={[]} />
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseReveal
|
||||
logoText="Crescent Cellars"
|
||||
columns={[
|
||||
{
|
||||
title: "Shop",
|
||||
items: [
|
||||
{
|
||||
label: "All Products",
|
||||
href: "#products",
|
||||
},
|
||||
{
|
||||
label: "Gift Sets",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "Our Story",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
copyrightText="© 2024 Crescent Cellars Mauritius. All rights reserved."
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseReveal
|
||||
logoText="Crescent Cellars"
|
||||
columns={[
|
||||
{ title: "Shop", items: [{ label: "All Products", href: "#products" }, { label: "Gift Sets", href: "#" }] },
|
||||
{ title: "Company", items: [{ label: "Our Story", href: "#about" }, { label: "Contact Us", href: "#contact" }] }
|
||||
]}
|
||||
copyrightText="© 2024 Crescent Cellars Mauritius. All rights reserved."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user