diff --git a/src/app/page.tsx b/src/app/page.tsx index 423bf7e..ebac92d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -44,9 +44,9 @@ export default function LandingPage() { description="Velora Café reimagines premium coffee culture with handcrafted espresso and curated ambiance." background={{ variant: "plain" }} mediaItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/double-espresso-coffee-mug-with-cinnamon-sticks-coffee-beans-wooden-board_181624-57338.jpg" }, - { imageSrc: "http://img.b2bpic.net/free-photo/restaurant-room-with-two-long-dinner-tables_140725-8455.jpg" }, - { imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-barista-making-coffee_23-2148865613.jpg" }, + { imageSrc: "https://img.b2bpic.net/free-photo/double-espresso-coffee-mug-with-cinnamon-sticks-coffee-beans-wooden-board_181624-57338.jpg" }, + { imageSrc: "https://img.b2bpic.net/free-photo/restaurant-room-with-two-long-dinner-tables_140725-8455.jpg" }, + { imageSrc: "https://img.b2bpic.net/free-photo/medium-shot-barista-making-coffee_23-2148865613.jpg" }, ]} /> @@ -67,9 +67,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} products={[ - { id: "1", name: "Espresso", price: "$4", variant: "Regular", imageSrc: "" }, - { id: "2", name: "Latte", price: "$5", variant: "Regular", imageSrc: "" }, - { id: "3", name: "Cappuccino", price: "$5", variant: "Regular", imageSrc: "" }, + { id: "1", name: "Espresso", price: "$4", variant: "Regular", imageSrc: "https://img.b2bpic.net/free-photo/cup-coffee-with-coffee-beans-wooden-table_140725-7833.jpg" }, + { id: "2", name: "Latte", price: "$5", variant: "Regular", imageSrc: "https://img.b2bpic.net/free-photo/cappuccino-with-latte-art-table_140725-2575.jpg" }, + { id: "3", name: "Cappuccino", price: "$5", variant: "Regular", imageSrc: "https://img.b2bpic.net/free-photo/hot-cappuccino-with-cinnamon-topping_140725-5028.jpg" }, ]} /> @@ -81,7 +81,10 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} description="What our customers say." - testimonials={[{ id: "1", name: "Alice", handle: "@alice", testimonial: "Best coffee in town!" }, { id: "2", name: "Bob", handle: "@bob", testimonial: "Exceptional service." }]} + testimonials={[ + { id: "1", name: "Alice", handle: "@alice", testimonial: "Best coffee in town!", imageSrc: "https://img.b2bpic.net/free-photo/portrait-smiling-woman-white-t-shirt_114579-2475.jpg" }, + { id: "2", name: "Bob", handle: "@bob", testimonial: "Exceptional service.", imageSrc: "https://img.b2bpic.net/free-photo/man-wearing-black-t-shirt-smiling_114579-2469.jpg" } + ]} />