Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-27 13:08:30 +00:00

View File

@@ -64,32 +64,32 @@ export default function LandingPage() {
carouselItems={[
{
id: "1",
imageSrc: "http://img.b2bpic.net/free-photo/mockup-laptop-advertising-bio-food-store_482257-76220.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/mockup-laptop-advertising-bio-food-store_482257-76220.jpg?_wi=1",
imageAlt: "Fresh produce",
},
{
id: "2",
imageSrc: "http://img.b2bpic.net/free-photo/mockup-laptop-advertising-bio-food-store_482257-76220.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/mockup-laptop-advertising-bio-food-store_482257-76220.jpg?_wi=2",
imageAlt: "Bakery section",
},
{
id: "3",
imageSrc: "http://img.b2bpic.net/free-photo/mockup-laptop-advertising-bio-food-store_482257-76220.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/mockup-laptop-advertising-bio-food-store_482257-76220.jpg?_wi=3",
imageAlt: "Snacks section",
},
{
id: "4",
imageSrc: "http://img.b2bpic.net/free-photo/mockup-laptop-advertising-bio-food-store_482257-76220.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/mockup-laptop-advertising-bio-food-store_482257-76220.jpg?_wi=4",
imageAlt: "Essentials aisle",
},
{
id: "5",
imageSrc: "http://img.b2bpic.net/free-photo/mockup-laptop-advertising-bio-food-store_482257-76220.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/mockup-laptop-advertising-bio-food-store_482257-76220.jpg?_wi=5",
imageAlt: "Customer service",
},
{
id: "6",
imageSrc: "http://img.b2bpic.net/free-photo/mockup-laptop-advertising-bio-food-store_482257-76220.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/mockup-laptop-advertising-bio-food-store_482257-76220.jpg?_wi=6",
imageAlt: "Market entrance",
},
]}