Update src/pages/HomePage/sections/Hero.tsx

This commit is contained in:
2026-06-28 03:17:15 +00:00
parent 53a21009a5
commit aa3f7c151c

View File

@@ -20,7 +20,7 @@ const secondaryButton = {
};
const floatingCards = [
{
imageSrc: "https://storage.googleapis.com/webild/default/templates/joes-coffee/hero/iced-coffee.webp",
imageSrc: "https://storage.googleapis.com/webild/default/templates/joes-coffee/hero/iced-coffee.webp?_wi=1",
name: "Americano"
},
{
@@ -28,7 +28,7 @@ const floatingCards = [
name: "Latte"
},
{
imageSrc: "https://storage.googleapis.com/webild/default/templates/joes-coffee/menu/cappuccino.webp",
imageSrc: "https://storage.googleapis.com/webild/default/templates/joes-coffee/menu/cappuccino.webp?_wi=1",
name: "Cappuccino"
}
];