Merge version_2 into main #4
100
src/app/page.tsx
100
src/app/page.tsx
@@ -31,18 +31,15 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Collections", id: "products"},
|
||||
{
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "Location", id: "contact"},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Collections", id: "products" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "FAQ", id: "faq" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Style Baazaar"
|
||||
button={{
|
||||
text: "Shop Now", href: "#products"
|
||||
text: "Shop Now", href: "#products"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
@@ -65,11 +62,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."
|
||||
@@ -83,18 +80,12 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
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: "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: "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: "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: "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: "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: "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: "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" },
|
||||
]}
|
||||
title="Latest Arrivals"
|
||||
description="Explore our freshly stocked apparel and accessories, carefully selected for style-conscious shoppers."
|
||||
@@ -108,15 +99,9 @@ export default function LandingPage() {
|
||||
gridVariant="bento-grid"
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
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: "m3", value: "24/7", title: "Customer Care", description: "Always here to help", icon: Headphones,
|
||||
},
|
||||
{ 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: "m3", value: "24/7", title: "Customer Care", description: "Always here to help", icon: Headphones },
|
||||
]}
|
||||
title="Our Impact"
|
||||
description="Delivering quality and style since our inception."
|
||||
@@ -128,16 +113,11 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
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: "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: "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: "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: "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: "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: "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: "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" },
|
||||
]}
|
||||
title="Customer Reviews"
|
||||
description="See why our customers love shopping at Style Baazaar."
|
||||
@@ -149,12 +129,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
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: "3", title: "Do you offer home delivery?", content: "Currently, we operate as an in-store experience in Koderma."},
|
||||
{ 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: "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."
|
||||
@@ -167,7 +144,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "rotated-rays-animated"}}
|
||||
text="Visit us at Style Baazaar Koderma to experience our latest fashion collection firsthand."
|
||||
text="Visit us at Style Baazaar Koderma (Main Road, Koderma, Jharkhand). We are open daily from 10:00 AM to 9:00 PM. Call us at +91-9876543210 for inquiries."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -176,19 +153,22 @@ export default function LandingPage() {
|
||||
logoText="Style Baazaar"
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation", items: [
|
||||
{
|
||||
label: "Home", href: "#hero"},
|
||||
{
|
||||
label: "Products", href: "#products"},
|
||||
title: "Store Info", items: [
|
||||
{ label: "Main Road, Koderma", href: "#contact" },
|
||||
{ label: "10 AM - 9 PM Daily", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service", href: "#"},
|
||||
title: "Useful Links", items: [
|
||||
{ label: "Home", href: "#hero" },
|
||||
{ label: "Products", href: "#products" },
|
||||
{ label: "FAQ", href: "#faq" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -197,4 +177,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user