diff --git a/src/app/page.tsx b/src/app/page.tsx index 655e690..089e523 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,7 +51,7 @@ export default function LandingPage() { { text: "Reserve Table", href: "#contact" } ]} buttonAnimation="blur-reveal" - imageSrc="http://img.b2bpic.net/free-photo/red-chair-table-cafe_1339-8016.jpg" + imageSrc="http://img.b2bpic.net/free-photo/red-chair-table-cafe_1339-8016.jpg?_wi=1" imageAlt="Premium cafe interior with warm ambiance" showBlur={true} showDimOverlay={false} @@ -83,7 +83,7 @@ export default function LandingPage() { { title: "Fast Service", description: "Quick ordering and preparation without compromising quality", icon: Zap }, { title: "Welcoming Atmosphere", description: "A stylish space designed for comfort and connection", icon: Home } ]} - imageSrc="http://img.b2bpic.net/free-photo/close-up-hot-cup-coffee_53876-123577.jpg" + imageSrc="http://img.b2bpic.net/free-photo/close-up-hot-cup-coffee_53876-123577.jpg?_wi=1" imageAlt="Specialty coffee with latte art" mediaAnimation="slide-up" imagePosition="right" @@ -112,7 +112,7 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { id: "burger-premium", name: "Premium Gourmet Burger", price: "$14.99", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-meat-cheeseburger-dark-brown_140725-153830.jpg", imageAlt: "Premium gourmet burger with toppings" }, - { id: "coffee-specialty", name: "Specialty Latte", price: "$5.99", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hot-cup-coffee_53876-123577.jpg", imageAlt: "Artisanal latte with foam art" }, + { id: "coffee-specialty", name: "Specialty Latte", price: "$5.99", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hot-cup-coffee_53876-123577.jpg?_wi=2", imageAlt: "Artisanal latte with foam art" }, { id: "fries-crispy", name: "Crispy French Fries", price: "$3.99", imageSrc: "http://img.b2bpic.net/free-photo/french-fries-pink_53876-74971.jpg", imageAlt: "Golden crispy french fries" }, { id: "salad-fresh", name: "Fresh Garden Salad", price: "$8.99", imageSrc: "http://img.b2bpic.net/free-photo/top-view-bowl-vegetable-salad-with-vegetables-side-dark-grey-background_140725-80382.jpg", imageAlt: "Fresh colorful garden salad" }, { id: "dessert-premium", name: "Chocolate Pastry", price: "$6.99", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-cake-served-with-strawberries-wooden-board-with-cutlery-set_114579-15306.jpg", imageAlt: "Delicious chocolate pastry" } @@ -198,7 +198,7 @@ export default function LandingPage() { ]} textarea={{ name: "message", placeholder: "Tell us about your inquiry or reservation request", rows: 5, required: true }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/red-chair-table-cafe_1339-8016.jpg" + imageSrc="http://img.b2bpic.net/free-photo/red-chair-table-cafe_1339-8016.jpg?_wi=2" imageAlt="Cafe interior for contact section" mediaAnimation="slide-up" mediaPosition="right"