Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-05-22 03:10:11 +00:00

View File

@@ -32,22 +32,10 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleApple
navItems={[
{
name: "Home",
id: "hero",
},
{
name: "About",
id: "about",
},
{
name: "Shop",
id: "products",
},
{
name: "Contact",
id: "contact",
},
{ name: "Home", id: "hero" },
{ name: "About", id: "about" },
{ name: "Shop", id: "products" },
{ name: "Contact", id: "contact" }
]}
brandName="Superette Jalal"
/>
@@ -55,33 +43,13 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplitDualMedia
background={{
variant: "gradient-bars",
}}
title="Everything You Need, Every Day"
description="Experience premium quality and convenience at Superette Jalal. Your neighborhood store for freshness, variety, and trusted value."
tag="Welcome to Superette Jalal"
background={{ variant: "gradient-bars" }}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/abundance-fresh-fruit-vegetables-indoors-generated-by-ai_188544-42434.jpg",
imageAlt: "Modern Supermarket Interior",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/local-grocery-store-vendor-arranges-food_482257-76628.jpg",
imageAlt: "Welcoming Grocery Aisles",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/abundance-fresh-healthy-fruits-vegetables-generated-by-ai_188544-42439.jpg",
imageAlt: "Abundance of fresh healthy fruits and vegetables generated by AI",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/woman-pushing-shopping-cart-shelves-supermarket_342744-1128.jpg",
imageAlt: "Woman pushing shopping cart between shelves in supermarket",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/photo-vegetables-supermarket-photo-your-advertising_185193-110549.jpg",
imageAlt: "Photo of vegetables in supermarket photo for your advertising",
},
{ imageSrc: "http://img.b2bpic.net/free-photo/abundance-fresh-fruit-vegetables-indoors-generated-by-ai_188544-42434.jpg", imageAlt: "Modern Supermarket Interior" },
{ imageSrc: "http://img.b2bpic.net/free-photo/local-grocery-store-vendor-arranges-food_482257-76628.jpg", imageAlt: "Welcoming Grocery Aisles" }
]}
mediaAnimation="slide-up"
rating={5}
@@ -93,9 +61,7 @@ export default function LandingPage() {
<TextSplitAbout
useInvertedBackground={false}
title="A Commitment to Quality"
description={[
"At Superette Jalal, we believe that every shopping trip should feel special. We carefully select the finest products for your home, from fresh farm produce to artisanal snacks, ensuring quality you can trust at prices you'll love.",
]}
description={["At Superette Jalal, we believe that every shopping trip should feel special. We carefully select the finest products for your home, from fresh farm produce to artisanal snacks, ensuring quality you can trust at prices you'll love."]}
/>
</div>
@@ -106,42 +72,10 @@ export default function LandingPage() {
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={false}
products={[
{
id: "1",
name: "Fresh Harvest Vegetables",
price: "Varies by weight",
imageSrc: "http://img.b2bpic.net/free-photo/fresh-greens-basil-coriander-lettuce-purple-basil-mountain-coriander-dill-green-onion-plastic-boxes-grey-concrete_114579-3792.jpg",
},
{
id: "2",
name: "Premium Skincare",
price: "$12.99",
imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-bokeh-defocused-shopping-mall-interior-department-store_1203-9457.jpg",
},
{
id: "3",
name: "Global Snacks & Drinks",
price: "$3.49",
imageSrc: "http://img.b2bpic.net/free-photo/yogurt-drinks-section-supermarket_53876-63415.jpg",
},
{
id: "4",
name: "Household Cleaning Kits",
price: "$8.99",
imageSrc: "http://img.b2bpic.net/free-photo/wearing-shoes-protection-against-corona-virus-supermarket_342744-1156.jpg",
},
{
id: "5",
name: "Artisanal Fresh Bakery",
price: "$4.50",
imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-baked-bread-pastry-shop_23-2150379538.jpg",
},
{
id: "6",
name: "Daily Dairy Essentials",
price: "$2.99",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-futuristic-soft-drink_23-2151281790.jpg",
},
{ id: "1", name: "Fresh Harvest Vegetables", price: "Varies by weight", imageSrc: "http://img.b2bpic.net/free-photo/fresh-greens-basil-coriander-lettuce-purple-basil-mountain-coriander-dill-green-onion-plastic-boxes-grey-concrete_114579-3792.jpg" },
{ id: "2", name: "Premium Skincare", price: "$12.99", imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-bokeh-defocused-shopping-mall-interior-department-store_1203-9457.jpg" },
{ id: "3", name: "Global Snacks & Drinks", price: "$3.49", imageSrc: "http://img.b2bpic.net/free-photo/yogurt-drinks-section-supermarket_53876-63415.jpg" },
{ id: "4", name: "Household Cleaning Kits", price: "$8.99", imageSrc: "http://img.b2bpic.net/free-photo/wearing-shoes-protection-against-corona-virus-supermarket_342744-1156.jpg" }
]}
title="Explore Our Aisles"
description="From daily essentials to special treats, find everything you need in our organized and welcoming aisles."
@@ -154,21 +88,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
{
icon: ShoppingBag,
title: "Fresh Grocery",
description: "Daily arrivals of fresh produce and essential ingredients.",
},
{
icon: Sparkles,
title: "Beauty & Care",
description: "High-quality perfumes, cosmetics, and skincare products.",
},
{
icon: Home,
title: "Home Essentials",
description: "Everything your home needs for cleaning and maintenance.",
},
{ icon: ShoppingBag, title: "Fresh Grocery", description: "Daily arrivals of fresh produce and essential ingredients." },
{ icon: Sparkles, title: "Beauty & Care", description: "High-quality perfumes, cosmetics, and skincare products." },
{ icon: Home, title: "Home Essentials", description: "Everything your home needs for cleaning and maintenance." }
]}
title="What We Offer"
description="Discover departments designed for your convenience and local lifestyle."
@@ -181,60 +103,14 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Sarah Jalal",
role: "Local Resident",
company: "Neighbor",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-women-doing-their-groceries_23-2149284866.jpg",
},
{
id: "2",
name: "Michael Reed",
role: "Family Head",
company: "Regular",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/horizontal-shallow-focus-guy-looking-happily-something-supermarket_181624-60635.jpg",
},
{
id: "3",
name: "Emma Thompson",
role: "Frequent Shopper",
company: "Customer",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/man-woman-shopping-grocery-store_23-2149483183.jpg",
},
{
id: "4",
name: "Robert Miller",
role: "Local Resident",
company: "Neighbor",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-man-food-market_23-2149082588.jpg",
},
{
id: "5",
name: "Jessica Lee",
role: "Frequent Shopper",
company: "Regular",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/man-taking-care-home-delivering-groceries_52683-102841.jpg",
},
{ id: "1", name: "Sarah Jalal", role: "Local Resident", company: "Neighbor", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-women-doing-their-groceries_23-2149284866.jpg" },
{ id: "2", name: "Michael Reed", role: "Family Head", company: "Regular", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/horizontal-shallow-focus-guy-looking-happily-something-supermarket_181624-60635.jpg" },
{ id: "3", name: "Emma Thompson", role: "Frequent Shopper", company: "Customer", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-woman-shopping-grocery-store_23-2149483183.jpg" }
]}
kpiItems={[
{
value: "15+",
label: "Years Served",
},
{
value: "10k+",
label: "Happy Neighbors",
},
{
value: "99%",
label: "Quality Rating",
},
{ value: "15+", label: "Years Served" },
{ value: "10k+", label: "Happy Neighbors" },
{ value: "99%", label: "Quality Rating" }
]}
title="Loved by the Community"
description="Hear what our loyal neighborhood customers say about shopping at Superette Jalal."
@@ -245,15 +121,7 @@ export default function LandingPage() {
<SocialProofOne
textboxLayout="split"
useInvertedBackground={false}
names={[
"FreshDaily",
"CleanHome",
"BeautySpot",
"OrganicLife",
"SnackTime",
"DailyNeed",
"EcoStore",
]}
names={["FreshDaily", "CleanHome", "BeautySpot", "OrganicLife", "SnackTime", "DailyNeed", "EcoStore"]}
title="Trusted Partners"
description="We partner with the best brands to ensure our shelves are always stocked with reliable, high-quality products."
/>
@@ -264,21 +132,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
faqs={[
{
id: "f1",
title: "Do you offer home delivery?",
content: "Yes, we offer local home delivery services for your convenience. Please visit the store for more details.",
},
{
id: "f2",
title: "Are you open on weekends?",
content: "Yes, we are open 7 days a week to serve you.",
},
{
id: "f3",
title: "How can I check stock for an item?",
content: "You can call our store directly or visit us in-person to check current availability.",
},
{ id: "f1", title: "Do you offer home delivery?", content: "Yes, we offer local home delivery services for your convenience. Please visit the store for more details." },
{ id: "f2", title: "Are you open on weekends?", content: "Yes, we are open 7 days a week to serve you." },
{ id: "f3", title: "How can I check stock for an item?", content: "You can call our store directly or visit us in-person to check current availability." }
]}
imageSrc="http://img.b2bpic.net/free-photo/portrait-female-cashier-supermarket-scanning-bar-code-products-sale_342744-1084.jpg"
mediaAnimation="slide-up"
@@ -291,9 +147,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactText
useInvertedBackground={false}
background={{
variant: "plain",
}}
background={{ variant: "plain" }}
text="Visit us at Superette Jalal and discover a better shopping experience today."
/>
</div>
@@ -301,54 +155,9 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterLogoEmphasis
columns={[
{
items: [
{
label: "Home",
href: "#hero",
},
{
label: "About",
href: "#about",
},
{
label: "Shop",
href: "#products",
},
],
},
{
items: [
{
label: "Departments",
href: "#features",
},
{
label: "Testimonials",
href: "#testimonials",
},
{
label: "FAQ",
href: "#faq",
},
],
},
{
items: [
{
label: "Privacy Policy",
href: "#",
},
{
label: "Terms of Service",
href: "#",
},
{
label: "Contact Us",
href: "#contact",
},
],
},
{ items: [{ label: "Home", href: "#hero" }, { label: "About", href: "#about" }, { label: "Shop", href: "#products" }] },
{ items: [{ label: "Departments", href: "#features" }, { label: "Testimonials", href: "#testimonials" }, { label: "FAQ", href: "#faq" }] },
{ items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Contact Us", href: "#contact" }] }
]}
logoText="Superette Jalal"
/>
@@ -356,4 +165,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}