Merge version_1 into main #2
188
src/app/page.tsx
188
src/app/page.tsx
@@ -32,34 +32,28 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Collections",
|
||||
id: "products",
|
||||
},
|
||||
name: "Collections", id: "products"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "Location",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Location", id: "contact"},
|
||||
]}
|
||||
brandName="Style Baazaar"
|
||||
button={{
|
||||
text: "Shop Now", href: "#products"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Style Baazaar Koderma"
|
||||
description="Your ultimate destination for trendy fashion and lifestyle essentials. Discover the latest collections curated just for you."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/clothing-store-with-blurred-efecto_23-2148164707.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/clothing-store-with-blurred-efecto_23-2148164707.jpg"
|
||||
imageAlt="Style Baazaar Koderma store interior"
|
||||
/>
|
||||
</div>
|
||||
@@ -71,16 +65,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
negativeCard={{
|
||||
items: [
|
||||
"Limited shelf variety",
|
||||
"Generic fashion choices",
|
||||
],
|
||||
"Limited shelf variety", "Generic fashion choices"],
|
||||
}}
|
||||
positiveCard={{
|
||||
items: [
|
||||
"Trend-setting collections",
|
||||
"Daily new arrivals",
|
||||
"Affordable premium quality",
|
||||
],
|
||||
"Trend-setting collections", "Daily new arrivals", "Affordable premium quality"],
|
||||
}}
|
||||
title="Why Choose Style Baazaar?"
|
||||
description="We bring you the perfect blend of modern trends and traditional elegance, ensuring you always stand out."
|
||||
@@ -95,47 +84,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Premium Denim",
|
||||
price: "₹1,299",
|
||||
variant: "Menswear",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-shop-prepared-live-auction_23-2149947504.jpg?_wi=1",
|
||||
},
|
||||
id: "1", name: "Premium Denim", price: "₹1,299", variant: "Menswear", imageSrc: "http://img.b2bpic.net/free-photo/modern-shop-prepared-live-auction_23-2149947504.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Classic Cotton Shirt",
|
||||
price: "₹899",
|
||||
variant: "Menswear",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bike-shop-with-shop-assistant_23-2148138718.jpg?_wi=1",
|
||||
},
|
||||
id: "2", name: "Classic Cotton Shirt", price: "₹899", variant: "Menswear", imageSrc: "http://img.b2bpic.net/free-photo/bike-shop-with-shop-assistant_23-2148138718.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Casual Sneakers",
|
||||
price: "₹1,599",
|
||||
variant: "Footwear",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-spring-wardrobe-switch_23-2150478995.jpg",
|
||||
},
|
||||
id: "3", name: "Casual Sneakers", price: "₹1,599", variant: "Footwear", imageSrc: "http://img.b2bpic.net/free-photo/still-life-spring-wardrobe-switch_23-2150478995.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Winter Jacket",
|
||||
price: "₹2,499",
|
||||
variant: "Outerwear",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-fur-coat_1303-3568.jpg",
|
||||
},
|
||||
id: "4", name: "Winter Jacket", price: "₹2,499", variant: "Outerwear", imageSrc: "http://img.b2bpic.net/free-photo/woman-fur-coat_1303-3568.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Kids Festive Set",
|
||||
price: "₹799",
|
||||
variant: "Kids Wear",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-shopping-mall_23-2150585906.jpg",
|
||||
},
|
||||
id: "5", name: "Kids Festive Set", price: "₹799", variant: "Kids Wear", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-shopping-mall_23-2150585906.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Accessory Set",
|
||||
price: "₹499",
|
||||
variant: "Accessories",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-girl-grey-dress-shoe-bag-shop_627829-10335.jpg",
|
||||
},
|
||||
id: "6", name: "Accessory Set", price: "₹499", variant: "Accessories", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-girl-grey-dress-shoe-bag-shop_627829-10335.jpg"},
|
||||
]}
|
||||
title="Latest Arrivals"
|
||||
description="Explore our freshly stocked apparel and accessories, carefully selected for style-conscious shoppers."
|
||||
@@ -150,25 +109,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "5k+",
|
||||
title: "Happy Customers",
|
||||
description: "Served with a smile",
|
||||
icon: Users,
|
||||
id: "m1", value: "5k+", title: "Happy Customers", description: "Served with a smile", icon: Users,
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "100+",
|
||||
title: "New Styles",
|
||||
description: "Weekly additions",
|
||||
icon: ShoppingBag,
|
||||
id: "m2", value: "100+", title: "New Styles", description: "Weekly additions", icon: ShoppingBag,
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "24/7",
|
||||
title: "Customer Care",
|
||||
description: "Always here to help",
|
||||
icon: Headphones,
|
||||
id: "m3", value: "24/7", title: "Customer Care", description: "Always here to help", icon: Headphones,
|
||||
},
|
||||
]}
|
||||
title="Our Impact"
|
||||
@@ -182,60 +129,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Rohan Kumar",
|
||||
date: "Oct 2024",
|
||||
title: "Regular Shopper",
|
||||
quote: "Excellent variety and great prices!",
|
||||
tag: "Style",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-happy-woman-with-ecological-vegetables_23-2148493622.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/clothing-store-with-blurred-efecto_23-2148164707.jpg?_wi=2",
|
||||
imageAlt: "happy customer fashion store",
|
||||
},
|
||||
id: "1", name: "Rohan Kumar", date: "Oct 2024", title: "Regular Shopper", quote: "Excellent variety and great prices!", tag: "Style", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-happy-woman-with-ecological-vegetables_23-2148493622.jpg", imageSrc: "http://img.b2bpic.net/free-photo/clothing-store-with-blurred-efecto_23-2148164707.jpg", imageAlt: "happy customer fashion store"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Priya Singh",
|
||||
date: "Sep 2024",
|
||||
title: "Fashion Enthusiast",
|
||||
quote: "My favorite place to shop in Koderma.",
|
||||
tag: "Quality",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/two-beautiful-woman-carrying-shopping-bags_1170-808.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/middle-eastern-client-wheelchair-examining-clothes-racks-retail-store_482257-118334.jpg",
|
||||
imageAlt: "happy customer fashion store",
|
||||
},
|
||||
id: "2", name: "Priya Singh", date: "Sep 2024", title: "Fashion Enthusiast", quote: "My favorite place to shop in Koderma.", tag: "Quality", avatarSrc: "http://img.b2bpic.net/free-photo/two-beautiful-woman-carrying-shopping-bags_1170-808.jpg", imageSrc: "http://img.b2bpic.net/free-photo/middle-eastern-client-wheelchair-examining-clothes-racks-retail-store_482257-118334.jpg", imageAlt: "happy customer fashion store"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Amit Das",
|
||||
date: "Aug 2024",
|
||||
title: "Loyal Customer",
|
||||
quote: "Staff is very helpful and polite.",
|
||||
tag: "Service",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/laughing-woman-showing-dress-her-friend_23-2147688751.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/women-making-preparations-wedding_23-2149184342.jpg",
|
||||
imageAlt: "happy customer fashion store",
|
||||
},
|
||||
id: "3", name: "Amit Das", date: "Aug 2024", title: "Loyal Customer", quote: "Staff is very helpful and polite.", tag: "Service", avatarSrc: "http://img.b2bpic.net/free-photo/laughing-woman-showing-dress-her-friend_23-2147688751.jpg", imageSrc: "http://img.b2bpic.net/free-photo/women-making-preparations-wedding_23-2149184342.jpg", imageAlt: "happy customer fashion store"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Neha Verma",
|
||||
date: "Jul 2024",
|
||||
title: "Frequent Buyer",
|
||||
quote: "Always the latest trends available here.",
|
||||
tag: "Trends",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-woman-happy-after-shopping_23-2148660676.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-shop-prepared-live-auction_23-2149947504.jpg?_wi=2",
|
||||
imageAlt: "happy customer fashion store",
|
||||
},
|
||||
id: "4", name: "Neha Verma", date: "Jul 2024", title: "Frequent Buyer", quote: "Always the latest trends available here.", tag: "Trends", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-woman-happy-after-shopping_23-2148660676.jpg", imageSrc: "http://img.b2bpic.net/free-photo/modern-shop-prepared-live-auction_23-2149947504.jpg", imageAlt: "happy customer fashion store"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Vikram Seth",
|
||||
date: "Jun 2024",
|
||||
title: "Happy Shopper",
|
||||
quote: "A must-visit store for fashion lovers.",
|
||||
tag: "Variety",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/happy-ladies-sitting-together-using-tablet-discussing-clothes-purchases-fashion-store-front-view-consumerism-shopping-concept_74855-11813.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bike-shop-with-shop-assistant_23-2148138718.jpg?_wi=2",
|
||||
imageAlt: "happy customer fashion store",
|
||||
},
|
||||
id: "5", name: "Vikram Seth", date: "Jun 2024", title: "Happy Shopper", quote: "A must-visit store for fashion lovers.", tag: "Variety", avatarSrc: "http://img.b2bpic.net/free-photo/happy-ladies-sitting-together-using-tablet-discussing-clothes-purchases-fashion-store-front-view-consumerism-shopping-concept_74855-11813.jpg", imageSrc: "http://img.b2bpic.net/free-photo/bike-shop-with-shop-assistant_23-2148138718.jpg", imageAlt: "happy customer fashion store"},
|
||||
]}
|
||||
title="Customer Reviews"
|
||||
description="See why our customers love shopping at Style Baazaar."
|
||||
@@ -248,20 +150,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Are your items authentic?",
|
||||
content: "Yes, we guarantee the authenticity of every product sold in our store.",
|
||||
},
|
||||
id: "1", title: "Are your items authentic?", content: "Yes, we guarantee the authenticity of every product sold in our store."},
|
||||
{
|
||||
id: "2",
|
||||
title: "What is your return policy?",
|
||||
content: "You can exchange items within 7 days with the original receipt.",
|
||||
},
|
||||
id: "2", title: "What is your return policy?", content: "You can exchange items within 7 days with the original receipt."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Do you offer home delivery?",
|
||||
content: "Currently, we operate as an in-store experience in Koderma.",
|
||||
},
|
||||
id: "3", title: "Do you offer home delivery?", content: "Currently, we operate as an in-store experience in Koderma."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Answers to common questions about our store and services."
|
||||
@@ -273,8 +166,7 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "rotated-rays-animated",
|
||||
}}
|
||||
variant: "rotated-rays-animated"}}
|
||||
text="Visit us at Style Baazaar Koderma to experience our latest fashion collection firsthand."
|
||||
/>
|
||||
</div>
|
||||
@@ -284,29 +176,19 @@ export default function LandingPage() {
|
||||
logoText="Style Baazaar"
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
title: "Navigation", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#hero",
|
||||
},
|
||||
label: "Home", href: "#hero"},
|
||||
{
|
||||
label: "Products",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Products", href: "#products"},
|
||||
],
|
||||
},
|
||||
{
|
||||
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