Merge version_6 into main #7

Merged
bender merged 1 commits from version_6 into main 2026-04-05 16:52:31 +00:00

View File

@@ -77,7 +77,7 @@ export default function LandingPage() {
{ id: "c1", name: "Classic Vanilla", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/strawberry-crumble-bingsu_1339-4645.jpg" },
{ id: "c2", name: "Milk Chocolate", price: "$5.25", imageSrc: "http://img.b2bpic.net/free-photo/side-view-ice-cream-strawberry-vanilla-chocolate-ice-cream-scoops_141793-3647.jpg" },
{ id: "c3", name: "Salted Caramel", price: "$5.50", imageSrc: "https://img.freepik.com/free-photo/salted-caramel-ice-cream-scoop-waffle-cone-wood-background_1150-41075.jpg" },
{ id: "c4", name: "Only 8 Dark Choc", price: "$3.99", imageSrc: "http://img.b2bpic.net/free-photo/energy-blueberry-mousse-cups_23-2148238677.jpg" },
{ id: "c4", name: "Only 8 Peanut Butter", price: "$3.99", imageSrc: "http://img.b2bpic.net/free-photo/peanut-butter-jar-with-nuts_23-2148281358.jpg" },
{ id: "c5", name: "Only 8 Pistachio", price: "$3.99", imageSrc: "http://img.b2bpic.net/free-photo/swirled-green-yellow-cream-texture_23-2151988787.jpg" },
{ id: "c6", name: "Seasonal Special", price: "$6.00", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-musli-fresh-fruits-arrangement_23-2148267697.jpg" },
]}
@@ -140,4 +140,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}