From afc821602c98546bbdf443e1ccd579474b30ac7e Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 20:14:04 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3db8722..dff64a0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ const navItems = [ const heroDashboard = { title: "Today's Specials", logoIcon: Coffee, - imageSrc: "http://img.b2bpic.net/free-photo/italian-espresso-black-cup-coffee-breakfast-cup-fresh-coffee-coffee-beans-closeup_166373-1988.jpg", searchPlaceholder: "Search drinks...", sidebarItems: [ + imageSrc: "http://img.b2bpic.net/free-photo/italian-espresso-black-cup-coffee-breakfast-cup-fresh-coffee-coffee-beans-closeup_166373-1988.jpg?_wi=1", searchPlaceholder: "Search drinks...", sidebarItems: [ { icon: Flame }, { icon: Droplet }, { icon: Leaf }, @@ -53,7 +53,7 @@ const featuredProducts = [ id: "1", name: "Americano", price: "Rs.530", imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-hot-coffee_53876-146536.jpg", imageAlt: "americano espresso coffee black clean cup" }, { - id: "2", name: "Cafe Latte", price: "Rs.610", imageSrc: "http://img.b2bpic.net/free-photo/coffee-cookie_1388-153.jpg", imageAlt: "creamy latte coffee foam art design" + id: "2", name: "Cafe Latte", price: "Rs.610", imageSrc: "http://img.b2bpic.net/free-photo/coffee-cookie_1388-153.jpg?_wi=1", imageAlt: "creamy latte coffee foam art design" }, { id: "3", name: "Iced Frappe", price: "Rs.880", imageSrc: "http://img.b2bpic.net/free-photo/milky-summer-cocktail-with-waffle-mapple-syrup_114579-10998.jpg", imageAlt: "iced frappe cold coffee drink whipped cream" @@ -63,7 +63,7 @@ const featuredProducts = [ const menuFeatures = [ { id: "1", title: "Hot Beverages", tags: ["Espresso", "Cappuccino", "Latte"], - imageSrc: "http://img.b2bpic.net/free-photo/top-view-two-cups-coffee-cookies-cinnamon-limes-chocolate-bars-wooden-cutting-board-dark-background_140725-143585.jpg", imageAlt: "hot coffee drinks variety espresso cappuccino" + imageSrc: "http://img.b2bpic.net/free-photo/top-view-two-cups-coffee-cookies-cinnamon-limes-chocolate-bars-wooden-cutting-board-dark-background_140725-143585.jpg?_wi=1", imageAlt: "hot coffee drinks variety espresso cappuccino" }, { id: "2", title: "Cold Drinks", tags: ["Iced Coffee", "Frappe", "Mojito"], @@ -89,13 +89,13 @@ const signatureProducts = [ const metricsData = [ { - id: "1", value: "58+", title: "Menu Items", description: "Diverse selection of beverages", imageSrc: "http://img.b2bpic.net/free-photo/top-view-two-cups-coffee-cookies-cinnamon-limes-chocolate-bars-wooden-cutting-board-dark-background_140725-143585.jpg", imageAlt: "hot coffee drinks variety espresso cappuccino" + id: "1", value: "58+", title: "Menu Items", description: "Diverse selection of beverages", imageSrc: "http://img.b2bpic.net/free-photo/top-view-two-cups-coffee-cookies-cinnamon-limes-chocolate-bars-wooden-cutting-board-dark-background_140725-143585.jpg?_wi=2", imageAlt: "hot coffee drinks variety espresso cappuccino" }, { - id: "2", value: "100%", title: "Quality Assured", description: "Premium ingredients used daily", imageSrc: "http://img.b2bpic.net/free-photo/coffee-cookie_1388-153.jpg", imageAlt: "creamy latte coffee foam art design" + id: "2", value: "100%", title: "Quality Assured", description: "Premium ingredients used daily", imageSrc: "http://img.b2bpic.net/free-photo/coffee-cookie_1388-153.jpg?_wi=2", imageAlt: "creamy latte coffee foam art design" }, { - id: "3", value: "24/7", title: "Always Open", description: "Available whenever you need us", imageSrc: "http://img.b2bpic.net/free-photo/table-chairs-bar_107420-65857.jpg", imageAlt: "modern coffee shop interior warm ambiance" + id: "3", value: "24/7", title: "Always Open", description: "Available whenever you need us", imageSrc: "http://img.b2bpic.net/free-photo/table-chairs-bar_107420-65857.jpg?_wi=1", imageAlt: "modern coffee shop interior warm ambiance" }, ]; @@ -198,7 +198,7 @@ export default function MondoCoffeePage() { description="Mondo Coffee Karachi" subdescription="DHA Phase 8, Karachi" icon={Coffee} - imageSrc="http://img.b2bpic.net/free-photo/table-chairs-bar_107420-65857.jpg" + imageSrc="http://img.b2bpic.net/free-photo/table-chairs-bar_107420-65857.jpg?_wi=2" imageAlt="modern coffee shop interior warm ambiance" mediaAnimation="slide-up" useInvertedBackground={true} @@ -238,7 +238,7 @@ export default function MondoCoffeePage() { description="Get updates on new menu items, special promotions, and exclusive offers. Join our coffee community today." background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/italian-espresso-black-cup-coffee-breakfast-cup-fresh-coffee-coffee-beans-closeup_166373-1988.jpg" + imageSrc="http://img.b2bpic.net/free-photo/italian-espresso-black-cup-coffee-breakfast-cup-fresh-coffee-coffee-beans-closeup_166373-1988.jpg?_wi=2" imageAlt="premium espresso coffee cup latte art" mediaAnimation="slide-up" mediaPosition="right" -- 2.49.1