diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 3f2bf09..6dc017e 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -49,7 +49,7 @@ export default function Layout() { ]} copyright="© 2024 SEB'S GARDEN. All rights reserved." links={[{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }]} - imageSrc="http://img.b2bpic.net/free-photo/delicious-cocktail-with-mint-table_23-2149418266.jpg" + imageSrc="http://img.b2bpic.net/free-photo/delicious-cocktail-with-mint-table_23-2149418266.jpg?_wi=2" /> diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 52e28cb..515219a 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -66,7 +66,7 @@ export default function HomePage() { { title: "Electric Blue Mocktails", description: "Fresh, vibrant, and perfectly garnished.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/blue-cocktail-strawberries_23-2147795397.jpg" }, { title: "Modern Interior", description: "Large windows, wooden paneling.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/decorated-wedding-reception-venue-with-view-sea-through-windows_637285-1001.jpg" }, { title: "Culinary Art", description: "Exquisite plate presentations.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/pasta-bowl-dark-background_23-2148340403.jpg" }, - { title: "Evening Ambiance", description: "Warm candlelight and cozy nights.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/delicious-cocktail-with-mint-table_23-2149418266.jpg" }, + { title: "Evening Ambiance", description: "Warm candlelight and cozy nights.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/delicious-cocktail-with-mint-table_23-2149418266.jpg?_wi=1" }, { title: "Marble Surfaces", description: "Refined and clean aesthetic.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/top-view-table-setting-gey-surface-with-empty-black-plates-silver-spoon-fork-knife_140725-12953.jpg" } ]} />