diff --git a/src/app/page.tsx b/src/app/page.tsx index 414ff56..2f8e10a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -132,18 +132,18 @@ export default function LandingPage() { features={[ { id: 1, - title: "Romantic Dates", description: "Intimate seating, soft ambiance, and premium service create the perfect setting for couples seeking a memorable evening.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/full-shot-happy-people-sitting-bistro_23-2149366421.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/best-friends-chatting-while-sitting-bench_23-2148728573.jpg" } + title: "Romantic Dates", description: "Intimate seating, soft ambiance, and premium service create the perfect setting for couples seeking a memorable evening.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/full-shot-happy-people-sitting-bistro_23-2149366421.jpg?_wi=1" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/best-friends-chatting-while-sitting-bench_23-2148728573.jpg?_wi=1" } }, { id: 2, - title: "Birthday Celebrations", description: "Host your special day with us. Our rooftop space accommodates small to medium gatherings with personalized service and festive atmosphere.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/smiling-male-friends-enjoying-restaurant_23-2147861914.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/full-shot-happy-people-sitting-bistro_23-2149366421.jpg" } + title: "Birthday Celebrations", description: "Host your special day with us. Our rooftop space accommodates small to medium gatherings with personalized service and festive atmosphere.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/smiling-male-friends-enjoying-restaurant_23-2147861914.jpg?_wi=1" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/full-shot-happy-people-sitting-bistro_23-2149366421.jpg?_wi=2" } }, { id: 3, - title: "Group Hangouts", description: "Relax with friends in our spacious, welcoming environment. Great food, free Wi-Fi, and a calm vibe make it your go-to hangout spot.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/best-friends-chatting-while-sitting-bench_23-2148728573.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/smiling-male-friends-enjoying-restaurant_23-2147861914.jpg" } + title: "Group Hangouts", description: "Relax with friends in our spacious, welcoming environment. Great food, free Wi-Fi, and a calm vibe make it your go-to hangout spot.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/best-friends-chatting-while-sitting-bench_23-2148728573.jpg?_wi=2" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/smiling-male-friends-enjoying-restaurant_23-2147861914.jpg?_wi=2" } } ]} />