diff --git a/src/app/page.tsx b/src/app/page.tsx index 3c36a4e..bd26b71 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,132 +32,46 @@ export default function LandingPage() {
@@ -166,15 +80,7 @@ export default function LandingPage() { @@ -197,48 +103,12 @@ export default function LandingPage() { gridVariant="four-items-2x2-equal-grid" useInvertedBackground={false} products={[ - { - id: "p1", - name: "Iced Coffee", - price: "$4.50", - variant: "Rich, cold, and dangerously smooth", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-fresh-organic-italian-coffee_23-2148463957.jpg", - }, - { - id: "p2", - name: "Latte", - price: "$5.25", - variant: "Creamy, bold, perfectly balanced", - imageSrc: "http://img.b2bpic.net/free-photo/barista-preparing-beverage_23-2149458092.jpg", - }, - { - id: "p3", - name: "Homemade Muffins", - price: "$3.50", - variant: "Freshly baked, perfectly moist", - imageSrc: "http://img.b2bpic.net/free-photo/view-baked-muffins-done-by-vegan-bakery_23-2150195078.jpg", - }, - { - id: "p4", - name: "Seasonal Specials", - price: "$5.75", - variant: "Limited time, craft-inspired goodness", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-glass-cold-beer-sunlight_181624-12135.jpg", - }, - { - id: "p5", - name: "Cold Brew", - price: "$4.75", - variant: "Steeped slowly for maximum energy", - imageSrc: "http://img.b2bpic.net/free-photo/still-life-glass-cups_23-2149646422.jpg", - }, - { - id: "p6", - name: "Artisan Pastry", - price: "$4.00", - variant: "Baked fresh every single morning", - imageSrc: "http://img.b2bpic.net/free-photo/chocolate-muffins-with-cherry_661915-251.jpg", - }, + { id: "p1", name: "Iced Coffee", price: "$4.50", variant: "Rich, cold, and dangerously smooth", imageSrc: "http://img.b2bpic.net/free-photo/close-up-fresh-organic-italian-coffee_23-2148463957.jpg" }, + { id: "p2", name: "Latte", price: "$5.25", variant: "Creamy, bold, perfectly balanced", imageSrc: "http://img.b2bpic.net/free-photo/barista-preparing-beverage_23-2149458092.jpg" }, + { id: "p3", name: "Homemade Muffins", price: "$3.50", variant: "Freshly baked, perfectly moist", imageSrc: "http://img.b2bpic.net/free-photo/view-baked-muffins-done-by-vegan-bakery_23-2150195078.jpg" }, + { id: "p4", name: "Seasonal Specials", price: "$5.75", variant: "Limited time, craft-inspired goodness", imageSrc: "http://img.b2bpic.net/free-photo/closeup-glass-cold-beer-sunlight_181624-12135.jpg" }, + { id: "p5", name: "Cold Brew", price: "$4.75", variant: "Steeped slowly for maximum energy", imageSrc: "http://img.b2bpic.net/free-photo/still-life-glass-cups_23-2149646422.jpg" }, + { id: "p6", name: "Artisan Pastry", price: "$4.00", variant: "Baked fresh every single morning", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-muffins-with-cherry_661915-251.jpg" }, ]} title="Menu Highlights" description="Crafted with love, served with a smile." @@ -247,31 +117,14 @@ export default function LandingPage() {