diff --git a/src/app/page.tsx b/src/app/page.tsx
index 5405113..a5fea84 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,22 +30,10 @@ export default function LandingPage() {
@@ -53,80 +41,35 @@ export default function LandingPage() {
@@ -138,60 +81,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
- {
- id: "1",
- brand: "Signature",
- name: "The Crow",
- price: "16",
- rating: 5,
- reviewCount: "120",
- imageSrc: "http://img.b2bpic.net/free-photo/dessert-served-glass-with-fruits-top_140725-3588.jpg",
- },
- {
- id: "2",
- brand: "Signature",
- name: "The Crown",
- price: "18",
- rating: 5,
- reviewCount: "95",
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-iced-cocktail-fresh-icing-inside-long-glass-dark-dark-surface-with-drink-juice-cocktail-bar_140725-26176.jpg",
- },
- {
- id: "3",
- brand: "Signature",
- name: "The Tower",
- price: "15",
- rating: 5,
- reviewCount: "88",
- imageSrc: "http://img.b2bpic.net/free-photo/glass-pink-cosmopolitan-dark-background_114579-2142.jpg",
- },
- {
- id: "4",
- brand: "Classic",
- name: "Mexican Chocolate Old Fashioned",
- price: "17",
- rating: 5,
- reviewCount: "210",
- imageSrc: "http://img.b2bpic.net/free-photo/book-with-drink-black-background_23-2148273473.jpg",
- },
- {
- id: "5",
- brand: "Classic",
- name: "Irish Coffee",
- price: "14",
- rating: 5,
- reviewCount: "150",
- imageSrc: "http://img.b2bpic.net/free-photo/beverage-topped-with-sliced-dried-citrus-flower_141793-617.jpg",
- },
- {
- id: "6",
- brand: "Signature",
- name: "Raven’s Sip",
- price: "19",
- rating: 5,
- reviewCount: "72",
- imageSrc: "http://img.b2bpic.net/free-photo/sorbet_23-2148018936.jpg",
- },
+ { id: "1", brand: "Signature", name: "The Crow", price: "16", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/dessert-served-glass-with-fruits-top_140725-3588.jpg" },
+ { id: "2", brand: "Signature", name: "The Crown", price: "18", rating: 5, reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/front-view-iced-cocktail-fresh-icing-inside-long-glass-dark-dark-surface-with-drink-juice-cocktail-bar_140725-26176.jpg" },
+ { id: "3", brand: "Signature", name: "The Tower", price: "15", rating: 5, reviewCount: "88", imageSrc: "http://img.b2bpic.net/free-photo/glass-pink-cosmopolitan-dark-background_114579-2142.jpg" },
+ { id: "4", brand: "Classic", name: "Mexican Chocolate Old Fashioned", price: "17", rating: 5, reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/book-with-drink-black-background_23-2148273473.jpg" },
+ { id: "5", brand: "Classic", name: "Irish Coffee", price: "14", rating: 5, reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/beverage-topped-with-sliced-dried-citrus-flower_141793-617.jpg" },
+ { id: "6", brand: "Signature", name: "Raven’s Sip", price: "19", rating: 5, reviewCount: "72", imageSrc: "http://img.b2bpic.net/free-photo/sorbet_23-2148018936.jpg" }
]}
title="Signature Elixirs"
description="Artfully crafted cocktails that honor history and taste."
@@ -203,15 +98,9 @@ export default function LandingPage() {
useInvertedBackground={false}
title="The Old World Atmosphere"
description={[
- "Steeped in history, our gothic sanctuary features antique furniture, curated decor, and a candlelit ambiance that transports you to a bygone era of English pub charm.",
- "Every corner tells a story, offering an intimate escape from the ordinary for those seeking conversation and connection.",
- ]}
- buttons={[
- {
- text: "Visit Us",
- href: "#contact",
- },
+ "Steeped in history, our gothic sanctuary features antique furniture, curated decor, and a candlelit ambiance that transports you to a bygone era of English pub charm.", "Every corner tells a story, offering an intimate escape from the ordinary for those seeking conversation and connection."
]}
+ buttons={[{ text: "Visit Us", href: "#contact" }]}
/>
@@ -219,31 +108,11 @@ export default function LandingPage() {