Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
344
src/app/page.tsx
344
src/app/page.tsx
@@ -33,29 +33,17 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#home",
|
||||
},
|
||||
name: "Home", id: "#home"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About Us", id: "#about"},
|
||||
{
|
||||
name: "Products",
|
||||
id: "#products",
|
||||
},
|
||||
name: "Products", id: "#products"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "#reviews",
|
||||
},
|
||||
name: "Reviews", id: "#reviews"},
|
||||
{
|
||||
name: "FAQs",
|
||||
id: "#faqs",
|
||||
},
|
||||
name: "FAQs", id: "#faqs"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="Mayank Kirana Store"
|
||||
/>
|
||||
@@ -64,87 +52,56 @@ export default function LandingPage() {
|
||||
<div id="home" data-section="home">
|
||||
<HeroSplitKpi
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
imagePosition="right"
|
||||
title="Your Daily Essentials, Delivered Fresh"
|
||||
description="Mayank Kirana Store brings the freshest groceries and household needs right to your doorstep. Quality, convenience, and community since 20XX."
|
||||
kpis={[
|
||||
{
|
||||
value: "10+",
|
||||
label: "Years in Service",
|
||||
},
|
||||
value: "10+", label: "Years in Service"},
|
||||
{
|
||||
value: "5000+",
|
||||
label: "Happy Customers",
|
||||
},
|
||||
value: "5000+", label: "Happy Customers"},
|
||||
{
|
||||
value: "2000+",
|
||||
label: "Products Available",
|
||||
},
|
||||
value: "2000+", label: "Products Available"},
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
buttons={[
|
||||
{
|
||||
text: "Shop Now",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Shop Now", href: "#products"},
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#about",
|
||||
},
|
||||
text: "Learn More", href: "#about"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/abstract-blur-shopping-mall_74190-4474.jpg"
|
||||
imageAlt="Interior of Mayank Kirana Store with fresh produce"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/shopping-concept-close-up-portrait-young-beautiful-attractive-african-woman-smiling-joyful-with-colorful-shopping-bag-yellow-pastel-wall-background-copy-space_1258-947.jpg",
|
||||
alt: "Happy Customer 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/shopping-concept-close-up-portrait-young-beautiful-attractive-african-woman-smiling-joyful-with-colorful-shopping-bag-yellow-pastel-wall-background-copy-space_1258-947.jpg", alt: "Happy Customer 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/shopping-woman_1098-16863.jpg",
|
||||
alt: "Happy Customer 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/shopping-woman_1098-16863.jpg", alt: "Happy Customer 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/fashionable-senior-asian-woman-shopaholic-hugging-shopping-bags-smiling-joyful-buying-with-disco_1258-170469.jpg",
|
||||
alt: "Happy Customer 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/fashionable-senior-asian-woman-shopaholic-hugging-shopping-bags-smiling-joyful-buying-with-disco_1258-170469.jpg", alt: "Happy Customer 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/shopping-concept-close-up-portrait-young-beautiful-attractive-african-woman-smiling-joyful-with-colorful-shopping-bag-yellow-pastel-wall-background-copy-space_1258-952.jpg",
|
||||
alt: "Happy Customer 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/shopping-concept-close-up-portrait-young-beautiful-attractive-african-woman-smiling-joyful-with-colorful-shopping-bag-yellow-pastel-wall-background-copy-space_1258-952.jpg", alt: "Happy Customer 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-brunette-woman-reading-mobile-phone-sitting-home-using-smartphone_1258-199777.jpg",
|
||||
alt: "Happy Customer 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-brunette-woman-reading-mobile-phone-sitting-home-using-smartphone_1258-199777.jpg", alt: "Happy Customer 5"},
|
||||
]}
|
||||
avatarText="Join our 5000+ happy customers!"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Top Rated",
|
||||
icon: Star,
|
||||
type: "text-icon", text: "Top Rated", icon: Star,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Award Winning Service",
|
||||
icon: Award,
|
||||
type: "text-icon", text: "Award Winning Service", icon: Award,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Easy Shopping",
|
||||
icon: ShoppingBag,
|
||||
type: "text-icon", text: "Easy Shopping", icon: ShoppingBag,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Fresh & Organic",
|
||||
icon: Leaf,
|
||||
type: "text-icon", text: "Fresh & Organic", icon: Leaf,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Fast Delivery",
|
||||
icon: Truck,
|
||||
type: "text-icon", text: "Fast Delivery", icon: Truck,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -157,19 +114,13 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: Medal,
|
||||
label: "Quality Assured",
|
||||
value: "100%",
|
||||
},
|
||||
label: "Quality Assured", value: "100%"},
|
||||
{
|
||||
icon: Users,
|
||||
label: "Local Community",
|
||||
value: "Strong",
|
||||
},
|
||||
label: "Local Community", value: "Strong"},
|
||||
{
|
||||
icon: ShoppingBag,
|
||||
label: "Fresh & Diverse",
|
||||
value: "Selection",
|
||||
},
|
||||
label: "Fresh & Diverse", value: "Selection"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -183,23 +134,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Farm-Fresh Produce",
|
||||
description: "We source the freshest fruits and vegetables directly from local farms, ensuring quality and taste.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vendor-checking-quality-organic-items_482257-90439.jpg",
|
||||
imageAlt: "Basket of fresh fruits and vegetables",
|
||||
},
|
||||
title: "Farm-Fresh Produce", description: "We source the freshest fruits and vegetables directly from local farms, ensuring quality and taste.", imageSrc: "http://img.b2bpic.net/free-photo/vendor-checking-quality-organic-items_482257-90439.jpg", imageAlt: "Basket of fresh fruits and vegetables"},
|
||||
{
|
||||
title: "Fast Home Delivery",
|
||||
description: "Get your groceries delivered right to your doorstep, quickly and reliably. Save time and effort.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delivery-male-with-package-list_23-2148590676.jpg",
|
||||
imageAlt: "Delivery person with grocery bags",
|
||||
},
|
||||
title: "Fast Home Delivery", description: "Get your groceries delivered right to your doorstep, quickly and reliably. Save time and effort.", imageSrc: "http://img.b2bpic.net/free-photo/delivery-male-with-package-list_23-2148590676.jpg", imageAlt: "Delivery person with grocery bags"},
|
||||
{
|
||||
title: "Wide Range of Essentials",
|
||||
description: "From daily staples to specialty items, our shelves are stocked with everything your household needs.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-supermarket-department-store_74190-5232.jpg",
|
||||
imageAlt: "Aisle with various grocery products",
|
||||
},
|
||||
title: "Wide Range of Essentials", description: "From daily staples to specialty items, our shelves are stocked with everything your household needs.", imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-supermarket-department-store_74190-5232.jpg", imageAlt: "Aisle with various grocery products"},
|
||||
]}
|
||||
title="What Makes Mayank Kirana Your Best Choice?"
|
||||
description="Experience unparalleled convenience, fresh selections, and friendly service every time you shop with us."
|
||||
@@ -214,65 +153,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
brand: "Shakti",
|
||||
name: "Premium Basmati Rice",
|
||||
price: "₹1200",
|
||||
rating: 5,
|
||||
reviewCount: "250",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-bunch-fresh-food-donation-with-copy-space_23-2148733835.jpg",
|
||||
imageAlt: "Basmati rice bag",
|
||||
},
|
||||
id: "p1", brand: "Shakti", name: "Premium Basmati Rice", price: "₹1200", rating: 5,
|
||||
reviewCount: "250", imageSrc: "http://img.b2bpic.net/free-photo/top-view-bunch-fresh-food-donation-with-copy-space_23-2148733835.jpg", imageAlt: "Basmati rice bag"},
|
||||
{
|
||||
id: "p2",
|
||||
brand: "Aashirvaad",
|
||||
name: "Whole Wheat Atta",
|
||||
price: "₹350",
|
||||
rating: 4,
|
||||
reviewCount: "180",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/baker-sprinkling-flour-dough_23-2147872713.jpg",
|
||||
imageAlt: "Whole wheat atta bag",
|
||||
},
|
||||
id: "p2", brand: "Aashirvaad", name: "Whole Wheat Atta", price: "₹350", rating: 4,
|
||||
reviewCount: "180", imageSrc: "http://img.b2bpic.net/free-photo/baker-sprinkling-flour-dough_23-2147872713.jpg", imageAlt: "Whole wheat atta bag"},
|
||||
{
|
||||
id: "p3",
|
||||
brand: "Fortune",
|
||||
name: "Refined Sunflower Oil",
|
||||
price: "₹280",
|
||||
rating: 5,
|
||||
reviewCount: "300",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sunflower-oil-plastic-bottle-isolated-white-background_123827-21029.jpg",
|
||||
imageAlt: "Sunflower oil bottle",
|
||||
},
|
||||
id: "p3", brand: "Fortune", name: "Refined Sunflower Oil", price: "₹280", rating: 5,
|
||||
reviewCount: "300", imageSrc: "http://img.b2bpic.net/free-photo/sunflower-oil-plastic-bottle-isolated-white-background_123827-21029.jpg", imageAlt: "Sunflower oil bottle"},
|
||||
{
|
||||
id: "p4",
|
||||
brand: "Organic Tattva",
|
||||
name: "Toor Dal (Split Pigeon Pea)",
|
||||
price: "₹150",
|
||||
rating: 4,
|
||||
reviewCount: "120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-pumpkin-soup-with-seasonings-dark-table_140725-73014.jpg",
|
||||
imageAlt: "Toor Dal in a bowl",
|
||||
},
|
||||
id: "p4", brand: "Organic Tattva", name: "Toor Dal (Split Pigeon Pea)", price: "₹150", rating: 4,
|
||||
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/front-view-pumpkin-soup-with-seasonings-dark-table_140725-73014.jpg", imageAlt: "Toor Dal in a bowl"},
|
||||
{
|
||||
id: "p5",
|
||||
brand: "Everest",
|
||||
name: "Kitchen King Masala",
|
||||
price: "₹90",
|
||||
rating: 5,
|
||||
reviewCount: "210",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spoons-with-aromatic-spices_23-2147894615.jpg",
|
||||
imageAlt: "Spice packets",
|
||||
},
|
||||
id: "p5", brand: "Everest", name: "Kitchen King Masala", price: "₹90", rating: 5,
|
||||
reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/spoons-with-aromatic-spices_23-2147894615.jpg", imageAlt: "Spice packets"},
|
||||
{
|
||||
id: "p6",
|
||||
brand: "Amul",
|
||||
name: "Fresh Milk (1 Liter)",
|
||||
price: "₹60",
|
||||
rating: 5,
|
||||
reviewCount: "400",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/milk-bottles-copy-space-card_23-2148239834.jpg",
|
||||
imageAlt: "Milk carton",
|
||||
},
|
||||
id: "p6", brand: "Amul", name: "Fresh Milk (1 Liter)", price: "₹60", rating: 5,
|
||||
reviewCount: "400", imageSrc: "http://img.b2bpic.net/free-photo/milk-bottles-copy-space-card_23-2148239834.jpg", imageAlt: "Milk carton"},
|
||||
]}
|
||||
title="Our Popular Products"
|
||||
description="Discover customer favorites and daily deals on a wide selection of groceries."
|
||||
@@ -287,25 +184,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "10+",
|
||||
title: "Years of Trust",
|
||||
description: "Building lasting relationships with our customers.",
|
||||
icon: Clock,
|
||||
id: "m1", value: "10+", title: "Years of Trust", description: "Building lasting relationships with our customers.", icon: Clock,
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "98%",
|
||||
title: "Customer Satisfaction",
|
||||
description: "Committed to delivering excellent service and quality.",
|
||||
icon: Heart,
|
||||
id: "m2", value: "98%", title: "Customer Satisfaction", description: "Committed to delivering excellent service and quality.", icon: Heart,
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "5000+",
|
||||
title: "Deliveries Made",
|
||||
description: "Efficient and reliable home delivery service.",
|
||||
icon: ShoppingBag,
|
||||
id: "m3", value: "5000+", title: "Deliveries Made", description: "Efficient and reliable home delivery service.", icon: ShoppingBag,
|
||||
},
|
||||
]}
|
||||
title="Our Impact & Achievements"
|
||||
@@ -320,69 +205,28 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Priya Sharma",
|
||||
role: "Homemaker",
|
||||
company: "Local Resident",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/image-attractive-africanamerican-woman-holding-shopping-baf-smiling-standing-yellow-back_1258-131069.jpg",
|
||||
imageAlt: "Priya Sharma",
|
||||
content: "Mayank Kirana Store is my go-to for daily essentials. The produce is always fresh, and the delivery is incredibly fast. Highly recommend!",
|
||||
},
|
||||
id: "t1", name: "Priya Sharma", role: "Homemaker", company: "Local Resident", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/image-attractive-africanamerican-woman-holding-shopping-baf-smiling-standing-yellow-back_1258-131069.jpg", imageAlt: "Priya Sharma", quote: "Mayank Kirana Store is my go-to for daily essentials. The produce is always fresh, and the delivery is incredibly fast. Highly recommend!"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Rajesh Kumar",
|
||||
role: "Software Engineer",
|
||||
company: "Tech Innovations",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-with-mobile_23-2148523943.jpg",
|
||||
imageAlt: "Rajesh Kumar",
|
||||
content: "As a busy professional, I appreciate the convenience and quality Mayank Kirana offers. Their online ordering is seamless and reliable.",
|
||||
},
|
||||
id: "t2", name: "Rajesh Kumar", role: "Software Engineer", company: "Tech Innovations", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-with-mobile_23-2148523943.jpg", imageAlt: "Rajesh Kumar", quote: "As a busy professional, I appreciate the convenience and quality Mayank Kirana offers. Their online ordering is seamless and reliable."},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Anjali Singh",
|
||||
role: "Small Business Owner",
|
||||
company: "Anjali's Cafe",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-woman-with-white-t-shirt_273609-7217.jpg",
|
||||
imageAlt: "Anjali Singh",
|
||||
content: "For my cafe, fresh ingredients are crucial. Mayank Kirana Store consistently delivers top-notch quality, helping me serve the best to my customers.",
|
||||
},
|
||||
id: "t3", name: "Anjali Singh", role: "Small Business Owner", company: "Anjali's Cafe", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-woman-with-white-t-shirt_273609-7217.jpg", imageAlt: "Anjali Singh", quote: "For my cafe, fresh ingredients are crucial. Mayank Kirana Store consistently delivers top-notch quality, helping me serve the best to my customers."},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Vikram Patel",
|
||||
role: "Retired Teacher",
|
||||
company: "Community Elder",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-being-passionate-about-playing-bingo_23-2149212496.jpg",
|
||||
imageAlt: "Vikram Patel",
|
||||
content: "A trusted name in our neighborhood for years. The staff is friendly, and they always have what I need. A true local gem.",
|
||||
},
|
||||
id: "t4", name: "Vikram Patel", role: "Retired Teacher", company: "Community Elder", rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-being-passionate-about-playing-bingo_23-2149212496.jpg", imageAlt: "Vikram Patel", quote: "A trusted name in our neighborhood for years. The staff is friendly, and they always have what I need. A true local gem."},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Meena Devi",
|
||||
role: "Accountant",
|
||||
company: "Finance Solutions",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-mother-her-daughter_171337-2339.jpg",
|
||||
imageAlt: "Meena Devi",
|
||||
content: "Excellent service and a fantastic range of products. Mayank Kirana Store makes grocery shopping a pleasure, not a chore. Very satisfied!",
|
||||
},
|
||||
id: "t5", name: "Meena Devi", role: "Accountant", company: "Finance Solutions", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-mother-her-daughter_171337-2339.jpg", imageAlt: "Meena Devi", quote: "Excellent service and a fantastic range of products. Mayank Kirana Store makes grocery shopping a pleasure, not a chore. Very satisfied!"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "5.0",
|
||||
label: "Average Rating",
|
||||
},
|
||||
value: "5.0", label: "Average Rating"},
|
||||
{
|
||||
value: "200+",
|
||||
label: "Positive Reviews",
|
||||
},
|
||||
value: "200+", label: "Positive Reviews"},
|
||||
{
|
||||
value: "100%",
|
||||
label: "Fresh Guarantee",
|
||||
},
|
||||
value: "100%", label: "Fresh Guarantee"},
|
||||
]}
|
||||
title="What Our Customers Say"
|
||||
description="Hear from our happy patrons about their shopping experience and the quality of our service."
|
||||
@@ -395,30 +239,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq1",
|
||||
title: "What are your store operating hours?",
|
||||
content: "Our store is open from 8 AM to 9 PM, Monday to Sunday. We are closed on major public holidays.",
|
||||
},
|
||||
id: "faq1", title: "What are your store operating hours?", content: "Our store is open from 8 AM to 9 PM, Monday to Sunday. We are closed on major public holidays."},
|
||||
{
|
||||
id: "faq2",
|
||||
title: "Do you offer home delivery?",
|
||||
content: "Yes, we offer convenient home delivery services. You can place your order online or over the phone.",
|
||||
},
|
||||
id: "faq2", title: "Do you offer home delivery?", content: "Yes, we offer convenient home delivery services. You can place your order online or over the phone."},
|
||||
{
|
||||
id: "faq3",
|
||||
title: "What payment methods do you accept?",
|
||||
content: "We accept cash, UPI, credit/debit cards, and mobile wallet payments for both in-store and delivery orders.",
|
||||
},
|
||||
id: "faq3", title: "What payment methods do you accept?", content: "We accept cash, UPI, credit/debit cards, and mobile wallet payments for both in-store and delivery orders."},
|
||||
{
|
||||
id: "faq4",
|
||||
title: "Can I return products if I'm not satisfied?",
|
||||
content: "Customer satisfaction is our priority. You can return most products within 7 days of purchase with a valid receipt. Fresh produce returns are subject to a 24-hour window.",
|
||||
},
|
||||
id: "faq4", title: "Can I return products if I'm not satisfied?", content: "Customer satisfaction is our priority. You can return most products within 7 days of purchase with a valid receipt. Fresh produce returns are subject to a 24-hour window."},
|
||||
{
|
||||
id: "faq5",
|
||||
title: "Do you have organic products?",
|
||||
content: "Yes, we stock a selection of certified organic fruits, vegetables, and pantry staples. Look for the 'Organic' label in-store or filter online.",
|
||||
},
|
||||
id: "faq5", title: "Do you have organic products?", content: "Yes, we stock a selection of certified organic fruits, vegetables, and pantry staples. Look for the 'Organic' label in-store or filter online."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Find quick answers to common queries about our store, products, and services."
|
||||
@@ -430,18 +259,13 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
text="Get in Touch with Mayank Kirana Store"
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Us Now",
|
||||
href: "tel:+91-9876543210",
|
||||
},
|
||||
text: "Call Us Now", href: "tel:+91-9876543210"},
|
||||
{
|
||||
text: "Locate Us",
|
||||
href: "https://maps.app.goo.gl/example",
|
||||
},
|
||||
text: "Locate Us", href: "https://maps.app.goo.gl/example"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -452,53 +276,33 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Our Values",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Our Values", href: "#about"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Careers", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Products",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Products", href: "#products"},
|
||||
{
|
||||
label: "Daily Deals",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Daily Deals", href: "#products"},
|
||||
{
|
||||
label: "Best Sellers",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Best Sellers", href: "#products"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact Us", href: "#contact"},
|
||||
{
|
||||
label: "FAQs",
|
||||
href: "#faqs",
|
||||
},
|
||||
label: "FAQs", href: "#faqs"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user