Merge version_1 into main #2
230
src/app/page.tsx
230
src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Products",
|
||||
id: "products",
|
||||
},
|
||||
name: "Products", id: "products"},
|
||||
{
|
||||
name: "Location",
|
||||
id: "location",
|
||||
},
|
||||
name: "Location", id: "location"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Cash & Carry"
|
||||
/>
|
||||
@@ -55,42 +47,21 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Best Deals on Fashion in Chennai – For the Whole Family"
|
||||
description="Top-rated clothing store with 890+ happy customers. Visit us today for unbeatable surplus deals and new collections."
|
||||
tag="Neighborhood Favorite"
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:08056191252",
|
||||
},
|
||||
text: "Call Now", href: "tel:08056191252"},
|
||||
{
|
||||
text: "Get Latest Offers",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get Latest Offers", href: "#contact"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-length-portrait-joyful-family_171337-2243.jpg",
|
||||
imageAlt: "Cash & Carry store interior",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-length-portrait-joyful-family_171337-2243.jpg", imageAlt: "Cash & Carry store interior"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/racks-filled-with-basic-shirt_482257-78330.jpg?_wi=1",
|
||||
imageAlt: "Modern clothing store display",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/midsection-trendy-sisters-holding-their-hands_23-2147840667.jpg?_wi=1",
|
||||
imageAlt: "Fashionable summer dress collection",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-girl-wearing-sunglasses_23-2149067157.jpg?_wi=1",
|
||||
imageAlt: "Colorful kids fashion corner",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-shopping-buying-consumer-goods_23-2151669765.jpg?_wi=1",
|
||||
imageAlt: "Men's casual wear selection",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/racks-filled-with-basic-shirt_482257-78330.jpg", imageAlt: "Modern clothing store display"}
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={4.5}
|
||||
@@ -105,59 +76,28 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Suresh Kumar",
|
||||
role: "Customer",
|
||||
company: "Washermanpet",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/racks-filled-with-basic-shirt_482257-78330.jpg?_wi=2",
|
||||
},
|
||||
id: "1", name: "Suresh Kumar", role: "Customer", company: "Washermanpet", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/racks-filled-with-basic-shirt_482257-78330.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Anjali Priya",
|
||||
role: "Customer",
|
||||
company: "Chennai Local",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/midsection-trendy-sisters-holding-their-hands_23-2147840667.jpg?_wi=2",
|
||||
},
|
||||
id: "2", name: "Anjali Priya", role: "Customer", company: "Chennai Local", rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/midsection-trendy-sisters-holding-their-hands_23-2147840667.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Ramesh V",
|
||||
role: "Customer",
|
||||
company: "Singara Garden",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-shopping-buying-consumer-goods_23-2151669765.jpg?_wi=2",
|
||||
},
|
||||
id: "3", name: "Ramesh V", role: "Customer", company: "Singara Garden", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-shopping-buying-consumer-goods_23-2151669765.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Meena Devi",
|
||||
role: "Customer",
|
||||
company: "Washermanpet",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-fashionable-brunette-wearing-trendy-clothing-sunglasses_613910-8833.jpg?_wi=1",
|
||||
},
|
||||
id: "4", name: "Meena Devi", role: "Customer", company: "Washermanpet", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-fashionable-brunette-wearing-trendy-clothing-sunglasses_613910-8833.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Karthik R",
|
||||
role: "Customer",
|
||||
company: "North Chennai",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-dressed-casually-looking-with-doubts-aside-while-standing-near-hangers-with-clothes-thinking-what-dress-business-meeting-with-companions-woman-fashion-having-many-clothes_273609-180.jpg?_wi=1",
|
||||
},
|
||||
id: "5", name: "Karthik R", role: "Customer", company: "North Chennai", rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-dressed-casually-looking-with-doubts-aside-while-standing-near-hangers-with-clothes-thinking-what-dress-business-meeting-with-companions-woman-fashion-having-many-clothes_273609-180.jpg"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "890+",
|
||||
label: "Happy Customers",
|
||||
},
|
||||
value: "890+", label: "Happy Customers"},
|
||||
{
|
||||
value: "4.5",
|
||||
label: "Google Rating",
|
||||
},
|
||||
value: "4.5", label: "Google Rating"},
|
||||
{
|
||||
value: "10+",
|
||||
label: "Years Trusted",
|
||||
},
|
||||
value: "10+", label: "Years Trusted"},
|
||||
]}
|
||||
title="Trusted by 800+ Families"
|
||||
description="Don't just take our word for it—hear from our happy customers across Chennai."
|
||||
@@ -172,41 +112,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Men's Wear",
|
||||
price: "From ₹299",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/racks-filled-with-basic-shirt_482257-78330.jpg?_wi=3",
|
||||
},
|
||||
id: "p1", name: "Men's Wear", price: "From ₹299", imageSrc: "http://img.b2bpic.net/free-photo/racks-filled-with-basic-shirt_482257-78330.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Women's Wear",
|
||||
price: "From ₹399",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/midsection-trendy-sisters-holding-their-hands_23-2147840667.jpg?_wi=3",
|
||||
},
|
||||
id: "p2", name: "Women's Wear", price: "From ₹399", imageSrc: "http://img.b2bpic.net/free-photo/midsection-trendy-sisters-holding-their-hands_23-2147840667.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Kids Wear",
|
||||
price: "From ₹199",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-girl-wearing-sunglasses_23-2149067157.jpg?_wi=2",
|
||||
},
|
||||
id: "p3", name: "Kids Wear", price: "From ₹199", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-girl-wearing-sunglasses_23-2149067157.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Surplus Deals",
|
||||
price: "Up to 70% Off",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-dressed-casually-looking-with-doubts-aside-while-standing-near-hangers-with-clothes-thinking-what-dress-business-meeting-with-companions-woman-fashion-having-many-clothes_273609-180.jpg?_wi=2",
|
||||
},
|
||||
id: "p4", name: "Surplus Deals", price: "Up to 70% Off", imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-dressed-casually-looking-with-doubts-aside-while-standing-near-hangers-with-clothes-thinking-what-dress-business-meeting-with-companions-woman-fashion-having-many-clothes_273609-180.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Formal Collection",
|
||||
price: "From ₹599",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-shopping-buying-consumer-goods_23-2151669765.jpg?_wi=3",
|
||||
},
|
||||
id: "p5", name: "Formal Collection", price: "From ₹599", imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-shopping-buying-consumer-goods_23-2151669765.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Casual Essentials",
|
||||
price: "From ₹250",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-fashionable-brunette-wearing-trendy-clothing-sunglasses_613910-8833.jpg?_wi=2",
|
||||
},
|
||||
id: "p6", name: "Casual Essentials", price: "From ₹250", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-fashionable-brunette-wearing-trendy-clothing-sunglasses_613910-8833.jpg"},
|
||||
]}
|
||||
title="Shop Our Collections"
|
||||
description="Discover affordable fashion for the whole family, from daily wear to exclusive surplus deals."
|
||||
@@ -219,20 +135,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Affordable Prices",
|
||||
description: "High-quality fashion that fits every budget.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-dressed-casually-looking-with-doubts-aside-while-standing-near-hangers-with-clothes-thinking-what-dress-business-meeting-with-companions-woman-fashion-having-many-clothes_273609-180.jpg?_wi=3",
|
||||
},
|
||||
title: "Affordable Prices", description: "High-quality fashion that fits every budget.", imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-dressed-casually-looking-with-doubts-aside-while-standing-near-hangers-with-clothes-thinking-what-dress-business-meeting-with-companions-woman-fashion-having-many-clothes_273609-180.jpg"},
|
||||
{
|
||||
title: "Huge Variety",
|
||||
description: "Thousands of styles for men, women, and children.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/racks-filled-with-basic-shirt_482257-78330.jpg?_wi=4",
|
||||
},
|
||||
title: "Huge Variety", description: "Thousands of styles for men, women, and children.", imageSrc: "http://img.b2bpic.net/free-photo/racks-filled-with-basic-shirt_482257-78330.jpg"},
|
||||
{
|
||||
title: "Friendly Staff",
|
||||
description: "Always ready to help you find your perfect fit.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-shopping-buying-consumer-goods_23-2151669765.jpg?_wi=4",
|
||||
},
|
||||
title: "Friendly Staff", description: "Always ready to help you find your perfect fit.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-shopping-buying-consumer-goods_23-2151669765.jpg"},
|
||||
]}
|
||||
title="Why Cash & Carry?"
|
||||
description="We are your neighborhood's favorite shopping destination for quality clothing at honest prices."
|
||||
@@ -245,19 +152,13 @@ export default function LandingPage() {
|
||||
title="Your Shopping Experience"
|
||||
metrics={[
|
||||
{
|
||||
label: "Time Spent",
|
||||
value: "20min-1.5hr",
|
||||
icon: Clock,
|
||||
label: "Time Spent", value: "20min-1.5hr", icon: Clock,
|
||||
},
|
||||
{
|
||||
label: "Variety",
|
||||
value: "Family Focused",
|
||||
icon: ShoppingBag,
|
||||
label: "Variety", value: "Family Focused", icon: ShoppingBag,
|
||||
},
|
||||
{
|
||||
label: "Location",
|
||||
value: "Washermanpet",
|
||||
icon: MapPin,
|
||||
label: "Location", value: "Washermanpet", icon: MapPin,
|
||||
},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
@@ -271,22 +172,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
title: "Address",
|
||||
value: "Aman Complex, Singara Garden, Chennai",
|
||||
icon: MapPin,
|
||||
id: "m1", title: "Address", value: "Aman Complex, Singara Garden, Chennai", icon: MapPin,
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
title: "Hours",
|
||||
value: "Open till 10 PM",
|
||||
icon: Clock,
|
||||
id: "m2", title: "Hours", value: "Open till 10 PM", icon: Clock,
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
title: "Contact",
|
||||
value: "080561 91252",
|
||||
icon: Phone,
|
||||
id: "m3", title: "Contact", value: "080561 91252", icon: Phone,
|
||||
},
|
||||
]}
|
||||
title="Visit Us Today"
|
||||
@@ -298,14 +190,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
text="Get Today’s Best Deals on WhatsApp. Simple, fast, and exclusive offers for our local community."
|
||||
buttons={[
|
||||
{
|
||||
text: "WhatsApp Us",
|
||||
href: "https://wa.me/918056191252",
|
||||
},
|
||||
text: "WhatsApp Us", href: "https://wa.me/918056191252"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -315,50 +204,31 @@ export default function LandingPage() {
|
||||
logoText="Cash & Carry"
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{
|
||||
label: "Men's Wear",
|
||||
href: "#",
|
||||
},
|
||||
label: "Men's Wear", href: "#"},
|
||||
{
|
||||
label: "Women's Wear",
|
||||
href: "#",
|
||||
},
|
||||
label: "Women's Wear", href: "#"},
|
||||
{
|
||||
label: "Kids Wear",
|
||||
href: "#",
|
||||
},
|
||||
label: "Kids Wear", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Store Info",
|
||||
items: [
|
||||
title: "Store Info", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#",
|
||||
},
|
||||
label: "About Us", href: "#"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#",
|
||||
},
|
||||
label: "Contact", href: "#"},
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "https://instagram.com",
|
||||
},
|
||||
label: "Instagram", href: "https://instagram.com"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
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