@@ -46,60 +41,11 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
products={[
- {
- id: "1",
- brand: "BrewCraft",
- name: "Midnight Roast",
- price: "$18",
- rating: 5,
- reviewCount: "120",
- imageSrc: "http://img.b2bpic.net/free-photo/culture-canvas-cafe-caffeine-strength_1172-344.jpg",
- },
- {
- id: "2",
- brand: "BrewCraft",
- name: "Ethiopia Yirgacheffe",
- price: "$22",
- rating: 5,
- reviewCount: "89",
- imageSrc: "http://img.b2bpic.net/free-photo/coffee-composition-with-cotton-bag_23-2147671450.jpg",
- },
- {
- id: "3",
- brand: "BrewCraft",
- name: "Morning Blend",
- price: "$16",
- rating: 4,
- reviewCount: "210",
- imageSrc: "http://img.b2bpic.net/free-vector/coffee-shop-instagram-stories_23-2148693469.jpg",
- },
- {
- id: "4",
- brand: "BrewCraft",
- name: "Decaf Swiss Water",
- price: "$19",
- rating: 4,
- reviewCount: "55",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-holding-plasic-bottle-with-planted-beans_23-2148875859.jpg",
- },
- {
- id: "5",
- brand: "BrewCraft",
- name: "Sumatra Dark",
- price: "$20",
- rating: 5,
- reviewCount: "140",
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-chestnuts-arrangement_23-2148436577.jpg",
- },
- {
- id: "6",
- brand: "BrewCraft",
- name: "Breakfast Roast",
- price: "$15",
- rating: 4,
- reviewCount: "95",
- imageSrc: "http://img.b2bpic.net/free-photo/pile-coffee-beans-lemon-slice-wooden-plate_114579-81998.jpg",
- },
+ { id: "1", brand: "BrewCraft", name: "Midnight Roast", price: "$18", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/culture-canvas-cafe-caffeine-strength_1172-344.jpg" },
+ { id: "2", brand: "BrewCraft", name: "Ethiopia Yirgacheffe", price: "$22", rating: 5, reviewCount: "89", imageSrc: "http://img.b2bpic.net/free-photo/coffee-composition-with-cotton-bag_23-2147671450.jpg" },
+ { id: "3", brand: "BrewCraft", name: "Morning Blend", price: "$16", rating: 4, reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-vector/coffee-shop-instagram-stories_23-2148693469.jpg" },
+ { id: "4", brand: "BrewCraft", name: "Decaf Swiss Water", price: "$19", rating: 4, reviewCount: "55", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-holding-plasic-bottle-with-planted-beans_23-2148875859.jpg" },
+ { id: "5", brand: "BrewCraft", name: "Sumatra Dark", price: "$20", rating: 5, reviewCount: "140", imageSrc: "http://img.b2bpic.net/free-photo/front-view-chestnuts-arrangement_23-2148436577.jpg" }
]}
title="Shop Our Blends"
description="Explore our curated selection of single-origin and signature blends."
@@ -115,20 +61,9 @@ export default function LandingPage() {
title="Featured Beans"
description="Our current selection of specialty roasts."
products={[
- {
- id: "p1",
- name: "House Blend",
- price: "$17",
- variant: "250g",
- imageSrc: "http://img.b2bpic.net/free-photo/black-coffee-beans-beige-background_23-2148623198.jpg",
- },
- {
- id: "p2",
- name: "Espresso Gold",
- price: "$21",
- variant: "500g",
- imageSrc: "http://img.b2bpic.net/free-photo/seasoning-caffeine-color-seed-freshness_1172-455.jpg",
- },
+ { id: "p1", name: "House Blend", price: "$17", variant: "250g", imageSrc: "http://img.b2bpic.net/free-photo/black-coffee-beans-beige-background_23-2148623198.jpg" },
+ { id: "p2", name: "Espresso Gold", price: "$21", variant: "500g", imageSrc: "http://img.b2bpic.net/free-photo/seasoning-caffeine-color-seed-freshness_1172-455.jpg" },
+ { id: "p3", name: "Sumatra Blend", price: "$19", variant: "500g", imageSrc: "http://img.b2bpic.net/free-photo/coffee-beans-black-background-with-drink-cookies_114579-16632.jpg" }
]}
/>
@@ -136,17 +71,11 @@ export default function LandingPage() {