diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 3402bc8..896c117 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -46,7 +46,7 @@ export default function AboutPage() { description="Curated Excellence" subdescription="At ROOF709, we blend premium cuisine with unmatched ambience. Rooftop dining, fireplace warmth, and hospitality that makes every visit memorable." icon={Heart} - imageSrc="http://img.b2bpic.net/free-photo/front-view-delicious-thanksgiving-meal_23-2148629532.jpg" + imageSrc="http://img.b2bpic.net/free-photo/front-view-delicious-thanksgiving-meal_23-2148629532.jpg?_wi=2" imageAlt="ROOF709 Rooftop Lounge Interior Premium Ambience" mediaAnimation="slide-up" useInvertedBackground={false} @@ -63,16 +63,16 @@ export default function AboutPage() { features={[ { id: "1", title: "Stunning Rooftop Venue", tags: ["Outdoor Seating", "City Views"], - imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-with-candid-cute-smile-sitting-cafe-with-cup-cappuccino-dressed-printed-stylish-white-dress_285396-7947.jpg", imageAlt: "Rooftop dining venue with skyline views"}, + imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-with-candid-cute-smile-sitting-cafe-with-cup-cappuccino-dressed-printed-stylish-white-dress_285396-7947.jpg?_wi=2", imageAlt: "Rooftop dining venue with skyline views"}, { id: "2", title: "Premium Outdoor Seating", tags: ["Comfortable", "Climate Friendly"], - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-smiley-people-with-bottles_23-2149410388.jpg", imageAlt: "Comfortable outdoor seating area"}, + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-smiley-people-with-bottles_23-2149410388.jpg?_wi=2", imageAlt: "Comfortable outdoor seating area"}, { id: "3", title: "Cozy Fireplace Lounge", tags: ["Year-Round", "Gatherings"], - imageSrc: "http://img.b2bpic.net/free-photo/elegant-young-lady-sitting-near-christmas-tree_1157-17595.jpg", imageAlt: "Outdoor fireplace lounge ambience"}, + imageSrc: "http://img.b2bpic.net/free-photo/elegant-young-lady-sitting-near-christmas-tree_1157-17595.jpg?_wi=2", imageAlt: "Outdoor fireplace lounge ambience"}, { id: "4", title: "Premium Lounge Atmosphere", tags: ["Relaxing", "Social"], - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-outdoor-swimming-pool-with-bed-deck-chair-umbrella-resort-travel-vacation_74190-7921.jpg", imageAlt: "Premium lounge seating area"}, + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-outdoor-swimming-pool-with-bed-deck-chair-umbrella-resort-travel-vacation_74190-7921.jpg?_wi=2", imageAlt: "Premium lounge seating area"}, ]} animationType="slide-up" textboxLayout="default" diff --git a/src/app/page.tsx b/src/app/page.tsx index 448d713..b0de8d4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -70,7 +70,7 @@ export default function HomePage() { description="Curated Excellence" subdescription="At ROOF709, we blend premium cuisine with unmatched ambience. Rooftop dining, fireplace warmth, and hospitality that makes every visit memorable." icon={Heart} - imageSrc="http://img.b2bpic.net/free-photo/front-view-delicious-thanksgiving-meal_23-2148629532.jpg" + imageSrc="http://img.b2bpic.net/free-photo/front-view-delicious-thanksgiving-meal_23-2148629532.jpg?_wi=1" imageAlt="ROOF709 Rooftop Lounge Interior Premium Ambience" mediaAnimation="slide-up" useInvertedBackground={false} @@ -87,16 +87,16 @@ export default function HomePage() { features={[ { id: "1", title: "Stunning Rooftop Venue", tags: ["Outdoor Seating", "City Views"], - imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-with-candid-cute-smile-sitting-cafe-with-cup-cappuccino-dressed-printed-stylish-white-dress_285396-7947.jpg", imageAlt: "Rooftop dining venue with skyline views"}, + imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-with-candid-cute-smile-sitting-cafe-with-cup-cappuccino-dressed-printed-stylish-white-dress_285396-7947.jpg?_wi=1", imageAlt: "Rooftop dining venue with skyline views"}, { id: "2", title: "Premium Outdoor Seating", tags: ["Comfortable", "Climate Friendly"], - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-smiley-people-with-bottles_23-2149410388.jpg", imageAlt: "Comfortable outdoor seating area"}, + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-smiley-people-with-bottles_23-2149410388.jpg?_wi=1", imageAlt: "Comfortable outdoor seating area"}, { id: "3", title: "Cozy Fireplace Lounge", tags: ["Year-Round", "Gatherings"], - imageSrc: "http://img.b2bpic.net/free-photo/elegant-young-lady-sitting-near-christmas-tree_1157-17595.jpg", imageAlt: "Outdoor fireplace lounge ambience"}, + imageSrc: "http://img.b2bpic.net/free-photo/elegant-young-lady-sitting-near-christmas-tree_1157-17595.jpg?_wi=1", imageAlt: "Outdoor fireplace lounge ambience"}, { id: "4", title: "Premium Lounge Atmosphere", tags: ["Relaxing", "Social"], - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-outdoor-swimming-pool-with-bed-deck-chair-umbrella-resort-travel-vacation_74190-7921.jpg", imageAlt: "Premium lounge seating area"}, + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-outdoor-swimming-pool-with-bed-deck-chair-umbrella-resort-travel-vacation_74190-7921.jpg?_wi=1", imageAlt: "Premium lounge seating area"}, ]} animationType="slide-up" textboxLayout="default"