Merge version_1 into main #1

Merged
bender merged 2 commits from version_1 into main 2026-04-07 19:06:46 +00:00
2 changed files with 13 additions and 13 deletions

View File

@@ -57,19 +57,19 @@ export default function LandingPage() {
id: "1",
name: "Rich Chocolate",
price: "$4.50",
imageSrc: "http://img.b2bpic.net/free-photo/scoop-near-brown-ice-cream_23-2147896711.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/scoop-near-brown-ice-cream_23-2147896711.jpg?_wi=3",
},
{
id: "2",
name: "Sweet Strawberry",
price: "$4.50",
imageSrc: "http://img.b2bpic.net/free-photo/bowl-turkish-delights-board-marble-background_114579-74511.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/bowl-turkish-delights-board-marble-background_114579-74511.jpg?_wi=2",
},
{
id: "3",
name: "Mint Chip",
price: "$4.50",
imageSrc: "http://img.b2bpic.net/free-photo/mint-ice-cream-scoop_23-2149450737.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/mint-ice-cream-scoop_23-2149450737.jpg?_wi=2",
},
{
id: "4",
@@ -81,7 +81,7 @@ export default function LandingPage() {
id: "5",
name: "Salted Caramel",
price: "$5.00",
imageSrc: "http://img.b2bpic.net/free-photo/vanilla-ice-cream-with-crape_1339-6902.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/vanilla-ice-cream-with-crape_1339-6902.jpg?_wi=2",
},
{
id: "6",
@@ -100,7 +100,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Crafted with Passion"
description="Every batch starts with fresh, locally sourced cream. We spend days testing ratios to ensure the perfect texture for every flavor we release."
imageSrc="http://img.b2bpic.net/free-photo/closeup-waffle-cones-creative-macro-concept-sweets-food_169016-28381.jpg"
imageSrc="http://img.b2bpic.net/free-photo/closeup-waffle-cones-creative-macro-concept-sweets-food_169016-28381.jpg?_wi=2"
imageAlt="Ice cream craft process"
/>
</div>

View File

@@ -69,23 +69,23 @@ export default function LandingPage() {
]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/closeup-waffle-cones-creative-macro-concept-sweets-food_169016-28381.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-waffle-cones-creative-macro-concept-sweets-food_169016-28381.jpg?_wi=1",
imageAlt: "Melting ice cream",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/delicious-colorful-desserts_1203-654.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-colorful-desserts_1203-654.jpg?_wi=1",
imageAlt: "Cozy shop interior",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/scoop-near-brown-ice-cream_23-2147896711.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/scoop-near-brown-ice-cream_23-2147896711.jpg?_wi=1",
imageAlt: "Rich chocolate scoop",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/bowl-turkish-delights-board-marble-background_114579-74511.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/bowl-turkish-delights-board-marble-background_114579-74511.jpg?_wi=1",
imageAlt: "Fresh strawberry scoop",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/mint-ice-cream-scoop_23-2149450737.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/mint-ice-cream-scoop_23-2149450737.jpg?_wi=1",
imageAlt: "Refreshing mint chip scoop",
},
]}
@@ -103,19 +103,19 @@ export default function LandingPage() {
{
title: "Handcrafted Flavors",
description: "Small-batch ice cream made with real, high-quality ingredients.",
imageSrc: "http://img.b2bpic.net/free-photo/scoop-near-brown-ice-cream_23-2147896711.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/scoop-near-brown-ice-cream_23-2147896711.jpg?_wi=2",
imageAlt: "Handcrafted scoop",
},
{
title: "Cozy Atmosphere",
description: "A relaxing space designed to help you slow down and savor every bite.",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-colorful-desserts_1203-654.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-colorful-desserts_1203-654.jpg?_wi=2",
imageAlt: "Parlor interior",
},
{
title: "Family Owned",
description: "Founded on kindness, we treat every customer like family.",
imageSrc: "http://img.b2bpic.net/free-photo/vanilla-ice-cream-with-crape_1339-6902.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/vanilla-ice-cream-with-crape_1339-6902.jpg?_wi=1",
imageAlt: "Family service",
},
]}