Update src/app/page.tsx

This commit is contained in:
2026-06-08 12:00:36 +00:00
parent 7bd5919b5a
commit 2e1f7cf4e5

View File

@@ -32,88 +32,56 @@ export default function LandingPage() {
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "#hero",
},
name: "Home", id: "#hero"},
{
name: "About Us",
id: "#about",
},
name: "About Us", id: "#about"},
{
name: "Features",
id: "#features",
},
name: "Features", id: "#features"},
{
name: "Products",
id: "#products",
},
name: "Products", id: "#products"},
{
name: "Reviews",
id: "#reviews",
},
name: "Reviews", id: "#reviews"},
{
name: "Gallery",
id: "#gallery",
},
name: "Gallery", id: "#gallery"},
{
name: "Contact",
id: "#contact",
},
name: "Contact", id: "#contact"},
{
name: "FAQ",
id: "#faq",
},
name: "FAQ", id: "#faq"},
]}
brandName="The Market 04"
button={{
text: "Shop Now", href: "#products"
}}
/>
</div>
<div id="hero" data-section="hero">
<HeroBillboardGallery
background={{
variant: "plain",
}}
variant: "plain"}}
title="Jaipur's Trusted Grocery Destination"
description="Fresh Produce, Daily Essentials, Premium Quality, and Exceptional Service — All Under One Roof."
buttons={[
{
text: "Call Now",
href: "tel:+917998033330",
},
text: "Call Now", href: "tel:+917998033330"},
{
text: "Get Directions",
href: "https://www.google.com/maps/dir/?api=1&destination=The+Market+04,+4,+4,+Bhawani+Singh+Rd,+ESIC+Colony,+C+Scheme,+Ashok+Vihar+Garden,+Jaipur,+Rajasthan+302001",
},
text: "Get Directions", href: "https://www.google.com/maps/dir/?api=1&destination=The+Market+04,+4,+4,+Bhawani+Singh+Rd,+ESIC+Colony,+C+Scheme,+Ashok+Vihar+Garden,+Jaipur,+Rajasthan+302001"},
{
text: "Visit Store",
href: "#contact",
},
text: "Visit Store", href: "#contact"},
]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/eco-bag-with-different-fruits-vegetables-shopping-cart_169016-5428.jpg",
imageAlt: "Modern grocery store interior with fresh produce and wide aisles",
},
imageSrc: "http://img.b2bpic.net/free-photo/eco-bag-with-different-fruits-vegetables-shopping-cart_169016-5428.jpg", imageAlt: "Modern grocery store interior with fresh produce and wide aisles"},
{
imageSrc: "http://img.b2bpic.net/free-photo/lot-different-fruits-are-catering-table_8353-9833.jpg",
imageAlt: "Bakery section in a clean and bright supermarket",
},
imageSrc: "http://img.b2bpic.net/free-photo/lot-different-fruits-are-catering-table_8353-9833.jpg", imageAlt: "Bakery section in a clean and bright supermarket"},
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-ripe-delicious-vegetables_23-2149082580.jpg",
imageAlt: "Colorful display of fresh fruits and vegetables",
},
imageSrc: "http://img.b2bpic.net/free-photo/close-up-ripe-delicious-vegetables_23-2149082580.jpg", imageAlt: "Colorful display of fresh fruits and vegetables"},
{
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-arrangement-with-dairy-products_23-2148601700.jpg",
imageAlt: "Dairy and beverage aisle in a modern grocery store",
},
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-arrangement-with-dairy-products_23-2148601700.jpg", imageAlt: "Dairy and beverage aisle in a modern grocery store"},
{
imageSrc: "http://img.b2bpic.net/free-photo/mother-husband-daughter-choosing-lemons-supermarket_169016-4864.jpg",
imageAlt: "Shopping cart filled with healthy groceries",
},
imageSrc: "http://img.b2bpic.net/free-photo/mother-husband-daughter-choosing-lemons-supermarket_169016-4864.jpg", imageAlt: "Shopping cart filled with healthy groceries"},
{
imageSrc: "http://img.b2bpic.net/free-photo/zero-waste-store-vendor-sells-food_482257-76257.jpg",
imageAlt: "Efficient and friendly checkout counter at the grocery store",
},
imageSrc: "http://img.b2bpic.net/free-photo/zero-waste-store-vendor-sells-food_482257-76257.jpg", imageAlt: "Efficient and friendly checkout counter at the grocery store"},
]}
mediaAnimation="slide-up"
/>
@@ -141,53 +109,21 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Fresh Fruits & Vegetables",
description: "Daily sourced, hand-picked produce for unparalleled freshness and quality.",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-healthy-fruits-basket_23-2149267284.jpg",
imageAlt: "Fresh fruits and vegetables display",
},
title: "Fresh Fruits & Vegetables", description: "Daily sourced, hand-picked produce for unparalleled freshness and quality.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-healthy-fruits-basket_23-2149267284.jpg", imageAlt: "Fresh fruits and vegetables display"},
{
title: "Premium Grocery Selection",
description: "A curated range of high-quality groceries, gourmet products, and international brands.",
imageSrc: "http://img.b2bpic.net/free-photo/additives-free-pantry-supplies-shop_482257-91816.jpg",
imageAlt: "Premium grocery products on shelves",
},
title: "Premium Grocery Selection", description: "A curated range of high-quality groceries, gourmet products, and international brands.", imageSrc: "http://img.b2bpic.net/free-photo/additives-free-pantry-supplies-shop_482257-91816.jpg", imageAlt: "Premium grocery products on shelves"},
{
title: "Daily Household Essentials",
description: "All your home and pantry needs, from cleaning supplies to everyday staples, always in stock.",
imageSrc: "http://img.b2bpic.net/free-photo/assortment-with-food-containers-shelves_23-2148927379.jpg",
imageAlt: "Daily household essentials products",
},
title: "Daily Household Essentials", description: "All your home and pantry needs, from cleaning supplies to everyday staples, always in stock.", imageSrc: "http://img.b2bpic.net/free-photo/assortment-with-food-containers-shelves_23-2148927379.jpg", imageAlt: "Daily household essentials products"},
{
title: "Convenient Location",
description: "Easily accessible in C-Scheme, Jaipur, making your daily shopping hassle-free.",
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-kid-market_23-2149160669.jpg",
imageAlt: "Grocery store exterior in a city street",
},
title: "Convenient Location", description: "Easily accessible in C-Scheme, Jaipur, making your daily shopping hassle-free.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-kid-market_23-2149160669.jpg", imageAlt: "Grocery store exterior in a city street"},
{
title: "Excellent Customer Service",
description: "Our friendly and knowledgeable staff are always ready to assist you with a smile.",
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-couple-picking-strawberry-grocery-store_23-2148216087.jpg",
imageAlt: "Grocery store staff assisting a customer",
},
title: "Excellent Customer Service", description: "Our friendly and knowledgeable staff are always ready to assist you with a smile.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-couple-picking-strawberry-grocery-store_23-2148216087.jpg", imageAlt: "Grocery store staff assisting a customer"},
{
title: "Highly Rated by Customers",
description: "Proudly rated 4.6/5 stars based on hundreds of genuine Google Reviews.",
imageSrc: "http://img.b2bpic.net/free-vector/positive-negative-rating-design_1212-624.jpg",
imageAlt: "Google review stars rating on a phone",
},
title: "Highly Rated by Customers", description: "Proudly rated 4.6/5 stars based on hundreds of genuine Google Reviews.", imageSrc: "http://img.b2bpic.net/free-vector/positive-negative-rating-design_1212-624.jpg", imageAlt: "Google review stars rating on a phone"},
{
title: "Clean & Organized Shopping",
description: "Enjoy a pristine, spacious, and well-arranged environment for a pleasant shopping experience.",
imageSrc: "http://img.b2bpic.net/free-photo/pretty-little-girl-choosing-candy-supermarket_171337-2378.jpg",
imageAlt: "Clean and organized grocery store aisles",
},
title: "Clean & Organized Shopping", description: "Enjoy a pristine, spacious, and well-arranged environment for a pleasant shopping experience.", imageSrc: "http://img.b2bpic.net/free-photo/pretty-little-girl-choosing-candy-supermarket_171337-2378.jpg", imageAlt: "Clean and organized grocery store aisles"},
{
title: "Open Daily Until 10 PM",
description: "Extended hours to fit your schedule, ensuring you can shop at your convenience.",
imageSrc: "http://img.b2bpic.net/free-photo/urban-mysterious-lights-film-aesthetic_23-2149098550.jpg",
imageAlt: "Grocery store open sign at night",
},
title: "Open Daily Until 10 PM", description: "Extended hours to fit your schedule, ensuring you can shop at your convenience.", imageSrc: "http://img.b2bpic.net/free-photo/urban-mysterious-lights-film-aesthetic_23-2149098550.jpg", imageAlt: "Grocery store open sign at night"},
]}
title="Why Choose The Market 04?"
description="Experience the difference of a truly premium shopping experience, recognized by our hundreds of satisfied customers."
@@ -199,70 +135,26 @@ export default function LandingPage() {
textboxLayout="default"
gridVariant="three-columns-all-equal-width"
useInvertedBackground={true}
animationType="slide-up"
products={[
{
id: "p1",
name: "Fresh Produce",
price: "Daily Harvest",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-ripe-delicious-vegetables_23-2149082596.jpg",
imageAlt: "Fresh organic produce display",
},
id: "p1", name: "Fresh Produce", price: "Daily Harvest", imageSrc: "http://img.b2bpic.net/free-photo/close-up-ripe-delicious-vegetables_23-2149082596.jpg", imageAlt: "Fresh organic produce display"},
{
id: "p2",
name: "Dairy Products",
price: "Farm Fresh",
imageSrc: "http://img.b2bpic.net/free-photo/dairy-products-wooden-table_23-2148239870.jpg",
imageAlt: "Dairy products milk cheese eggs",
},
id: "p2", name: "Dairy Products", price: "Farm Fresh", imageSrc: "http://img.b2bpic.net/free-photo/dairy-products-wooden-table_23-2148239870.jpg", imageAlt: "Dairy products milk cheese eggs"},
{
id: "p3",
name: "Bakery Items",
price: "Freshly Baked",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-choco-biscuits-with-cup-tea_140725-57170.jpg",
imageAlt: "Freshly baked bread and pastries",
},
id: "p3", name: "Bakery Items", price: "Freshly Baked", imageSrc: "http://img.b2bpic.net/free-photo/top-view-choco-biscuits-with-cup-tea_140725-57170.jpg", imageAlt: "Freshly baked bread and pastries"},
{
id: "p4",
name: "Beverages",
price: "Quench Your Thirst",
imageSrc: "http://img.b2bpic.net/free-photo/female-bartender-tapping-craft-beer-bar_176532-11594.jpg",
imageAlt: "Variety of beverages drinks aisle",
},
id: "p4", name: "Beverages", price: "Quench Your Thirst", imageSrc: "http://img.b2bpic.net/free-photo/female-bartender-tapping-craft-beer-bar_176532-11594.jpg", imageAlt: "Variety of beverages drinks aisle"},
{
id: "p5",
name: "Snacks & Packaged Foods",
price: "Ready to Enjoy",
imageSrc: "http://img.b2bpic.net/free-photo/healthy-delicios-granola-bars-with-chocolate-muesli-bars-with-nuts-dry-fruits_114579-9180.jpg",
imageAlt: "Snacks and packaged foods chips cookies",
},
id: "p5", name: "Snacks & Packaged Foods", price: "Ready to Enjoy", imageSrc: "http://img.b2bpic.net/free-photo/healthy-delicios-granola-bars-with-chocolate-muesli-bars-with-nuts-dry-fruits_114579-9180.jpg", imageAlt: "Snacks and packaged foods chips cookies"},
{
id: "p6",
name: "Household Essentials",
price: "Home Care",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-natural-hair-brush-accessories_23-2148796384.jpg",
imageAlt: "Household essentials cleaning supplies",
},
id: "p6", name: "Household Essentials", price: "Home Care", imageSrc: "http://img.b2bpic.net/free-photo/front-view-natural-hair-brush-accessories_23-2148796384.jpg", imageAlt: "Household essentials cleaning supplies"},
{
id: "p7",
name: "Personal Care",
price: "Self-Care Range",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-eco-cosmetics-concept_23-2148778649.jpg",
imageAlt: "Personal care products toiletries",
},
id: "p7", name: "Personal Care", price: "Self-Care Range", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-eco-cosmetics-concept_23-2148778649.jpg", imageAlt: "Personal care products toiletries"},
{
id: "p8",
name: "Organic Products",
price: "Natural & Healthy",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-reusable-bag-with-groceries-grass_23-2148523381.jpg",
imageAlt: "Organic food and natural products",
},
id: "p8", name: "Organic Products", price: "Natural & Healthy", imageSrc: "http://img.b2bpic.net/free-photo/close-up-reusable-bag-with-groceries-grass_23-2148523381.jpg", imageAlt: "Organic food and natural products"},
{
id: "p9",
name: "Frozen Foods",
price: "Convenience & Flavor",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-creamy-cake-with-fruits-candies-black_140725-104673.jpg",
imageAlt: "Frozen foods section freezer aisle",
},
id: "p9", name: "Frozen Foods", price: "Convenience & Flavor", imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-creamy-cake-with-fruits-candies-black_140725-104673.jpg", imageAlt: "Frozen foods section freezer aisle"},
]}
title="Explore Our Fresh & Diverse Product Categories"
description="From farm-fresh produce to gourmet groceries, find everything you need for your pantry and home at The Market 04."
@@ -276,59 +168,23 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "t1",
name: "Priya Sharma",
handle: "Local Resident",
testimonial: "The Market 04 has transformed my grocery shopping. The produce is always fresh, and the store is incredibly clean and well-organized. Its my go-to for daily essentials and premium finds!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/attractive-cheerful-african-american-girl-cozy-sweater-happily-looking-camera-blue-background-happy-expression_574295-2850.jpg",
imageAlt: "Priya Sharma avatar",
},
id: "t1", name: "Priya Sharma", handle: "Local Resident", testimonial: "The Market 04 has transformed my grocery shopping. The produce is always fresh, and the store is incredibly clean and well-organized. Its my go-to for daily essentials and premium finds!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/attractive-cheerful-african-american-girl-cozy-sweater-happily-looking-camera-blue-background-happy-expression_574295-2850.jpg", imageAlt: "Priya Sharma avatar"},
{
id: "t2",
name: "Rahul Mehta",
handle: "Jaipur Chef",
testimonial: "As a chef, quality ingredients are paramount. The Market 04 consistently delivers the freshest produce and an impressive selection of gourmet items. Truly a gem in Jaipur!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/relax-its-okay-portrait-carefree-unbothered-young-man-have-everything-control-assure-gu_1258-109138.jpg",
imageAlt: "Rahul Mehta avatar",
},
id: "t2", name: "Rahul Mehta", handle: "Jaipur Chef", testimonial: "As a chef, quality ingredients are paramount. The Market 04 consistently delivers the freshest produce and an impressive selection of gourmet items. Truly a gem in Jaipur!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/relax-its-okay-portrait-carefree-unbothered-young-man-have-everything-control-assure-gu_1258-109138.jpg", imageAlt: "Rahul Mehta avatar"},
{
id: "t3",
name: "Deepika Singh",
handle: "Working Professional",
testimonial: "I appreciate the extended hours at The Market 04. It's so convenient to pick up groceries after work, and the staff is always so helpful and friendly. Highly recommended!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-smiling-female-trendy-summer-red-dress-sexy-carefree-woman-posing-near-blue-wall-studio-positive-model-having-fun-cheerful-happy-isolated_158538-25762.jpg",
imageAlt: "Deepika Singh avatar",
},
id: "t3", name: "Deepika Singh", handle: "Working Professional", testimonial: "I appreciate the extended hours at The Market 04. It's so convenient to pick up groceries after work, and the staff is always so helpful and friendly. Highly recommended!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-smiling-female-trendy-summer-red-dress-sexy-carefree-woman-posing-near-blue-wall-studio-positive-model-having-fun-cheerful-happy-isolated_158538-25762.jpg", imageAlt: "Deepika Singh avatar"},
{
id: "t4",
name: "Anil Kumar",
handle: "Satisfied Customer",
testimonial: "The variety of products here is excellent, from local staples to international delights. The prices are fair, and the shopping experience is always a pleasure.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/handsome-middle-age-man-with-grey-hair-wearing-casual-t-shirt-smiling-doing-phone-gesture-with-hand-fingers-like-talking-telephone-communicating-concepts_839833-14204.jpg",
imageAlt: "Anil Kumar avatar",
},
id: "t4", name: "Anil Kumar", handle: "Satisfied Customer", testimonial: "The variety of products here is excellent, from local staples to international delights. The prices are fair, and the shopping experience is always a pleasure.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/handsome-middle-age-man-with-grey-hair-wearing-casual-t-shirt-smiling-doing-phone-gesture-with-hand-fingers-like-talking-telephone-communicating-concepts_839833-14204.jpg", imageAlt: "Anil Kumar avatar"},
{
id: "t5",
name: "Shreya Jain",
handle: "Student & Foodie",
testimonial: "I love the fresh bakery section and the wide array of snacks. The store ambiance is great, and it's always easy to find what I need. Best grocery store in C-Scheme!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-smiling-young-woman-outdoor-with-headphones_624325-2762.jpg",
imageAlt: "Shreya Jain avatar",
},
id: "t5", name: "Shreya Jain", handle: "Student & Foodie", testimonial: "I love the fresh bakery section and the wide array of snacks. The store ambiance is great, and it's always easy to find what I need. Best grocery store in C-Scheme!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-smiling-young-woman-outdoor-with-headphones_624325-2762.jpg", imageAlt: "Shreya Jain avatar"},
{
id: "t6",
name: "Gaurav Gupta",
handle: "Family Shopper",
testimonial: "The Market 04 makes family grocery shopping enjoyable. They have everything we need, and the kids love the fresh juice bar. Its a complete and delightful experience.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-posing-her-home_23-2148708980.jpg",
imageAlt: "Gaurav Gupta avatar",
},
id: "t6", name: "Gaurav Gupta", handle: "Family Shopper", testimonial: "The Market 04 makes family grocery shopping enjoyable. They have everything we need, and the kids love the fresh juice bar. Its a complete and delightful experience.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-posing-her-home_23-2148708980.jpg", imageAlt: "Gaurav Gupta avatar"},
]}
showRating={true}
title="What Our Customers Say"
@@ -344,41 +200,17 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
title: "Store Exterior",
description: "Our welcoming facade in the heart of C-Scheme.",
imageSrc: "http://img.b2bpic.net/free-photo/street-market-night_23-2151604422.jpg",
imageAlt: "Modern grocery store exterior",
},
title: "Store Exterior", description: "Our welcoming facade in the heart of C-Scheme.", imageSrc: "http://img.b2bpic.net/free-photo/street-market-night_23-2151604422.jpg", imageAlt: "Modern grocery store exterior"},
{
title: "Fresh Produce Section",
description: "A vibrant display of daily sourced fruits and vegetables.",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-receiving-groceries_23-2149722271.jpg",
imageAlt: "Colorful fresh produce section",
},
title: "Fresh Produce Section", description: "A vibrant display of daily sourced fruits and vegetables.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-receiving-groceries_23-2149722271.jpg", imageAlt: "Colorful fresh produce section"},
{
title: "Grocery Aisles",
description: "Clean, spacious, and fully stocked aisles for easy shopping.",
imageSrc: "http://img.b2bpic.net/free-photo/buying-dairy-products_1098-15162.jpg",
imageAlt: "Long, organized grocery aisles",
},
title: "Grocery Aisles", description: "Clean, spacious, and fully stocked aisles for easy shopping.", imageSrc: "http://img.b2bpic.net/free-photo/buying-dairy-products_1098-15162.jpg", imageAlt: "Long, organized grocery aisles"},
{
title: "Premium Product Displays",
description: "Showcasing our curated selection of gourmet and specialty items.",
imageSrc: "http://img.b2bpic.net/free-photo/crispy-toasts-with-tomatoes-wooden-board_114579-63632.jpg",
imageAlt: "Premium product display",
},
title: "Premium Product Displays", description: "Showcasing our curated selection of gourmet and specialty items.", imageSrc: "http://img.b2bpic.net/free-photo/crispy-toasts-with-tomatoes-wooden-board_114579-63632.jpg", imageAlt: "Premium product display"},
{
title: "Checkout Area",
description: "Fast and friendly service to complete your shopping experience.",
imageSrc: "http://img.b2bpic.net/free-photo/family-shopping-with-face-mask_23-2149565279.jpg",
imageAlt: "Modern checkout area",
},
title: "Checkout Area", description: "Fast and friendly service to complete your shopping experience.", imageSrc: "http://img.b2bpic.net/free-photo/family-shopping-with-face-mask_23-2149565279.jpg", imageAlt: "Modern checkout area"},
{
title: "Customer Shopping Experience",
description: "Happy shoppers enjoying the quality and convenience.",
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-guy-rides-girl-supermarket-trolley_1153-3669.jpg",
imageAlt: "Customer happily shopping with a cart",
},
title: "Customer Shopping Experience", description: "Happy shoppers enjoying the quality and convenience.", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-guy-rides-girl-supermarket-trolley_1153-3669.jpg", imageAlt: "Customer happily shopping with a cart"},
]}
title="A Glimpse Inside The Market 04"
description="Discover our vibrant sections, premium product displays, and clean aisles designed for your optimal shopping experience."
@@ -391,30 +223,15 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
id: "q1",
title: "What are your store timings?",
content: "The Market 04 is open daily from 8:00 AM to 10:00 PM, for your convenience.",
},
id: "q1", title: "What are your store timings?", content: "The Market 04 is open daily from 8:00 AM to 10:00 PM, for your convenience."},
{
id: "q2",
title: "Where are you located?",
content: "We are located at 4, 4, Bhawani Singh Rd, ESIC Colony, C Scheme, Ashok Vihar Garden, Jaipur, Rajasthan 302001.",
},
id: "q2", title: "Where are you located?", content: "We are located at 4, 4, Bhawani Singh Rd, ESIC Colony, C Scheme, Ashok Vihar Garden, Jaipur, Rajasthan 302001."},
{
id: "q3",
title: "What products do you offer?",
content: "We offer a wide range of products including fresh produce, dairy, bakery items, beverages, snacks, household essentials, personal care, organic products, and frozen foods.",
},
id: "q3", title: "What products do you offer?", content: "We offer a wide range of products including fresh produce, dairy, bakery items, beverages, snacks, household essentials, personal care, organic products, and frozen foods."},
{
id: "q4",
title: "Do you stock fresh produce daily?",
content: "Yes, we receive fresh fruits and vegetables daily to ensure the highest quality for our customers.",
},
id: "q4", title: "Do you stock fresh produce daily?", content: "Yes, we receive fresh fruits and vegetables daily to ensure the highest quality for our customers."},
{
id: "q5",
title: "How can customers contact the store?",
content: "You can contact us by calling +91 79980 33330, or visit our store during business hours. You can also find directions on our website.",
},
id: "q5", title: "How can customers contact the store?", content: "You can contact us by calling +91 79980 33330, or visit our store during business hours. You can also find directions on our website."},
]}
title="Frequently Asked Questions"
description="Find quick answers to common questions about our store, products, and services at The Market 04."
@@ -426,22 +243,15 @@ export default function LandingPage() {
<ContactText
useInvertedBackground={false}
background={{
variant: "radial-gradient",
}}
variant: "radial-gradient"}}
text="The Market 04 is your neighborhood grocery destination in Jaipur. Visit us for an unparalleled shopping experience.\n\nAddress: 4, 4, Bhawani Singh Rd, ESIC Colony, C Scheme, Ashok Vihar Garden, Jaipur, Rajasthan 302001\nPhone: +91 79980 33330\nHours: Daily, 8:00 AM 10:00 PM"
buttons={[
{
text: "Call Store",
href: "tel:+917998033330",
},
text: "Call Store", href: "tel:+917998033330"},
{
text: "Get Directions",
href: "https://www.google.com/maps/dir/?api=1&destination=The+Market+04,+4,+4,+Bhawani+Singh+Rd,+ESIC+Colony,+C+Scheme,+Ashok+Vihar+Garden,+Jaipur,+Rajasthan+302001",
},
text: "Get Directions", href: "https://www.google.com/maps/dir/?api=1&destination=The+Market+04,+4,+4,+Bhawani+Singh+Rd,+ESIC+Colony,+C+Scheme,+Ashok+Vihar+Garden,+Jaipur,+Rajasthan+302001"},
{
text: "WhatsApp Contact",
href: "https://wa.me/917998033330",
},
text: "WhatsApp Contact", href: "https://wa.me/917998033330"},
]}
/>
</div>
@@ -450,62 +260,37 @@ export default function LandingPage() {
<FooterBase
columns={[
{
title: "Store Information",
items: [
title: "Store Information", items: [
{
label: "Address: 4, 4, Bhawani Singh Rd, C Scheme, Jaipur",
href: "https://www.google.com/maps/dir/?api=1&destination=The+Market+04,+4,+4,+Bhawani+Singh+Rd,+ESIC+Colony,+C+Scheme,+Ashok+Vihar+Garden,+Jaipur,+Rajasthan+302001",
},
label: "Address: 4, 4, Bhawani Singh Rd, C Scheme, Jaipur", href: "https://www.google.com/maps/dir/?api=1&destination=The+Market+04,+4,+4,+Bhawani+Singh+Rd,+ESIC+Colony,+C+Scheme,+Ashok+Vihar+Garden,+Jaipur,+Rajasthan+302001"},
{
label: "Phone: +91 79980 33330",
href: "tel:+917998033330",
},
label: "Phone: +91 79980 33330", href: "tel:+917998033330"},
{
label: "Hours: Daily, 8 AM - 10 PM",
href: "#",
},
label: "Hours: Daily, 8 AM - 10 PM", href: "#"},
],
},
{
title: "Quick Links",
items: [
title: "Quick Links", items: [
{
label: "Home",
href: "#hero",
},
label: "Home", href: "#hero"},
{
label: "About Us",
href: "#about",
},
label: "About Us", href: "#about"},
{
label: "Products",
href: "#products",
},
label: "Products", href: "#products"},
{
label: "Reviews",
href: "#reviews",
},
label: "Reviews", href: "#reviews"},
],
},
{
title: "Support",
items: [
title: "Support", items: [
{
label: "Contact Us",
href: "#contact",
},
label: "Contact Us", href: "#contact"},
{
label: "FAQ",
href: "#faq",
},
label: "FAQ", href: "#faq"},
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
{
label: "Terms of Service",
href: "#",
},
label: "Terms of Service", href: "#"},
],
},
]}