diff --git a/src/app/page.tsx b/src/app/page.tsx
index 8b5fc9c..ffe3846 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,21 +29,13 @@ export default function LandingPage() {
@@ -53,99 +45,56 @@ export default function LandingPage() {
@@ -158,41 +107,17 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
- id: "p1",
- name: "Château Margaux 2015",
- price: "$890",
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-pomegranate-wine-blue-wall-drink-fruit-wine-sour-color-juice-bar-restaurant_179666-17547.jpg",
- },
+ id: "p1", name: "Château Margaux 2015", price: "$890", imageSrc: "http://img.b2bpic.net/free-photo/front-view-pomegranate-wine-blue-wall-drink-fruit-wine-sour-color-juice-bar-restaurant_179666-17547.jpg"},
{
- id: "p2",
- name: "Opus One 2018",
- price: "$450",
- imageSrc: "http://img.b2bpic.net/free-photo/glass-wine-with-bottle-white-surface_114579-54878.jpg",
- },
+ id: "p2", name: "Opus One 2018", price: "$450", imageSrc: "http://img.b2bpic.net/free-photo/glass-wine-with-bottle-white-surface_114579-54878.jpg"},
{
- id: "p3",
- name: "Sassicaia 2019",
- price: "$380",
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-wine-glass-with-bottle-wine-dark-color-champagne-xmas-alcohol-drink_140725-93216.jpg",
- },
+ id: "p3", name: "Sassicaia 2019", price: "$380", imageSrc: "http://img.b2bpic.net/free-photo/front-view-wine-glass-with-bottle-wine-dark-color-champagne-xmas-alcohol-drink_140725-93216.jpg"},
{
- id: "p4",
- name: "Dom Pérignon 2012",
- price: "$320",
- imageSrc: "http://img.b2bpic.net/free-photo/beautiful-arrangement-spanish-food_23-2149157449.jpg",
- },
+ id: "p4", name: "Dom Pérignon 2012", price: "$320", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-arrangement-spanish-food_23-2149157449.jpg"},
{
- id: "p5",
- name: "Penfolds Grange 2017",
- price: "$950",
- imageSrc: "http://img.b2bpic.net/free-photo/sake-japanese-beverage-still-life_23-2150379011.jpg",
- },
+ id: "p5", name: "Penfolds Grange 2017", price: "$950", imageSrc: "http://img.b2bpic.net/free-photo/sake-japanese-beverage-still-life_23-2150379011.jpg"},
{
- id: "p6",
- name: "Cloudy Bay Sauvignon",
- price: "$95",
- imageSrc: "http://img.b2bpic.net/free-photo/still-life-wine-carafe-table_23-2149631800.jpg",
- },
+ id: "p6", name: "Cloudy Bay Sauvignon", price: "$95", imageSrc: "http://img.b2bpic.net/free-photo/still-life-wine-carafe-table_23-2149631800.jpg"},
]}
title="The Vintage Cellar"
description="Our handpicked selection of exceptional wines."
@@ -212,47 +137,23 @@ export default function LandingPage() {