From 7551159300c5b116bb48041884cc574381b0888c Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 5 May 2026 19:01:48 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 300 +++++++---------------------------------------- 1 file changed, 42 insertions(+), 258 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9da898f..e47d94a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,26 +30,11 @@ export default function LandingPage() { @@ -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() {