Merge version_2 into main #2
256
src/app/page.tsx
256
src/app/page.tsx
@@ -2,10 +2,10 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactText from '@/components/sections/contact/ContactText';
|
||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||
import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen';
|
||||
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||
import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo';
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||
@@ -30,25 +30,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "Products",
|
||||
id: "products",
|
||||
},
|
||||
name: "Products", id: "products"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Reviews", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="More Supermarket"
|
||||
/>
|
||||
@@ -60,39 +50,23 @@ export default function LandingPage() {
|
||||
description="Your trusted local supermarket in Madhyamgram. Fresh groceries, daily essentials, and lightning-fast home delivery."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:+918108138000",
|
||||
},
|
||||
text: "Call Now", href: "tel:+918108138000"},
|
||||
{
|
||||
text: "Order Delivery",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Order Delivery", href: "#contact"},
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vegetables-arrangement-market_23-2149050775.jpg?_wi=1",
|
||||
imageAlt: "Fresh market produce",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vegetables-arrangement-market_23-2149050775.jpg?_wi=1", imageAlt: "Fresh market produce"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-shopping-supermarket_53876-13562.jpg",
|
||||
imageAlt: "Store aisles",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-shopping-supermarket_53876-13562.jpg", imageAlt: "Store aisles"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/roots-vegetable-table-sale-grocery-store-market_23-2148209840.jpg",
|
||||
imageAlt: "Friendly store service",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/roots-vegetable-table-sale-grocery-store-market_23-2148209840.jpg", imageAlt: "Friendly store service"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-vegetables-market_23-2149050782.jpg",
|
||||
imageAlt: "Delivery van",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-vegetables-market_23-2149050782.jpg", imageAlt: "Delivery van"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-shopping-mall_1203-7933.jpg",
|
||||
imageAlt: "Supermarket shelf",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-shopping-mall_1203-7933.jpg", imageAlt: "Supermarket shelf"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/client-shopping-local-retailer_23-2149349412.jpg",
|
||||
imageAlt: "Fresh vegetables",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/client-shopping-local-retailer_23-2149349412.jpg", imageAlt: "Fresh vegetables"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -103,26 +77,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
tag: "Convenience",
|
||||
title: "Home Delivery",
|
||||
subtitle: "Get items at your door",
|
||||
description: "Fast and safe delivery of your daily grocery essentials directly to your home.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delivery-man-holding-phone-grocery-bag-hands_23-2148382453.jpg?_wi=1",
|
||||
},
|
||||
tag: "Convenience", title: "Home Delivery", subtitle: "Get items at your door", description: "Fast and safe delivery of your daily grocery essentials directly to your home.", imageSrc: "http://img.b2bpic.net/free-photo/delivery-man-holding-phone-grocery-bag-hands_23-2148382453.jpg?_wi=1"},
|
||||
{
|
||||
tag: "Speed",
|
||||
title: "In-store Pickup",
|
||||
subtitle: "Skip the queues",
|
||||
description: "Order online and pick up your packed items from the store at your convenience.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-supermarket_1339-5842.jpg?_wi=1",
|
||||
},
|
||||
tag: "Speed", title: "In-store Pickup", subtitle: "Skip the queues", description: "Order online and pick up your packed items from the store at your convenience.", imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-supermarket_1339-5842.jpg?_wi=1"},
|
||||
{
|
||||
tag: "Quality",
|
||||
title: "Fresh Produce",
|
||||
subtitle: "Farm-fresh daily",
|
||||
description: "High-quality fruits and vegetables sourced directly from local farmers daily.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-vegetable-wicker-basket-vegetable-market_23-2148209777.jpg?_wi=1",
|
||||
},
|
||||
tag: "Quality", title: "Fresh Produce", subtitle: "Farm-fresh daily", description: "High-quality fruits and vegetables sourced directly from local farmers daily.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-vegetable-wicker-basket-vegetable-market_23-2148209777.jpg?_wi=1"},
|
||||
]}
|
||||
title="Our Services"
|
||||
description="We provide premium shopping experiences tailored to your convenience."
|
||||
@@ -137,59 +96,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
brand: "Fresh",
|
||||
name: "Organic Vegetables",
|
||||
price: "₹40",
|
||||
rating: 5,
|
||||
reviewCount: "120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-basket-full-vegetables-as-scallion-pepper-cucumber-others-right-side-black-surface_141793-1547.jpg?_wi=1",
|
||||
},
|
||||
id: "p1", brand: "Fresh", name: "Organic Vegetables", price: "₹40", rating: 5,
|
||||
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/top-view-basket-full-vegetables-as-scallion-pepper-cucumber-others-right-side-black-surface_141793-1547.jpg?_wi=1"},
|
||||
{
|
||||
id: "p2",
|
||||
brand: "Fresh",
|
||||
name: "Seasonal Fruits",
|
||||
price: "₹60",
|
||||
rating: 4,
|
||||
reviewCount: "85",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/various-strawberries-with-display-price-from-local-farmer-market_23-2147920842.jpg",
|
||||
},
|
||||
id: "p2", brand: "Fresh", name: "Seasonal Fruits", price: "₹60", rating: 4,
|
||||
reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/various-strawberries-with-display-price-from-local-farmer-market_23-2147920842.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
brand: "Packaged",
|
||||
name: "Snacks & Food",
|
||||
price: "₹20",
|
||||
rating: 4,
|
||||
reviewCount: "200",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-holding-tomato_23-2149081068.jpg",
|
||||
},
|
||||
id: "p3", brand: "Packaged", name: "Snacks & Food", price: "₹20", rating: 4,
|
||||
reviewCount: "200", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-holding-tomato_23-2149081068.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
brand: "Home",
|
||||
name: "Household Basics",
|
||||
price: "₹150",
|
||||
rating: 5,
|
||||
reviewCount: "95",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/food-donations-collected-charity_23-2149230525.jpg",
|
||||
},
|
||||
id: "p4", brand: "Home", name: "Household Basics", price: "₹150", rating: 5,
|
||||
reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/food-donations-collected-charity_23-2149230525.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
brand: "Personal",
|
||||
name: "Personal Care",
|
||||
price: "₹90",
|
||||
rating: 5,
|
||||
reviewCount: "110",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/office-walking-sale-motion-life_1253-313.jpg",
|
||||
},
|
||||
id: "p5", brand: "Personal", name: "Personal Care", price: "₹90", rating: 5,
|
||||
reviewCount: "110", imageSrc: "http://img.b2bpic.net/free-photo/office-walking-sale-motion-life_1253-313.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
brand: "Dairy",
|
||||
name: "Fresh Dairy",
|
||||
price: "₹30",
|
||||
rating: 4,
|
||||
reviewCount: "150",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-dairy-products_114579-84810.jpg",
|
||||
},
|
||||
id: "p6", brand: "Dairy", name: "Fresh Dairy", price: "₹30", rating: 4,
|
||||
reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/fresh-dairy-products_114579-84810.jpg"},
|
||||
]}
|
||||
title="Product Categories"
|
||||
description="Everything you need under one roof."
|
||||
@@ -202,60 +125,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah Johnson",
|
||||
date: "Oct 2023",
|
||||
title: "Regular Shopper",
|
||||
quote: "Great service and nice behaviour of staff.",
|
||||
tag: "Verified",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/woman-with-two-raised-fingers_1187-1103.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vegetables-arrangement-market_23-2149050775.jpg?_wi=2",
|
||||
imageAlt: "happy customer portrait",
|
||||
},
|
||||
id: "t1", name: "Sarah Johnson", date: "Oct 2023", title: "Regular Shopper", quote: "Great service and nice behaviour of staff.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/woman-with-two-raised-fingers_1187-1103.jpg", imageSrc: "http://img.b2bpic.net/free-photo/vegetables-arrangement-market_23-2149050775.jpg?_wi=2", imageAlt: "happy customer portrait"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Michael Chen",
|
||||
date: "Sep 2023",
|
||||
title: "Customer",
|
||||
quote: "All grocery items available in one place.",
|
||||
tag: "Verified",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/full-length-portrait-happy-family_171337-2225.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-vegetable-wicker-basket-vegetable-market_23-2148209777.jpg?_wi=2",
|
||||
imageAlt: "happy customer portrait",
|
||||
},
|
||||
id: "t2", name: "Michael Chen", date: "Sep 2023", title: "Customer", quote: "All grocery items available in one place.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/full-length-portrait-happy-family_171337-2225.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-vegetable-wicker-basket-vegetable-market_23-2148209777.jpg?_wi=2", imageAlt: "happy customer portrait"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Emily Rodriguez",
|
||||
date: "Aug 2023",
|
||||
title: "Delivery User",
|
||||
quote: "Home delivery services is very good and quick.",
|
||||
tag: "Verified",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/young-woman-point-finger-you_93675-135553.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-supermarket_1339-5842.jpg?_wi=2",
|
||||
imageAlt: "happy customer portrait",
|
||||
},
|
||||
id: "t3", name: "Emily Rodriguez", date: "Aug 2023", title: "Delivery User", quote: "Home delivery services is very good and quick.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/young-woman-point-finger-you_93675-135553.jpg", imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-supermarket_1339-5842.jpg?_wi=2", imageAlt: "happy customer portrait"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "David Kim",
|
||||
date: "Jul 2023",
|
||||
title: "Local Resident",
|
||||
quote: "Friendly staff, excellent quality products.",
|
||||
tag: "Verified",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/front-view-portrait-beautiful-young-woman-giving-thumbs-up-standing-isolated-rosy_176532-7958.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delivery-man-holding-phone-grocery-bag-hands_23-2148382453.jpg?_wi=2",
|
||||
imageAlt: "happy customer portrait",
|
||||
},
|
||||
id: "t4", name: "David Kim", date: "Jul 2023", title: "Local Resident", quote: "Friendly staff, excellent quality products.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/front-view-portrait-beautiful-young-woman-giving-thumbs-up-standing-isolated-rosy_176532-7958.jpg", imageSrc: "http://img.b2bpic.net/free-photo/delivery-man-holding-phone-grocery-bag-hands_23-2148382453.jpg?_wi=2", imageAlt: "happy customer portrait"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Alice Wong",
|
||||
date: "Jun 2023",
|
||||
title: "Frequent Buyer",
|
||||
quote: "Always fresh, always reliable. My go-to store.",
|
||||
tag: "Verified",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/organic-vegetables-close-up-beautiful-young-woman-shopping-supermarket-buying-fresh-organic-vegetables_169016-2200.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-basket-full-vegetables-as-scallion-pepper-cucumber-others-right-side-black-surface_141793-1547.jpg?_wi=2",
|
||||
imageAlt: "happy customer portrait",
|
||||
},
|
||||
id: "t5", name: "Alice Wong", date: "Jun 2023", title: "Frequent Buyer", quote: "Always fresh, always reliable. My go-to store.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/organic-vegetables-close-up-beautiful-young-woman-shopping-supermarket-buying-fresh-organic-vegetables_169016-2200.jpg", imageSrc: "http://img.b2bpic.net/free-photo/top-view-basket-full-vegetables-as-scallion-pepper-cucumber-others-right-side-black-surface_141793-1547.jpg?_wi=2", imageAlt: "happy customer portrait"},
|
||||
]}
|
||||
title="Customer Reviews"
|
||||
description="Trusted by the Madhyamgram community."
|
||||
@@ -268,20 +146,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Location",
|
||||
content: "Beside Bank, Madhyamgram, Kolkata.",
|
||||
},
|
||||
id: "f1", title: "Location", content: "Beside Bank, Madhyamgram, Kolkata."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Timings",
|
||||
content: "Open daily till 10:30 PM.",
|
||||
},
|
||||
id: "f2", title: "Timings", content: "Open daily till 10:30 PM."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Contact",
|
||||
content: "Call us at 8108138000 for any assistance.",
|
||||
},
|
||||
id: "f3", title: "Contact", content: "Call us at 8108138000 for any assistance."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/front-view-woman-shopping-with-face-mask_23-2149729510.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -292,39 +161,34 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
text="Need home delivery or want to inquire about a product? We are just a click away."
|
||||
buttons={[
|
||||
{
|
||||
text: "WhatsApp Us",
|
||||
href: "https://wa.me/918108138000",
|
||||
},
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:+918108138000",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
<ContactCTA
|
||||
tag="Get in touch"
|
||||
title="How can we help?"
|
||||
description="Need home delivery or want to inquire about a product? We are just a click away."
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
buttons={[
|
||||
{
|
||||
text: "WhatsApp Us", href: "https://wa.me/918108138000"},
|
||||
{
|
||||
text: "Call Now", href: "tel:+918108138000"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
<FooterLogoEmphasis
|
||||
logoText="More Supermarket"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
rightLink={{
|
||||
text: "Terms of Service",
|
||||
href: "#",
|
||||
}}
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user