diff --git a/src/app/page.tsx b/src/app/page.tsx index d651acf..c62fef9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,7 +45,7 @@ export default function LandingPage() { logoText="Gate House Cafe" description="Your cozy neighborhood escape. Serving premium artisan coffee, fresh bakes, and local bites in a warm, welcoming space." buttons={[{ text: "View Menu", href: "#features" }]} - imageSrc="http://img.b2bpic.net/free-photo/3d-rendering-cartoon-welcome-door_23-2151645384.jpg" + imageSrc="http://img.b2bpic.net/free-photo/3d-rendering-cartoon-welcome-door_23-2151645384.jpg?_wi=1" imageAlt="Gate House Cafe Entrance" /> @@ -64,8 +64,8 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { id: "f1", title: "Artisan Coffee", tags: ["Roast", "Premium"], imageSrc: "http://img.b2bpic.net/free-photo/interior-cafe-with-brick-walls_53876-153337.jpg" }, - { id: "f2", title: "Fresh Pastries", tags: ["Bake", "Daily"], imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-cartoon-welcome-door_23-2151645384.jpg" }, - { id: "f3", title: "Local Bites", tags: ["Farm", "Fresh"], imageSrc: "http://img.b2bpic.net/free-photo/easter-coffee-decorations-still-life_23-2150244070.jpg" } + { id: "f2", title: "Fresh Pastries", tags: ["Bake", "Daily"], imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-cartoon-welcome-door_23-2151645384.jpg?_wi=2" }, + { id: "f3", title: "Local Bites", tags: ["Farm", "Fresh"], imageSrc: "http://img.b2bpic.net/free-photo/easter-coffee-decorations-still-life_23-2150244070.jpg?_wi=1" } ]} title="Signature Offerings" description="Hand-selected ingredients and traditional roasting methods." @@ -79,7 +79,7 @@ export default function LandingPage() { animationType="slide-up" useInvertedBackground={true} products={[ - { id: "p1", name: "Classic Espresso", price: "$3.50", imageSrc: "http://img.b2bpic.net/free-photo/easter-coffee-decorations-still-life_23-2150244070.jpg" }, + { id: "p1", name: "Classic Espresso", price: "$3.50", imageSrc: "http://img.b2bpic.net/free-photo/easter-coffee-decorations-still-life_23-2150244070.jpg?_wi=2" }, { id: "p2", name: "Butter Croissant", price: "$4.00", imageSrc: "http://img.b2bpic.net/free-photo/spanich-sandwich-shop-window_1398-4866.jpg" }, { id: "p3", name: "Turkey Avocado", price: "$9.50", imageSrc: "http://img.b2bpic.net/free-photo/sliced-pastry-stuffed-with-cheese-wood-piece_114579-83403.jpg" }, { id: "p4", name: "Iced Cold Brew", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/iced-red-soda-glass_1339-6231.jpg" },