2 Commits

Author SHA1 Message Date
302a421a01 Update src/app/page.tsx 2026-05-22 03:18:56 +00:00
e55ab8ac53 Merge version_2 into main
Merge version_2 into main
2026-05-22 03:17:34 +00:00

View File

@@ -12,7 +12,7 @@ import ProductCardOne from '@/components/sections/product/ProductCardOne';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
import { Home, ShoppingBag, Sparkles } from "lucide-react"; import { Home, ShoppingBag, Sparkles, Droplets, Utensils } from "lucide-react";
export default function LandingPage() { export default function LandingPage() {
return ( return (
@@ -44,12 +44,12 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroSplitDualMedia <HeroSplitDualMedia
title="Everything You Need, Every Day" title="Everything You Need, Every Day"
description="Experience premium quality and convenience at Superette Jalal. Your neighborhood store for freshness, variety, and trusted value." description="Experience premium quality and convenience at Superette Jalal. Your neighborhood destination for fresh cosmetics, fine perfumes, and kitchen essentials."
tag="Welcome to Superette Jalal" tag="Welcome to Superette Jalal"
background={{ variant: "gradient-bars" }} background={{ variant: "gradient-bars" }}
mediaItems={[ 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/beauty-products-collection-arrangement_23-2149363574.jpg", imageAlt: "Premium Cosmetics and Perfumes" },
{ 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/modern-kitchen-with-cooking-utensils-tools_23-2149021669.jpg", imageAlt: "Essential Kitchen Products" }
]} ]}
mediaAnimation="slide-up" mediaAnimation="slide-up"
rating={5} rating={5}
@@ -61,7 +61,7 @@ export default function LandingPage() {
<TextSplitAbout <TextSplitAbout
useInvertedBackground={false} useInvertedBackground={false}
title="A Commitment to Quality" 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 curate a refined selection of high-end cosmetics, luxury perfumes, and durable kitchen essentials to elevate your daily routine."]}
/> />
</div> </div>
@@ -72,13 +72,13 @@ export default function LandingPage() {
gridVariant="four-items-2x2-equal-grid" gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={false} useInvertedBackground={false}
products={[ 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: "1", name: "Artisanal Perfume Collection", price: "$45.00", imageSrc: "http://img.b2bpic.net/free-photo/elegant-perfume-bottles-display_23-2149386345.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: "2", name: "Professional Cosmetic Palette", price: "$29.99", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-cosmetic-products-table_23-2149226543.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: "3", name: "Premium Kitchen Knife Set", price: "$85.00", imageSrc: "http://img.b2bpic.net/free-photo/kitchen-knives-set-wooden-block_23-2148721954.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: "4", name: "Essential Bakeware Bundle", price: "$35.50", imageSrc: "http://img.b2bpic.net/free-photo/various-kitchen-tools-cooking-utensils_23-2148483842.jpg" }
]} ]}
title="Explore Our Aisles" title="Explore Our Aisles"
description="From daily essentials to special treats, find everything you need in our organized and welcoming aisles." description="Discover our curated collection of beauty essentials and high-performance kitchenware."
/> />
</div> </div>
@@ -88,12 +88,12 @@ export default function LandingPage() {
textboxLayout="split" textboxLayout="split"
useInvertedBackground={false} useInvertedBackground={false}
features={[ features={[
{ icon: ShoppingBag, title: "Fresh Grocery", description: "Daily arrivals of fresh produce and essential ingredients." }, { icon: Droplets, title: "Perfumes & Scents", description: "Exclusive fragrances that define your style." },
{ icon: Sparkles, title: "Beauty & Care", description: "High-quality perfumes, cosmetics, and skincare products." }, { icon: Sparkles, title: "Cosmetic Care", description: "Premium beauty products for radiant results." },
{ icon: Home, title: "Home Essentials", description: "Everything your home needs for cleaning and maintenance." } { icon: Utensils, title: "Kitchen Essentials", description: "High-quality tools for every modern home chef." }
]} ]}
title="What We Offer" title="What We Offer"
description="Discover departments designed for your convenience and local lifestyle." description="Tailored departments designed for your lifestyle."
/> />
</div> </div>
@@ -103,17 +103,17 @@ export default function LandingPage() {
textboxLayout="split" textboxLayout="split"
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ 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: "1", name: "Leila K.", role: "Beauty Enthusiast", company: "Customer", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-shopping_23-2149339352.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: "2", name: "Omar M.", role: "Home Chef", company: "Customer", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-man-shopping-kitchen-items_23-2149021650.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: "3", name: "Fatima Z.", role: "Loyal Shopper", company: "Customer", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-smiling-while-shopping-cosmetics_23-2149363574.jpg" }
]} ]}
kpiItems={[ kpiItems={[
{ value: "15+", label: "Years Served" }, { value: "500+", label: "Beauty Items" },
{ value: "10k+", label: "Happy Neighbors" }, { value: "200+", label: "Kitchen Tools" },
{ value: "99%", label: "Quality Rating" } { value: "99%", label: "Customer Satisfaction" }
]} ]}
title="Loved by the Community" title="Loved by the Community"
description="Hear what our loyal neighborhood customers say about shopping at Superette Jalal." description="Hear what our loyal customers say about their experience at Superette Jalal."
/> />
</div> </div>
@@ -121,9 +121,9 @@ export default function LandingPage() {
<SocialProofOne <SocialProofOne
textboxLayout="split" textboxLayout="split"
useInvertedBackground={false} useInvertedBackground={false}
names={["FreshDaily", "CleanHome", "BeautySpot", "OrganicLife", "SnackTime", "DailyNeed", "EcoStore"]} names={["Luxe Beauty", "KitchenMasters", "AromaLab", "PureCosmetics", "HomeChefPro", "EssenceDaily", "StyleEssentials"]}
title="Trusted Partners" title="Trusted Brands"
description="We partner with the best brands to ensure our shelves are always stocked with reliable, high-quality products." description="We partner with premium names to provide you with the very best."
/> />
</div> </div>
@@ -132,14 +132,14 @@ export default function LandingPage() {
textboxLayout="split" textboxLayout="split"
useInvertedBackground={false} useInvertedBackground={false}
faqs={[ faqs={[
{ id: "f1", title: "Do you offer home delivery?", content: "Yes, we offer local home delivery services to your doorstep for your convenience. Please contact us at 0630073002 to order." }, { id: "f1", title: "How do you select your cosmetics?", content: "We source our products from renowned beauty brands to ensure high safety standards and quality." },
{ id: "f2", title: "Where are you located?", content: "We are located at Boulevard Al Moukhtar Sousi, Sidi Maarouf, right next to Hammam Charaf. We look forward to welcoming you!" }, { id: "f2", title: "Can I test perfumes in-store?", content: "Yes, we have a dedicated testing area for all our perfumes so you can choose your perfect scent." },
{ id: "f3", title: "How can I check stock for an item?", content: "You can call our store directly at 0630073002 or visit us in-person to check current availability." } { id: "f3", title: "Do you offer kitchen product guarantees?", content: "Most of our premium kitchenware comes with a manufacturer's warranty." }
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/portrait-female-cashier-supermarket-scanning-bar-code-products-sale_342744-1084.jpg" imageSrc="http://img.b2bpic.net/free-photo/friendly-shop-assistant-helping-customer-cosmetics_23-2149363574.jpg"
mediaAnimation="slide-up" mediaAnimation="slide-up"
title="Frequently Asked Questions" title="Frequently Asked Questions"
description="Need assistance? Here are answers to commonly asked questions about our store and services." description="Find answers to your questions about our beauty and kitchen collections."
faqsAnimation="slide-up" faqsAnimation="slide-up"
/> />
</div> </div>
@@ -148,7 +148,7 @@ export default function LandingPage() {
<ContactText <ContactText
useInvertedBackground={false} useInvertedBackground={false}
background={{ variant: "plain" }} background={{ variant: "plain" }}
text="Visit us at Superette Jalal, Boulevard Al Moukhtar Sousi (next to Hammam Charaf) or call us at 0630073002 for home delivery!" text="Visit us at Superette Jalal, Boulevard Al Moukhtar Sousi or call us at 0630073002 to enquire about our latest arrivals!"
/> />
</div> </div>
@@ -165,4 +165,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }