Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-06-10 17:47:16 +00:00

View File

@@ -74,7 +74,7 @@ export default function LandingPage() {
href: "#contact", href: "#contact",
}, },
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-teenager-holding-ice-cream_23-2149299587.jpg" imageSrc="http://img.b2bpic.net/free-photo/medium-shot-teenager-holding-ice-cream_23-2149299587.jpg?_wi=1"
imageAlt="Delicious ice cream cone on a vibrant background" imageAlt="Delicious ice cream cone on a vibrant background"
mediaAnimation="slide-up" mediaAnimation="slide-up"
/> />
@@ -92,7 +92,7 @@ export default function LandingPage() {
name: "Kiddies Sugar Cone", name: "Kiddies Sugar Cone",
price: "R25", price: "R25",
variant: "Chocolate & Vanilla", variant: "Chocolate & Vanilla",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-kid-licking-ice-cream-cone_23-2149426710.jpg", imageSrc: "http://img.b2bpic.net/free-photo/side-view-kid-licking-ice-cream-cone_23-2149426710.jpg?_wi=1",
imageAlt: "Kiddies sugar cone with chocolate and vanilla soft serve", imageAlt: "Kiddies sugar cone with chocolate and vanilla soft serve",
}, },
{ {
@@ -100,7 +100,7 @@ export default function LandingPage() {
name: "Medium Tub", name: "Medium Tub",
price: "R40", price: "R40",
variant: "Chocolate & Vanilla", variant: "Chocolate & Vanilla",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-ice-cream-with-cookies_23-2149681850.jpg", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-ice-cream-with-cookies_23-2149681850.jpg?_wi=1",
imageAlt: "Medium tub of chocolate and vanilla ice cream", imageAlt: "Medium tub of chocolate and vanilla ice cream",
}, },
{ {
@@ -108,7 +108,7 @@ export default function LandingPage() {
name: "Bar-One Swirl Soft Serve", name: "Bar-One Swirl Soft Serve",
price: "R35", price: "R35",
variant: "Rich Chocolate", variant: "Rich Chocolate",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-chocolate-bars-white_114579-39188.jpg", imageSrc: "http://img.b2bpic.net/free-photo/delicious-chocolate-bars-white_114579-39188.jpg?_wi=1",
imageAlt: "Bar-One chocolate swirl soft serve ice cream", imageAlt: "Bar-One chocolate swirl soft serve ice cream",
}, },
{ {
@@ -172,7 +172,7 @@ export default function LandingPage() {
imageAlt: "Person holding ice cream by the beach", imageAlt: "Person holding ice cream by the beach",
}, },
], ],
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-teenager-holding-ice-cream_23-2149299587.jpg", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-teenager-holding-ice-cream_23-2149299587.jpg?_wi=2",
imageAlt: "person holding ice cream by beach", imageAlt: "person holding ice cream by beach",
}, },
{ {
@@ -189,7 +189,7 @@ export default function LandingPage() {
imageAlt: "Chef making artisanal ice cream", imageAlt: "Chef making artisanal ice cream",
}, },
], ],
imageSrc: "http://img.b2bpic.net/free-photo/side-view-kid-licking-ice-cream-cone_23-2149426710.jpg", imageSrc: "http://img.b2bpic.net/free-photo/side-view-kid-licking-ice-cream-cone_23-2149426710.jpg?_wi=2",
imageAlt: "person holding ice cream by beach", imageAlt: "person holding ice cream by beach",
}, },
{ {
@@ -206,7 +206,7 @@ export default function LandingPage() {
imageAlt: "Friendly cashier serving ice cream", imageAlt: "Friendly cashier serving ice cream",
}, },
], ],
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-ice-cream-with-cookies_23-2149681850.jpg", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-ice-cream-with-cookies_23-2149681850.jpg?_wi=2",
imageAlt: "person holding ice cream by beach", imageAlt: "person holding ice cream by beach",
}, },
{ {
@@ -223,7 +223,7 @@ export default function LandingPage() {
imageAlt: "Family eating ice cream on the beach", imageAlt: "Family eating ice cream on the beach",
}, },
], ],
imageSrc: "http://img.b2bpic.net/free-photo/delicious-chocolate-bars-white_114579-39188.jpg", imageSrc: "http://img.b2bpic.net/free-photo/delicious-chocolate-bars-white_114579-39188.jpg?_wi=2",
imageAlt: "person holding ice cream by beach", imageAlt: "person holding ice cream by beach",
}, },
]} ]}