Update src/pages/HomePage/sections/Hero.tsx
This commit is contained in:
@@ -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"
|
||||
}
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user