Merge version_3_1782848394186 into main #3
@@ -13,12 +13,12 @@ export default function AboutSection(): React.JSX.Element {
|
||||
title="What are you in the mood for?"
|
||||
media={[
|
||||
{ imageSrc: "https://storage.googleapis.com/webild/default/templates/joes-coffee/trail/trail-1.webp" },
|
||||
{ imageSrc: "https://storage.googleapis.com/webild/default/templates/joes-coffee/trail/trail-2.webp" },
|
||||
{ imageSrc: "https://storage.googleapis.com/webild/default/templates/joes-coffee/trail/trail-3.webp" },
|
||||
{ imageSrc: "https://storage.googleapis.com/webild/default/templates/joes-coffee/trail/trail-2.webp?_wi=1" },
|
||||
{ imageSrc: "https://storage.googleapis.com/webild/default/templates/joes-coffee/trail/trail-3.webp?_wi=1" },
|
||||
{ imageSrc: "https://storage.googleapis.com/webild/default/templates/joes-coffee/trail/trail-4.webp" },
|
||||
{ imageSrc: "https://storage.googleapis.com/webild/default/templates/joes-coffee/trail/trail-5.webp" },
|
||||
{ imageSrc: "https://storage.googleapis.com/webild/default/templates/joes-coffee/trail/trail-6.webp" },
|
||||
{ imageSrc: "https://storage.googleapis.com/webild/default/templates/joes-coffee/trail/trail-7.webp" },
|
||||
{ imageSrc: "https://storage.googleapis.com/webild/default/templates/joes-coffee/trail/trail-6.webp?_wi=1" },
|
||||
{ imageSrc: "https://storage.googleapis.com/webild/default/templates/joes-coffee/trail/trail-7.webp?_wi=1" },
|
||||
{ imageSrc: "https://storage.googleapis.com/webild/default/templates/joes-coffee/trail/trail-8.webp" },
|
||||
]}
|
||||
primaryButton={{ text: "See the Menu", href: "#menu" }}
|
||||
|
||||
@@ -15,7 +15,7 @@ export default function HeroSection(): React.JSX.Element {
|
||||
secondaryButton={{ text: "View Menu", href: "#menu" }}
|
||||
videoSrc="https://storage.googleapis.com/webild/default/templates/joes-coffee/hero/hero.mp4"
|
||||
floatingCards={[
|
||||
{ imageSrc: "https://storage.googleapis.com/webild/default/templates/joes-coffee/hero/iced-coffee.webp", name: "Americano" },
|
||||
{ imageSrc: "https://storage.googleapis.com/webild/default/templates/joes-coffee/hero/iced-coffee.webp?_wi=1", name: "Americano" },
|
||||
{ imageSrc: "https://storage.googleapis.com/webild/default/templates/joes-coffee/hero/latte.webp", name: "Latte" },
|
||||
]}
|
||||
/>
|
||||
|
||||
@@ -26,7 +26,7 @@ const items = [
|
||||
{
|
||||
name: "Iced Latte",
|
||||
category: "Cold Drinks",
|
||||
imageSrc: "https://storage.googleapis.com/webild/default/templates/joes-coffee/trail/trail-2.webp"
|
||||
imageSrc: "https://storage.googleapis.com/webild/default/templates/joes-coffee/trail/trail-2.webp?_wi=2"
|
||||
},
|
||||
{
|
||||
name: "Cappuccino",
|
||||
@@ -36,7 +36,7 @@ const items = [
|
||||
{
|
||||
name: "Iced Americano",
|
||||
category: "Cold Drinks",
|
||||
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=2"
|
||||
},
|
||||
{
|
||||
name: "Mocha",
|
||||
@@ -46,12 +46,12 @@ const items = [
|
||||
{
|
||||
name: "Iced Mocha",
|
||||
category: "Cold Drinks",
|
||||
imageSrc: "https://storage.googleapis.com/webild/default/templates/joes-coffee/trail/trail-6.webp"
|
||||
imageSrc: "https://storage.googleapis.com/webild/default/templates/joes-coffee/trail/trail-6.webp?_wi=2"
|
||||
},
|
||||
{
|
||||
name: "Flat White",
|
||||
category: "Hot Drinks",
|
||||
imageSrc: "https://storage.googleapis.com/webild/default/templates/joes-coffee/trail/trail-7.webp"
|
||||
imageSrc: "https://storage.googleapis.com/webild/default/templates/joes-coffee/trail/trail-7.webp?_wi=2"
|
||||
},
|
||||
{
|
||||
name: "Iced Flat White",
|
||||
@@ -66,7 +66,7 @@ const items = [
|
||||
{
|
||||
name: "Croissant",
|
||||
category: "Pastries",
|
||||
imageSrc: "https://storage.googleapis.com/webild/default/templates/joes-coffee/trail/trail-3.webp"
|
||||
imageSrc: "https://storage.googleapis.com/webild/default/templates/joes-coffee/trail/trail-3.webp?_wi=2"
|
||||
},
|
||||
{
|
||||
name: "Chocolate Chip Cookie",
|
||||
|
||||
Reference in New Issue
Block a user