Update src/app/page.tsx
This commit is contained in:
@@ -74,7 +74,7 @@ export default function LandingPage() {
|
||||
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"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -92,7 +92,7 @@ export default function LandingPage() {
|
||||
name: "Kiddies Sugar Cone",
|
||||
price: "R25",
|
||||
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",
|
||||
},
|
||||
{
|
||||
@@ -100,7 +100,7 @@ export default function LandingPage() {
|
||||
name: "Medium Tub",
|
||||
price: "R40",
|
||||
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",
|
||||
},
|
||||
{
|
||||
@@ -108,7 +108,7 @@ export default function LandingPage() {
|
||||
name: "Bar-One Swirl Soft Serve",
|
||||
price: "R35",
|
||||
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",
|
||||
},
|
||||
{
|
||||
@@ -172,7 +172,7 @@ export default function LandingPage() {
|
||||
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",
|
||||
},
|
||||
{
|
||||
@@ -189,7 +189,7 @@ export default function LandingPage() {
|
||||
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",
|
||||
},
|
||||
{
|
||||
@@ -206,7 +206,7 @@ export default function LandingPage() {
|
||||
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",
|
||||
},
|
||||
{
|
||||
@@ -223,7 +223,7 @@ export default function LandingPage() {
|
||||
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",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user