Merge version_2 into main #5

Merged
bender merged 1 commits from version_2 into main 2026-03-27 13:52:40 +00:00

View File

@@ -47,27 +47,21 @@ export default function LandingPage() {
<HeroBillboardRotatedCarousel
background={{
variant: "gradient-bars"}}
title="Experience Shopping, The Marhaba Way"
description="A modern supermarket in the heart of Boujdour offering quality products, fair prices, and a shopping experience youll love."
title="Elevate Your Daily Rituals at Marhaba Market"
description="Discover the finest selection of quality goods in Boujdour. Experience a premium, welcoming atmosphere designed for the discerning shopper."
buttons={[
{
text: "Explore Products", href: "#products"},
{
text: "Visit Us Today", href: "#contact"},
{
text: "Get Directions", href: "#contact"},
]}
carouselItems={[
{
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/zero-waste-merchandise-supermarket_482257-76704.jpg?_wi=1", imageAlt: "Fresh produce"},
{
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/zero-waste-merchandise-supermarket_482257-76704.jpg?_wi=2", imageAlt: "Bakery section"},
{
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/zero-waste-merchandise-supermarket_482257-76704.jpg?_wi=3", imageAlt: "Snacks section"},
{
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/zero-waste-merchandise-supermarket_482257-76704.jpg?_wi=4", imageAlt: "Essentials aisle"},
{
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/zero-waste-merchandise-supermarket_482257-76704.jpg?_wi=5", imageAlt: "Customer service"},
{
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/zero-waste-merchandise-supermarket_482257-76704.jpg?_wi=6", imageAlt: "Market entrance"},
{ id: "1", imageSrc: "http://img.b2bpic.net/free-photo/zero-waste-merchandise-supermarket_482257-76704.jpg?_wi=1", imageAlt: "Premium aisle lighting" },
{ id: "2", imageSrc: "http://img.b2bpic.net/free-photo/zero-waste-merchandise-supermarket_482257-76704.jpg?_wi=2", imageAlt: "Warm supermarket interior" },
{ id: "3", imageSrc: "http://img.b2bpic.net/free-photo/zero-waste-merchandise-supermarket_482257-76704.jpg?_wi=3", imageAlt: "Gourmet food selection" },
{ id: "4", imageSrc: "http://img.b2bpic.net/free-photo/zero-waste-merchandise-supermarket_482257-76704.jpg?_wi=4", imageAlt: "Fresh produce display" },
{ id: "5", imageSrc: "http://img.b2bpic.net/free-photo/zero-waste-merchandise-supermarket_482257-76704.jpg?_wi=5", imageAlt: "Luxurious shopping environment" },
{ id: "6", imageSrc: "http://img.b2bpic.net/free-photo/zero-waste-merchandise-supermarket_482257-76704.jpg?_wi=6", imageAlt: "Welcoming supermarket entrance" },
]}
/>
</div>
@@ -186,4 +180,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}