Merge version_1 into main #1
300
src/app/page.tsx
300
src/app/page.tsx
@@ -30,26 +30,11 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Wines",
|
||||
id: "products",
|
||||
},
|
||||
{
|
||||
name: "Experience",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Wines", id: "products" },
|
||||
{ name: "Experience", id: "features" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Stemina"
|
||||
/>
|
||||
@@ -57,68 +42,30 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboard
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Stemina: The Soul of Serbian Terroir"
|
||||
description="Crafting premium wines with passion and history in the heart of Serbia's most esteemed vineyards."
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Wines",
|
||||
href: "#products",
|
||||
},
|
||||
{
|
||||
text: "Visit Us",
|
||||
href: "#contact",
|
||||
},
|
||||
{ text: "Explore Wines", href: "#products" },
|
||||
{ text: "Visit Us", href: "#contact" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/rural-landscape-summer-la-rioja_1398-4757.jpg"
|
||||
imageAlt="vineyard landscape sunset serbia"
|
||||
mediaAnimation="blur-reveal"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/two-pretty-young-black-friends-woman-wear-summer-dress-pose-sunflower-field_627829-4185.jpg",
|
||||
alt: "Two pretty young black friends woman wear summer dress pose in a sunflower field",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/vineyard-landscape-with-nature-grapevines_23-2151514929.jpg",
|
||||
alt: "Vineyard landscape with nature and grapevines",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/dreamy-rainbow-countryside_23-2151625133.jpg",
|
||||
alt: "Dreamy rainbow on a countryside",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/people-enjoying-glass-wine-vineyard-with-stunning-nature-landscape_23-2151514988.jpg",
|
||||
alt: "People enjoying a glass of wine at a vineyard with stunning nature landscape",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/excited-girl-with-ginger-hair-black-bandage-neck-yellow-dress-holding-glass-with-wine-taking-selfie-outdoor_197531-30121.jpg",
|
||||
alt: "Excited girl with ginger hair and black bandage on neck in yellow dress holding glass with wine and taking selfie outdoor",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/two-pretty-young-black-friends-woman-wear-summer-dress-pose-sunflower-field_627829-4185.jpg", alt: "Two pretty young black friends woman wear summer dress pose in a sunflower field" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/vineyard-landscape-with-nature-grapevines_23-2151514929.jpg", alt: "Vineyard landscape with nature and grapevines" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/dreamy-rainbow-countryside_23-2151625133.jpg", alt: "Dreamy rainbow on a countryside" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/people-enjoying-glass-wine-vineyard-with-stunning-nature-landscape_23-2151514988.jpg", alt: "People enjoying a glass of wine at a vineyard with stunning nature landscape" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/excited-girl-with-ginger-hair-black-bandage-neck-yellow-dress-holding-glass-with-wine-taking-selfie-outdoor_197531-30121.jpg", alt: "Excited girl with ginger hair and black bandage on neck in yellow dress holding glass with wine and taking selfie outdoor" },
|
||||
]}
|
||||
avatarText="Join our community of wine enthusiasts"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Estate Bottled",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Organic Practices",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Award Winning",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Traditional Craft",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Serbian Heritage",
|
||||
},
|
||||
{ type: "text", text: "Estate Bottled" },
|
||||
{ type: "text", text: "Organic Practices" },
|
||||
{ type: "text", text: "Award Winning" },
|
||||
{ type: "text", text: "Traditional Craft" },
|
||||
{ type: "text", text: "Serbian Heritage" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -127,15 +74,8 @@ export default function LandingPage() {
|
||||
<InlineImageSplitTextAbout
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Our Philosophy & Legacy",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/winery-factory_1398-4744.jpg",
|
||||
alt: "winery barrel cellar interior",
|
||||
},
|
||||
{ type: "text", content: "Our Philosophy & Legacy" },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/winery-factory_1398-4744.jpg", alt: "winery barrel cellar interior" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -147,60 +87,12 @@ export default function LandingPage() {
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "Stemina",
|
||||
name: "Reserve Red",
|
||||
price: "45€",
|
||||
rating: 5,
|
||||
reviewCount: "120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bottle-red-wine-glass-red-wine_140725-5977.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
brand: "Stemina",
|
||||
name: "White Cuvée",
|
||||
price: "38€",
|
||||
rating: 5,
|
||||
reviewCount: "95",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-anniversary-champagne-bottle_23-2148578884.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
brand: "Stemina",
|
||||
name: "Summer Rosé",
|
||||
price: "29€",
|
||||
rating: 4,
|
||||
reviewCount: "88",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/flat-rose-day-greeting-cards-collection_23-2150029801.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
brand: "Stemina",
|
||||
name: "Aged Cabernet",
|
||||
price: "52€",
|
||||
rating: 5,
|
||||
reviewCount: "150",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-red-wine-bottle-red-wine-along-with-red-berries-green-leaves-isolated-grey-desk-alcohol-winery-drink_140725-16099.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
brand: "Stemina",
|
||||
name: "Sparkling Brut",
|
||||
price: "35€",
|
||||
rating: 5,
|
||||
reviewCount: "72",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-product-container-with-art-nouveau-inspired-sun-relief-background_23-2151420628.jpg",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
brand: "Stemina",
|
||||
name: "Limited Reserve",
|
||||
price: "75€",
|
||||
rating: 5,
|
||||
reviewCount: "210",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/collection-retro-wine-stickers_23-2147625351.jpg",
|
||||
},
|
||||
{ id: "1", brand: "Stemina", name: "Reserve Red", price: "45€", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/bottle-red-wine-glass-red-wine_140725-5977.jpg" },
|
||||
{ id: "2", brand: "Stemina", name: "White Cuvée", price: "38€", rating: 5, reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/close-up-anniversary-champagne-bottle_23-2148578884.jpg" },
|
||||
{ id: "3", brand: "Stemina", name: "Summer Rosé", price: "29€", rating: 4, reviewCount: "88", imageSrc: "http://img.b2bpic.net/free-vector/flat-rose-day-greeting-cards-collection_23-2150029801.jpg" },
|
||||
{ id: "4", brand: "Stemina", name: "Aged Cabernet", price: "52€", rating: 5, reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/front-view-red-wine-bottle-red-wine-along-with-red-berries-green-leaves-isolated-grey-desk-alcohol-winery-drink_140725-16099.jpg" },
|
||||
{ id: "5", brand: "Stemina", name: "Sparkling Brut", price: "35€", rating: 5, reviewCount: "72", imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-product-container-with-art-nouveau-inspired-sun-relief-background_23-2151420628.jpg" },
|
||||
{ id: "6", brand: "Stemina", name: "Limited Reserve", price: "75€", rating: 5, reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-vector/collection-retro-wine-stickers_23-2147625351.jpg" },
|
||||
]}
|
||||
title="Our Collection"
|
||||
description="Hand-picked grapes transformed into an unforgettable sensory journey."
|
||||
@@ -214,21 +106,9 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Cellar Tours",
|
||||
description: "Witness the art of barrel aging in our historic cellar.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-wine-cellar_23-2149428763.jpg",
|
||||
},
|
||||
{
|
||||
title: "Grape Harvest",
|
||||
description: "Be part of the autumn harvest festivities.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-smiling-cheerful-vineyard-female-wearing-overalls-farm-dress-straw-hat_1150-42497.jpg",
|
||||
},
|
||||
{
|
||||
title: "Gourmet Pairings",
|
||||
description: "Tasting menus designed to elevate our signature bottles.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dinner-with-wine_1182-787.jpg",
|
||||
},
|
||||
{ title: "Cellar Tours", description: "Witness the art of barrel aging in our historic cellar.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-wine-cellar_23-2149428763.jpg" },
|
||||
{ title: "Grape Harvest", description: "Be part of the autumn harvest festivities.", imageSrc: "http://img.b2bpic.net/free-photo/happy-smiling-cheerful-vineyard-female-wearing-overalls-farm-dress-straw-hat_1150-42497.jpg" },
|
||||
{ title: "Gourmet Pairings", description: "Tasting menus designed to elevate our signature bottles.", imageSrc: "http://img.b2bpic.net/free-photo/dinner-with-wine_1182-787.jpg" },
|
||||
]}
|
||||
title="The Stemina Experience"
|
||||
description="More than a winery, we offer a complete immersion into the culture and terroir of Serbia."
|
||||
@@ -237,49 +117,15 @@ export default function LandingPage() {
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardThirteen
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Ana Marković",
|
||||
handle: "@ana_wine",
|
||||
testimonial: "The Reserve Red is simply unmatched in elegance and body. A true treasure.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-american-summer-lifestyle_23-2148888462.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Jovan Petrović",
|
||||
handle: "@jovan_tastes",
|
||||
testimonial: "Stemina makes Serbia proud. Each bottle tells a unique story.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-glass-wine-outside-near-restaurant_169016-22310.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Elena V.",
|
||||
handle: "@elena_v",
|
||||
testimonial: "Best winery tour I have ever experienced. The staff are incredibly knowledgeable.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-holding-wine-glasses-looking-each-other_23-2147873694.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Marko I.",
|
||||
handle: "@marko_winery",
|
||||
testimonial: "Authentic taste. Will definitely be returning for the harvest event.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-cheering-up-with-glasses_23-2148341720.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Sara D.",
|
||||
handle: "@sara_d",
|
||||
testimonial: "Exquisite quality and beautiful vineyard views. Truly world-class.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-smiling-brunette-bearded-man-happily-drinking-red-wine-restaurant-outdoor_574295-1148.jpg",
|
||||
},
|
||||
{ id: "1", name: "Ana Marković", handle: "@ana_wine", testimonial: "The Reserve Red is simply unmatched in elegance and body. A true treasure.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-american-summer-lifestyle_23-2148888462.jpg" },
|
||||
{ id: "2", name: "Jovan Petrović", handle: "@jovan_tastes", testimonial: "Stemina makes Serbia proud. Each bottle tells a unique story.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-glass-wine-outside-near-restaurant_169016-22310.jpg" },
|
||||
{ id: "3", name: "Elena V.", handle: "@elena_v", testimonial: "Best winery tour I have ever experienced. The staff are incredibly knowledgeable.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/couple-holding-wine-glasses-looking-each-other_23-2147873694.jpg" },
|
||||
{ id: "4", name: "Marko I.", handle: "@marko_winery", testimonial: "Authentic taste. Will definitely be returning for the harvest event.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-couple-cheering-up-with-glasses_23-2148341720.jpg" },
|
||||
{ id: "5", name: "Sara D.", handle: "@sara_d", testimonial: "Exquisite quality and beautiful vineyard views. Truly world-class.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-smiling-brunette-bearded-man-happily-drinking-red-wine-restaurant-outdoor_574295-1148.jpg" },
|
||||
]}
|
||||
showRating={true}
|
||||
title="Whispers of Delight"
|
||||
@@ -293,33 +139,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "40+",
|
||||
title: "Years of Tradition",
|
||||
items: [
|
||||
"Established 1984",
|
||||
"Generational craft",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "15",
|
||||
title: "Gold Medals",
|
||||
items: [
|
||||
"European wine awards",
|
||||
"International recognition",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "50k",
|
||||
title: "Annual Bottles",
|
||||
items: [
|
||||
"Small batch focus",
|
||||
"Quality controlled",
|
||||
],
|
||||
},
|
||||
{ id: "1", value: "40+", title: "Years of Tradition", items: ["Established 1984", "Generational craft"] },
|
||||
{ id: "2", value: "15", title: "Gold Medals", items: ["European wine awards", "International recognition"] },
|
||||
{ id: "3", value: "50k", title: "Annual Bottles", items: ["Small batch focus", "Quality controlled"] },
|
||||
]}
|
||||
title="Legacy by Numbers"
|
||||
description="Decades of dedicated winemaking excellence summarized."
|
||||
@@ -329,9 +151,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
tag="Visit Us"
|
||||
title="Join Our Wine Journey"
|
||||
description="Sign up for invitations to tasting events and special releases."
|
||||
@@ -341,45 +161,9 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Winery",
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Our Wines",
|
||||
href: "#products",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Events",
|
||||
items: [
|
||||
{
|
||||
label: "Tastings",
|
||||
href: "#features",
|
||||
},
|
||||
{
|
||||
label: "Harvest Season",
|
||||
href: "#features",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Winery", items: [{ label: "About Us", href: "#about" }, { label: "Our Wines", href: "#products" }] },
|
||||
{ title: "Events", items: [{ label: "Tastings", href: "#features" }, { label: "Harvest Season", href: "#features" }] },
|
||||
{ title: "Support", items: [{ label: "Contact", href: "#contact" }, { label: "Privacy Policy", href: "#" }] },
|
||||
]}
|
||||
logoText="Stemina Serbia"
|
||||
copyrightText="© 2025 Stemina Winery. All rights reserved."
|
||||
|
||||
Reference in New Issue
Block a user