diff --git a/src/app/page.tsx b/src/app/page.tsx index bf410a4..9ddfd99 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,12 +56,12 @@ export default function CafeIgoudarPage() { ]} buttonAnimation="slide-up" mediaItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/still-life-easter-coffee-decorations_52683-109956.jpg", imageAlt: "premium coffee cup aromatic beans" }, - { imageSrc: "http://img.b2bpic.net/free-photo/person-cafe-enjoying-book_23-2150064701.jpg", imageAlt: "cozy café interior relaxed seating" }, - { imageSrc: "http://img.b2bpic.net/free-photo/close-up-fresh-coffee-with-cream-ready-be-served_23-2148463970.jpg", imageAlt: "specialty coffee drinks latte cappuccino" }, - { imageSrc: "http://img.b2bpic.net/free-photo/team-young-colleagues-having-meeting-cafe_273609-16250.jpg", imageAlt: "café social gathering people friends" }, - { imageSrc: "http://img.b2bpic.net/free-photo/chocolate-shake-wood-old-table-nata_1150-12717.jpg", imageAlt: "coffee latte art foam design" }, - { imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-cup-book_23-2148294009.jpg", imageAlt: "afternoon café relaxation reading" } + { imageSrc: "http://img.b2bpic.net/free-photo/still-life-easter-coffee-decorations_52683-109956.jpg?_wi=1", imageAlt: "premium coffee cup aromatic beans" }, + { imageSrc: "http://img.b2bpic.net/free-photo/person-cafe-enjoying-book_23-2150064701.jpg?_wi=1", imageAlt: "cozy café interior relaxed seating" }, + { imageSrc: "http://img.b2bpic.net/free-photo/close-up-fresh-coffee-with-cream-ready-be-served_23-2148463970.jpg?_wi=1", imageAlt: "specialty coffee drinks latte cappuccino" }, + { imageSrc: "http://img.b2bpic.net/free-photo/team-young-colleagues-having-meeting-cafe_273609-16250.jpg?_wi=1", imageAlt: "café social gathering people friends" }, + { imageSrc: "http://img.b2bpic.net/free-photo/chocolate-shake-wood-old-table-nata_1150-12717.jpg?_wi=1", imageAlt: "coffee latte art foam design" }, + { imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-cup-book_23-2148294009.jpg?_wi=1", imageAlt: "afternoon café relaxation reading" } ]} mediaAnimation="slide-up" ariaLabel="Hero section" @@ -75,7 +75,7 @@ export default function CafeIgoudarPage() { tag="Our Story" tagIcon={Coffee} tagAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/person-cafe-enjoying-book_23-2150064701.jpg" + imageSrc="http://img.b2bpic.net/free-photo/person-cafe-enjoying-book_23-2150064701.jpg?_wi=2" imageAlt="Café Igoudar cozy interior" useInvertedBackground={false} buttons={[ @@ -97,7 +97,7 @@ export default function CafeIgoudarPage() { }, { id: "drinks", title: "Specialty Drinks", tags: ["Espresso", "Cappuccino", "Latte", "Cold Brew"], - imageSrc: "http://img.b2bpic.net/free-photo/close-up-fresh-coffee-with-cream-ready-be-served_23-2148463970.jpg", imageAlt: "Specialty coffee drinks" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-fresh-coffee-with-cream-ready-be-served_23-2148463970.jpg?_wi=2", imageAlt: "Specialty coffee drinks" }, { id: "grill", title: "Grilled Food", tags: ["Grilled Sandwiches", "Paninis", "Skewers", "Grilled Vegetables"], @@ -123,19 +123,19 @@ export default function CafeIgoudarPage() { id: "gallery-coffee-moment", name: "Coffee Craftsmanship", price: "Experience", variant: "Premium Preparation", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-with-apron-holding-empty-cup_23-2148366627.jpg", imageAlt: "Coffee preparation" }, { - id: "gallery-ambiance", name: "Welcoming Space", price: "Retreat", variant: "Calm Atmosphere", imageSrc: "http://img.b2bpic.net/free-photo/team-young-colleagues-having-meeting-cafe_273609-16250.jpg", imageAlt: "Café interior ambiance" + id: "gallery-ambiance", name: "Welcoming Space", price: "Retreat", variant: "Calm Atmosphere", imageSrc: "http://img.b2bpic.net/free-photo/team-young-colleagues-having-meeting-cafe_273609-16250.jpg?_wi=2", imageAlt: "Café interior ambiance" }, { id: "gallery-outdoor", name: "Outdoor Seating", price: "Enjoy", variant: "Fresh Air", imageSrc: "http://img.b2bpic.net/free-photo/mum-girl-smiling-hugging_496169-2386.jpg", imageAlt: "Outdoor café seating" }, { - id: "gallery-signature", name: "Signature Cup", price: "Savor", variant: "Artistic", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-shake-wood-old-table-nata_1150-12717.jpg", imageAlt: "Café signature drink" + id: "gallery-signature", name: "Signature Cup", price: "Savor", variant: "Artistic", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-shake-wood-old-table-nata_1150-12717.jpg?_wi=2", imageAlt: "Café signature drink" }, { id: "gallery-service", name: "Friendly Service", price: "Connect", variant: "Genuine Care", imageSrc: "http://img.b2bpic.net/free-photo/side-view-young-woman-with-curly-hair-holding-coffee-cup-using-laptop-bar-counter_23-2147936223.jpg", imageAlt: "Café service counter" }, { - id: "gallery-peaceful", name: "Peaceful Moments", price: "Relax", variant: "Quiet Corner", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-cup-book_23-2148294009.jpg", imageAlt: "Peaceful café corner" + id: "gallery-peaceful", name: "Peaceful Moments", price: "Relax", variant: "Quiet Corner", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-cup-book_23-2148294009.jpg?_wi=2", imageAlt: "Peaceful café corner" } ]} gridVariant="three-columns-all-equal-width" @@ -207,7 +207,7 @@ export default function CafeIgoudarPage() {