diff --git a/src/app/page.tsx b/src/app/page.tsx index 2749039..83e7ccc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -73,18 +73,18 @@ export default function LandingPage() { features={[ { id: 1, - title: "Exquisite Cuisine", description: "Every dish is a masterpiece, carefully crafted by our award-winning chefs using the finest seasonal ingredients sourced from trusted local suppliers.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-squashes-designed-meal-inside-plate-grey-surface_140725-89987.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-squashes-designed-meal-inside-plate-grey-surface_140725-89987.jpg" } + title: "Exquisite Cuisine", description: "Every dish is a masterpiece, carefully crafted by our award-winning chefs using the finest seasonal ingredients sourced from trusted local suppliers.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-squashes-designed-meal-inside-plate-grey-surface_140725-89987.jpg?_wi=1" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-squashes-designed-meal-inside-plate-grey-surface_140725-89987.jpg?_wi=2" } }, { id: 2, - title: "Warm Hospitality", description: "Our dedicated team treats every guest like family, ensuring personalized attention and anticipating your every need throughout your dining journey.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/waiter-taking-order-from-woman_107420-94752.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/waiter-taking-order-from-woman_107420-94752.jpg" } + title: "Warm Hospitality", description: "Our dedicated team treats every guest like family, ensuring personalized attention and anticipating your every need throughout your dining journey.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/waiter-taking-order-from-woman_107420-94752.jpg?_wi=1" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/waiter-taking-order-from-woman_107420-94752.jpg?_wi=2" } }, { id: 3, - title: "Serene Ambiance", description: "Immerse yourself in our jungle-inspired sanctuary, where warm lighting, natural elements, and thoughtful design create the perfect atmosphere for relaxation and connection.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/group-friends-taking-photos-restaurant_23-2150520116.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/group-friends-taking-photos-restaurant_23-2150520116.jpg" } + title: "Serene Ambiance", description: "Immerse yourself in our jungle-inspired sanctuary, where warm lighting, natural elements, and thoughtful design create the perfect atmosphere for relaxation and connection.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/group-friends-taking-photos-restaurant_23-2150520116.jpg?_wi=1" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/group-friends-taking-photos-restaurant_23-2150520116.jpg?_wi=2" } } ]} showStepNumbers={true} @@ -126,16 +126,16 @@ export default function LandingPage() {