diff --git a/src/app/page.tsx b/src/app/page.tsx index d49d091..f8ab5b0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -71,10 +71,10 @@ export default function SipOfHopePage() { description="Handcrafted premium coffee beverages designed for the perfect moment. Each sip tells a story of quality, passion, and artistry." products={[ { - id: "1", name: "Cappuccino Coffee", price: "₹250", imageSrc: "http://img.b2bpic.net/free-photo/art-cappuccino-ceramic-cup-with-cookie-wooden-table_23-2147898248.jpg", imageAlt: "Premium cappuccino with latte art" + id: "1", name: "Cappuccino Coffee", price: "₹250", imageSrc: "http://img.b2bpic.net/free-photo/art-cappuccino-ceramic-cup-with-cookie-wooden-table_23-2147898248.jpg?_wi=1", imageAlt: "Premium cappuccino with latte art" }, { - id: "2", name: "V60 Cold Brew", price: "₹300", imageSrc: "http://img.b2bpic.net/free-photo/hand-pouring-milk-cup-coffee_23-2148348980.jpg", imageAlt: "V60 pour-over cold brew coffee" + id: "2", name: "V60 Cold Brew", price: "₹300", imageSrc: "http://img.b2bpic.net/free-photo/hand-pouring-milk-cup-coffee_23-2148348980.jpg?_wi=1", imageAlt: "V60 pour-over cold brew coffee" }, { id: "3", name: "Mocha Latte", price: "₹280", imageSrc: "http://img.b2bpic.net/free-photo/hot-chocolate-drink-arrangement_23-2149188005.jpg", imageAlt: "Rich mocha latte with chocolate" @@ -158,23 +158,23 @@ export default function SipOfHopePage() { features={[ { id: 1, - title: "Beautiful Cozy Ambience", description: "Warm lighting, thoughtful décor, and intimate seating create the perfect escape from the hustle and bustle.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/girl-power-neon-sign-authentic-cafe_53876-111107.jpg" }, + title: "Beautiful Cozy Ambience", description: "Warm lighting, thoughtful décor, and intimate seating create the perfect escape from the hustle and bustle.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/girl-power-neon-sign-authentic-cafe_53876-111107.jpg?_wi=1" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/two-girls-working-computer-cafe_1303-12994.jpg" } }, { id: 2, - title: "Premium Coffee Selection", description: "Handcrafted beverages prepared by skilled baristas using the finest beans sourced from around the world.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/art-cappuccino-ceramic-cup-with-cookie-wooden-table_23-2147898248.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/hand-pouring-milk-cup-coffee_23-2148348980.jpg" } + title: "Premium Coffee Selection", description: "Handcrafted beverages prepared by skilled baristas using the finest beans sourced from around the world.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/art-cappuccino-ceramic-cup-with-cookie-wooden-table_23-2147898248.jpg?_wi=2" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/hand-pouring-milk-cup-coffee_23-2148348980.jpg?_wi=2" } }, { id: 3, - title: "Perfect Date Spot", description: "Romantic corners, soft ambiance, and exceptional service make every moment unforgettable.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/girl-power-neon-sign-authentic-cafe_53876-111107.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/restaurant-open-space-new-concept_140725-7438.jpg" } + title: "Perfect Date Spot", description: "Romantic corners, soft ambiance, and exceptional service make every moment unforgettable.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/girl-power-neon-sign-authentic-cafe_53876-111107.jpg?_wi=2" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/restaurant-open-space-new-concept_140725-7438.jpg?_wi=1" } }, { id: 4, title: "Work-Friendly Haven", description: "Reliable wifi, comfortable seating, and quality coffee fuel your productivity and creativity.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/happy-young-colleagues-sitting-office-coworking_171337-17658.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/restaurant-open-space-new-concept_140725-7438.jpg" } + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/restaurant-open-space-new-concept_140725-7438.jpg?_wi=2" } } ]} showStepNumbers={true}