diff --git a/src/app/page.tsx b/src/app/page.tsx index fc1142f..8030977 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -82,18 +82,18 @@ export default function LandingPage() { features={[ { id: 1, - title: "Artisan Barista Craft", description: "Our skilled baristas perfect every espresso shot and milk steaming technique. Each latte is a masterpiece—from classic cappuccinos to innovative seasonal lattes that celebrate the season's finest flavors.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-tasty-pieces-cake-ready-be-served_23-2148622345.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/top-view-easter-coffee-decorations-still-life_23-2150244121.jpg" } + title: "Artisan Barista Craft", description: "Our skilled baristas perfect every espresso shot and milk steaming technique. Each latte is a masterpiece—from classic cappuccinos to innovative seasonal lattes that celebrate the season's finest flavors.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-tasty-pieces-cake-ready-be-served_23-2148622345.jpg?_wi=1" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/top-view-easter-coffee-decorations-still-life_23-2150244121.jpg?_wi=1" } }, { id: 2, - title: "Legendary Chocolate Cakes", description: "Our signature chocolate cakes are legendary among Fort Collins dessert lovers. Handmade daily with premium Belgian chocolate, each slice delivers decadence that keeps regulars returning week after week.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-tasty-pieces-cake-ready-be-served_23-2148622345.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/top-view-easter-coffee-decorations-still-life_23-2150244121.jpg" } + title: "Legendary Chocolate Cakes", description: "Our signature chocolate cakes are legendary among Fort Collins dessert lovers. Handmade daily with premium Belgian chocolate, each slice delivers decadence that keeps regulars returning week after week.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-tasty-pieces-cake-ready-be-served_23-2148622345.jpg?_wi=2" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/top-view-easter-coffee-decorations-still-life_23-2150244121.jpg?_wi=2" } }, { id: 3, - title: "Intimate Late-Night Sanctuary", description: "Open until 9pm, we offer the perfect escape for night owls and date night seekers. Warm lighting, comfortable seating, and thoughtful ambiance create an atmosphere designed for meaningful moments.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-tasty-pieces-cake-ready-be-served_23-2148622345.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/top-view-easter-coffee-decorations-still-life_23-2150244121.jpg" } + title: "Intimate Late-Night Sanctuary", description: "Open until 9pm, we offer the perfect escape for night owls and date night seekers. Warm lighting, comfortable seating, and thoughtful ambiance create an atmosphere designed for meaningful moments.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-tasty-pieces-cake-ready-be-served_23-2148622345.jpg?_wi=3" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/top-view-easter-coffee-decorations-still-life_23-2150244121.jpg?_wi=3" } } ]} showStepNumbers={true}