diff --git a/src/app/page.tsx b/src/app/page.tsx index 8b0c451..ab6d9d1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -112,15 +112,14 @@ export default function LandingPage() { gridVariant="four-items-2x2-equal-grid" useInvertedBackground={false} products={[ - { id: "p1", brand: "Vape", name: "Disposable Devices", price: "$15.99", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/monochrome-beauty-product-skincare_23-2151307330.jpg" }, - { id: "p2", brand: "Tobacco", name: "Premium Leaf", price: "$9.99", rating: 5, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/6-cigarettes-coming-out-its-box_1057-4333.jpg" }, - { id: "p3", brand: "Accessories", name: "Glass Pipes", price: "$29.99", rating: 4, reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/hookah-still-life-arrangement_23-2149213284.jpg" }, - { id: "p4", brand: "Vape", name: "E-Liquids", price: "$19.99", rating: 5, reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/young-friends-having-fun-together_23-2149560772.jpg" }, - { id: "p5", brand: "Misc", name: "Convenience Items", price: "$5.99", rating: 5, reviewCount: "90", imageSrc: "http://img.b2bpic.net/free-photo/stylish-young-woman-enjoying-tea-caf_23-2147974694.jpg" }, - { id: "p6", brand: "Custom", name: "Special Orders", price: "Custom", rating: 5, reviewCount: "30", imageSrc: "http://img.b2bpic.net/free-photo/black-friday-assortment-with-shopping-carts_23-2148666972.jpg" } + { id: "p1", brand: "Geek Bar", name: "Latest Series", price: "", rating: 5, reviewCount: "", imageSrc: "http://img.b2bpic.net/free-photo/monochrome-beauty-product-skincare_23-2151307330.jpg" }, + { id: "p2", brand: "Razz", name: "Flavor Blast", price: "", rating: 5, reviewCount: "", imageSrc: "http://img.b2bpic.net/free-photo/6-cigarettes-coming-out-its-box_1057-4333.jpg" }, + { id: "p3", brand: "Crave", name: "Classic Mesh", price: "", rating: 4, reviewCount: "", imageSrc: "http://img.b2bpic.net/free-photo/hookah-still-life-arrangement_23-2149213284.jpg" }, + { id: "p4", brand: "Lost Mary", name: "Compact Series", price: "", rating: 5, reviewCount: "", imageSrc: "http://img.b2bpic.net/free-photo/young-friends-having-fun-together_23-2149560772.jpg" }, + { id: "p5", brand: "Oxbar", name: "Crystal Tech", price: "", rating: 5, reviewCount: "", imageSrc: "http://img.b2bpic.net/free-photo/stylish-young-woman-enjoying-tea-caf_23-2147974694.jpg" } ]} - title="Curated Selection" - description="From daily essentials to special-order premium goods." + title="Premium Vape Collection" + description="The latest in vape technology from leading brands." />