diff --git a/src/app/page.tsx b/src/app/page.tsx
index fc4242e..9e014e5 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,22 +32,10 @@ export default function LandingPage() {
@@ -55,33 +43,13 @@ export default function LandingPage() {
@@ -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() {
@@ -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() {
@@ -301,54 +155,9 @@ export default function LandingPage() {