Merge version_1 into main #3
234
src/app/page.tsx
234
src/app/page.tsx
@@ -16,11 +16,11 @@ import { Instagram, Facebook, Twitter, Linkedin, Heart } from "lucide-react";
|
||||
|
||||
export default function HomePage() {
|
||||
const navItems = [
|
||||
{ name: "Shop", id: "products" },
|
||||
{ name: "Customize", id: "customize" },
|
||||
{ name: "Our Story", id: "about" },
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Shop", id: "/shop" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
{ name: "Contact", id: "cta" },
|
||||
];
|
||||
|
||||
return (
|
||||
@@ -30,7 +30,7 @@ export default function HomePage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="medium"
|
||||
sizing="mediumSizeLargeTitles"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="soft-shadow"
|
||||
primaryButtonStyle="double-inset"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -48,25 +48,19 @@ export default function HomePage() {
|
||||
<HeroCentered
|
||||
title="Nepali Craftsmanship, Globally Inspired"
|
||||
description="Premium handwoven clothing customized for you. Authentic designs, fast shipping, trusted by thousands worldwide."
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg",
|
||||
alt: "Satisfied customer",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", alt: "Satisfied customer"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/handsome-man-outdoors-portrait_158595-3565.jpg",
|
||||
alt: "Happy client",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/handsome-man-outdoors-portrait_158595-3565.jpg", alt: "Happy client"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-goodlooking-tender-friendly-pretty-middleaged-30s-woman-extend-arm-hold-camera-hand-smiling-broadly-taking-selfie-photographing-record-videomessage-calling-husband_176420-51274.jpg",
|
||||
alt: "Brand supporter",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-goodlooking-tender-friendly-pretty-middleaged-30s-woman-extend-arm-hold-camera-hand-smiling-broadly-taking-selfie-photographing-record-videomessage-calling-husband_176420-51274.jpg", alt: "Brand supporter"},
|
||||
]}
|
||||
avatarText="Trusted by 5,000+ customers worldwide"
|
||||
buttons={[
|
||||
{ text: "Shop Now", href: "/shop" },
|
||||
{ text: "Customize Your Style", href: "#customize" },
|
||||
{ text: "Customize Your Style", href: "customize" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
@@ -77,15 +71,8 @@ export default function HomePage() {
|
||||
title="Verified 5-Star Reviews"
|
||||
description="Join thousands of customers who've discovered authentic Nepali craftsmanship"
|
||||
tag="Social Proof"
|
||||
names={[
|
||||
"★★★★★ Exceptional Quality",
|
||||
"★★★★★ Authentic & Unique",
|
||||
"★★★★★ Fast Shipping",
|
||||
"★★★★★ Customer Focused",
|
||||
"★★★★★ Timeless Design",
|
||||
"★★★★★ Ethical Production",
|
||||
"★★★★★ Worth Every Dollar",
|
||||
]}
|
||||
names=[
|
||||
"★★★★★ Exceptional Quality", "★★★★★ Authentic & Unique", "★★★★★ Fast Shipping", "★★★★★ Customer Focused", "★★★★★ Timeless Design", "★★★★★ Ethical Production", "★★★★★ Worth Every Dollar"]
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
showCard={true}
|
||||
@@ -101,33 +88,17 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Emerald Silk Kurta",
|
||||
price: "$189",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fashion-stylish-beautiful-young-brunette-woman-model-summer-hipster-colorful-casual-clothes-posing-street_158538-12179.jpg?_wi=1",
|
||||
imageAlt: "Deep emerald handwoven silk kurta",
|
||||
},
|
||||
id: "1", name: "Emerald Silk Kurta", price: "$189", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/fashion-stylish-beautiful-young-brunette-woman-model-summer-hipster-colorful-casual-clothes-posing-street_158538-12179.jpg", imageAlt: "Deep emerald handwoven silk kurta"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Golden Dhaka Saree",
|
||||
price: "$245",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tartan-pattern-textile-smooth-purple-fabric_23-2147921837.jpg?_wi=1",
|
||||
imageAlt: "Traditional Dhaka saree with gold accents",
|
||||
},
|
||||
id: "2", name: "Golden Dhaka Saree", price: "$245", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/tartan-pattern-textile-smooth-purple-fabric_23-2147921837.jpg", imageAlt: "Traditional Dhaka saree with gold accents"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Crimson Heritage Shawl",
|
||||
price: "$155",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/groom-green-shirt-touches-his-red-sherwani_8353-775.jpg?_wi=1",
|
||||
imageAlt: "Hand-woven crimson heritage pashmina shawl",
|
||||
},
|
||||
id: "3", name: "Crimson Heritage Shawl", price: "$155", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/groom-green-shirt-touches-his-red-sherwani_8353-775.jpg", imageAlt: "Hand-woven crimson heritage pashmina shawl"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Midnight Blue Pancha",
|
||||
price: "$125",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chinese-tea-ceremony-cup-tea-tea-desk-chaban_8353-6725.jpg?_wi=1",
|
||||
imageAlt: "Intricately woven midnight blue traditional pancha",
|
||||
},
|
||||
id: "4", name: "Midnight Blue Pancha", price: "$125", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/chinese-tea-ceremony-cup-tea-tea-desk-chaban_8353-6725.jpg", imageAlt: "Intricately woven midnight blue traditional pancha"},
|
||||
]}
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
animationType="slide-up"
|
||||
@@ -139,41 +110,29 @@ export default function HomePage() {
|
||||
|
||||
<div id="customize" data-section="customize">
|
||||
<FeatureCardTwentySeven
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Choose Your Pattern",
|
||||
description: "Select from our collection of traditional Nepali weaving patterns. Each pattern tells a story of cultural heritage and artisanal expertise.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/heap-autumn-winter-knitted-clothes_23-2147952667.jpg?_wi=1",
|
||||
imageAlt: "Traditional weaving patterns",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Select Colors",
|
||||
description: "Pick from our palette of natural dyes and premium colors. Watch your design come to life with real-time color preview technology.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-colorful-tie-dye-textile_23-2148778152.jpg?_wi=1",
|
||||
imageAlt: "Colorful dye palette",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Pick Fabric Type",
|
||||
description: "Choose between silk, cotton, wool, or our signature blend. Each fabric offers unique texture and durability for your custom piece.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-yarn-crochet_23-2148614702.jpg?_wi=1",
|
||||
imageAlt: "Fabric texture samples",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "Preview & Order",
|
||||
description: "See your custom design before committing. Our team will handcraft your unique piece with meticulous attention to detail.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-working-with-tablet_23-2149930989.jpg?_wi=1",
|
||||
imageAlt: "Design preview on tablet",
|
||||
},
|
||||
]}
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
animationType="slide-up"
|
||||
title="Customize Your Style"
|
||||
description="Create your perfect piece with our interactive customization tool featuring real-time preview"
|
||||
tag="Interactive Tool"
|
||||
features={[
|
||||
{
|
||||
id: "1", title: "Choose Your Pattern", description:
|
||||
"Select from our collection of traditional Nepali weaving patterns. Each pattern tells a story of cultural heritage and artisanal expertise.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/heap-autumn-winter-knitted-clothes_23-2147952667.jpg", imageAlt: "traditional Nepali weaving patterns textile"},
|
||||
{
|
||||
id: "2", title: "Select Colors", description:
|
||||
"Pick from our palette of natural dyes and premium colors. Watch your design come to life with real-time color preview technology.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/top-view-colorful-tie-dye-textile_23-2148778152.jpg", imageAlt: "natural dye colors fabric palette"},
|
||||
{
|
||||
id: "3", title: "Pick Fabric Type", description:
|
||||
"Choose between silk, cotton, wool, or our signature blend. Each fabric offers unique texture and durability for your custom piece.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/flat-lay-yarn-crochet_23-2148614702.jpg", imageAlt: "silk cotton wool fabric texture samples"},
|
||||
{
|
||||
id: "4", title: "Preview & Order", description:
|
||||
"See your custom design before committing. Our team will handcraft your unique piece with meticulous attention to detail.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/high-angle-man-working-with-tablet_23-2149930989.jpg", imageAlt: "design preview customization tool interface"},
|
||||
]}
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
@@ -186,7 +145,8 @@ export default function HomePage() {
|
||||
description="Founded by a collective of master artisans"
|
||||
subdescription="Supporting 200+ skilled weavers across Nepal"
|
||||
icon={Heart}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/embedded-pigeon-figure-with-patterns_114579-12160.jpg?_wi=1"
|
||||
imageSrc=
|
||||
"http://img.b2bpic.net/free-photo/embedded-pigeon-figure-with-patterns_114579-12160.jpg"
|
||||
imageAlt="Nepali artisans weaving traditional patterns"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -199,29 +159,14 @@ export default function HomePage() {
|
||||
description="Our commitment to quality, community, and sustainability"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "200+",
|
||||
title: "Master Artisans",
|
||||
description: "Skilled weavers supported with fair wages",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pottery-craftsperson-studio-creating-ceramics_23-2150164883.jpg?_wi=1",
|
||||
imageAlt: "Skilled craftspeople working",
|
||||
},
|
||||
id: "1", value: "200+", title: "Master Artisans", description: "Skilled weavers supported with fair wages", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/pottery-craftsperson-studio-creating-ceramics_23-2150164883.jpg", imageAlt: "skilled craftspeople hands working detail"},
|
||||
{
|
||||
id: "2",
|
||||
value: "15,000+",
|
||||
title: "Pieces Crafted",
|
||||
description: "Hand-woven garments delivered worldwide",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-modern-female-grey-coat_613910-7068.jpg?_wi=1",
|
||||
imageAlt: "Collection of garments",
|
||||
},
|
||||
id: "2", value: "15,000+", title: "Pieces Crafted", description: "Hand-woven garments delivered worldwide", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/portrait-modern-female-grey-coat_613910-7068.jpg", imageAlt: "collection handwoven garments display"},
|
||||
{
|
||||
id: "3",
|
||||
value: "50+",
|
||||
title: "Countries Shipped",
|
||||
description: "Fast, secure delivery to global customers",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/global-services-background_1300-208.jpg?_wi=1",
|
||||
imageAlt: "Global shipping network",
|
||||
},
|
||||
id: "3", value: "50+", title: "Countries Shipped", description: "Fast, secure delivery to global customers", imageSrc:
|
||||
"http://img.b2bpic.net/free-vector/global-services-background_1300-208.jpg", imageAlt: "global shipping logistics worldwide delivery"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -235,53 +180,29 @@ export default function HomePage() {
|
||||
description="Real stories from people who celebrate Nepali heritage"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Priya Sharma",
|
||||
handle: "@priya_connects",
|
||||
testimonial: "Finally found authentic Nepali craftsmanship online! The quality exceeded my expectations and the customization options let me create something truly unique.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-smiling-close-up_23-2148336913.jpg",
|
||||
imageAlt: "Priya Sharma",
|
||||
},
|
||||
id: "1", name: "Priya Sharma", handle: "@priya_connects", testimonial:
|
||||
"Finally found authentic Nepali craftsmanship online! The quality exceeded my expectations and the customization options let me create something truly unique.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/business-woman-smiling-close-up_23-2148336913.jpg", imageAlt: "diverse woman happy smiling portrait"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Chen",
|
||||
handle: "Conscious Consumer",
|
||||
testimonial: "Supporting ethical production while owning one-of-a-kind pieces. This is what sustainable fashion should look like. Highly recommend!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-coffee-cup-work-medium-shot_23-2149308464.jpg",
|
||||
imageAlt: "Michael Chen",
|
||||
},
|
||||
id: "2", name: "Michael Chen", handle: "Conscious Consumer", testimonial:
|
||||
"Supporting ethical production while owning one-of-a-kind pieces. This is what sustainable fashion should look like. Highly recommend!", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/woman-holding-coffee-cup-work-medium-shot_23-2149308464.jpg", imageAlt: "young man professional portrait confident"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Deepak Koirala",
|
||||
handle: "@diaspora_proud",
|
||||
testimonial: "As someone from the Nepali diaspora, wearing Nepalique reconnects me to my heritage. The attention to detail is extraordinary.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-working-dried-flowers-shop_23-2151362084.jpg",
|
||||
imageAlt: "Deepak Koirala",
|
||||
},
|
||||
id: "3", name: "Deepak Koirala", handle: "@diaspora_proud", testimonial:
|
||||
"As someone from the Nepali diaspora, wearing Nepalique reconnects me to my heritage. The attention to detail is extraordinary.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/portrait-man-working-dried-flowers-shop_23-2151362084.jpg", imageAlt: "man wearing traditional ethnic clothing portrait"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Sophie Laurent",
|
||||
handle: "@fashion_enthusiast",
|
||||
testimonial: "The fabrics, the craftsmanship, the stories behind each piece—Nepalique isn't just clothing, it's wearable art. Worth every penny.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/outdoor-close-up-portrait-pretty-blonde-woman-making-selfie-spring-summer-time-travel-europe-femenine-blouse-trendy-make-up_291049-2951.jpg",
|
||||
imageAlt: "Sophie Laurent",
|
||||
},
|
||||
id: "4", name: "Sophie Laurent", handle: "@fashion_enthusiast", testimonial:
|
||||
"The fabrics, the craftsmanship, the stories behind each piece—Nepalique isn't just clothing, it's wearable art. Worth every penny.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/outdoor-close-up-portrait-pretty-blonde-woman-making-selfie-spring-summer-time-travel-europe-femenine-blouse-trendy-make-up_291049-2951.jpg", imageAlt: "woman fashion enthusiast happy portrait"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Arun Tamang",
|
||||
handle: "Nepal Travel Blog",
|
||||
testimonial: "I gift Nepalique pieces to everyone. It's the perfect way to share Nepali culture with friends around the world.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-hipster-man-wild-nature-winter-vacation-hiking_285396-2030.jpg",
|
||||
imageAlt: "Arun Tamang",
|
||||
},
|
||||
id: "5", name: "Arun Tamang", handle: "Nepal Travel Blog", testimonial:
|
||||
"I gift Nepalique pieces to everyone. It's the perfect way to share Nepali culture with friends around the world.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-hipster-man-wild-nature-winter-vacation-hiking_285396-2030.jpg", imageAlt: "man travel blog Nepal culture"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Emma Rodriguez",
|
||||
handle: "@luxury_lifestyle",
|
||||
testimonial: "Impeccable quality, stunning designs, and a brand with a genuine mission. This is luxury shopping done right.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-girl-with-open-hand-palm-blurred-background_1187-359.jpg",
|
||||
imageAlt: "Emma Rodriguez",
|
||||
},
|
||||
id: "6", name: "Emma Rodriguez", handle: "@luxury_lifestyle", testimonial:
|
||||
"Impeccable quality, stunning designs, and a brand with a genuine mission. This is luxury shopping done right.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/happy-girl-with-open-hand-palm-blurred-background_1187-359.jpg", imageAlt: "woman luxury lifestyle elegant portrait"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -290,15 +211,16 @@ export default function HomePage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<div id="cta" data-section="cta">
|
||||
<ContactSplit
|
||||
tag="Newsletter"
|
||||
title="Stay Connected to Nepali Heritage"
|
||||
description="Subscribe for exclusive drops, customization tips, and stories from our artisan community. Join a global movement celebrating authentic craftsmanship."
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-woman-doing-artwork_23-2148966933.jpg?_wi=1"
|
||||
imageAlt="Nepali artisans at their looms"
|
||||
imageSrc=
|
||||
"http://img.b2bpic.net/free-photo/medium-shot-woman-doing-artwork_23-2148966933.jpg"
|
||||
imageAlt="Nepali artisans weaving community workshop"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
inputPlaceholder="Enter your email"
|
||||
@@ -312,10 +234,18 @@ export default function HomePage() {
|
||||
logoText="Nepalique"
|
||||
copyrightText="© 2025 Nepalique Clothing. Handwoven with love in Nepal. All rights reserved."
|
||||
socialLinks={[
|
||||
{ icon: Instagram, href: "https://instagram.com/nepalique", ariaLabel: "Instagram" },
|
||||
{ icon: Facebook, href: "https://facebook.com/nepalique", ariaLabel: "Facebook" },
|
||||
{ icon: Twitter, href: "https://twitter.com/nepalique", ariaLabel: "Twitter" },
|
||||
{ icon: Linkedin, href: "https://linkedin.com/company/nepalique", ariaLabel: "LinkedIn" },
|
||||
{
|
||||
icon: Instagram,
|
||||
href: "https://instagram.com/nepalique", ariaLabel: "Instagram"},
|
||||
{
|
||||
icon: Facebook,
|
||||
href: "https://facebook.com/nepalique", ariaLabel: "Facebook"},
|
||||
{
|
||||
icon: Twitter,
|
||||
href: "https://twitter.com/nepalique", ariaLabel: "Twitter"},
|
||||
{
|
||||
icon: Linkedin,
|
||||
href: "https://linkedin.com/company/nepalique", ariaLabel: "LinkedIn"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -11,10 +11,10 @@ import { Instagram, Facebook, Twitter, Linkedin } from "lucide-react";
|
||||
|
||||
export default function ShopPage() {
|
||||
const navItems = [
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Shop", id: "products" },
|
||||
{ name: "Customize", id: "customize" },
|
||||
{ name: "Our Story", id: "about" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "About", id: "/" },
|
||||
{ name: "Testimonials", id: "/" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
];
|
||||
|
||||
@@ -25,7 +25,7 @@ export default function ShopPage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="medium"
|
||||
sizing="mediumSizeLargeTitles"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="soft-shadow"
|
||||
primaryButtonStyle="double-inset"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -47,17 +47,23 @@ export default function ShopPage() {
|
||||
tagAnimation="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Emerald Silk Kurta", price: "$189", imageSrc: "http://img.b2bpic.net/free-photo/fashion-stylish-beautiful-young-brunette-woman-model-summer-hipster-colorful-casual-clothes-posing-street_158538-12179.jpg", imageAlt: "Deep emerald handwoven silk kurta"},
|
||||
id: "1", name: "Emerald Silk Kurta", price: "$189", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/fashion-stylish-beautiful-young-brunette-woman-model-summer-hipster-colorful-casual-clothes-posing-street_158538-12179.jpg", imageAlt: "Deep emerald handwoven silk kurta"},
|
||||
{
|
||||
id: "2", name: "Golden Dhaka Saree", price: "$245", imageSrc: "http://img.b2bpic.net/free-photo/tartan-pattern-textile-smooth-purple-fabric_23-2147921837.jpg", imageAlt: "Traditional Dhaka saree with gold accents"},
|
||||
id: "2", name: "Golden Dhaka Saree", price: "$245", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/tartan-pattern-textile-smooth-purple-fabric_23-2147921837.jpg", imageAlt: "Traditional Dhaka saree with gold accents"},
|
||||
{
|
||||
id: "3", name: "Crimson Heritage Shawl", price: "$155", imageSrc: "http://img.b2bpic.net/free-photo/groom-green-shirt-touches-his-red-sherwani_8353-775.jpg", imageAlt: "Hand-woven crimson heritage pashmina shawl"},
|
||||
id: "3", name: "Crimson Heritage Shawl", price: "$155", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/groom-green-shirt-touches-his-red-sherwani_8353-775.jpg", imageAlt: "Hand-woven crimson heritage pashmina shawl"},
|
||||
{
|
||||
id: "4", name: "Midnight Blue Pancha", price: "$125", imageSrc: "http://img.b2bpic.net/free-photo/chinese-tea-ceremony-cup-tea-tea-desk-chaban_8353-6725.jpg", imageAlt: "Intricately woven midnight blue traditional pancha"},
|
||||
id: "4", name: "Midnight Blue Pancha", price: "$125", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/chinese-tea-ceremony-cup-tea-tea-desk-chaban_8353-6725.jpg", imageAlt: "Intricately woven midnight blue traditional pancha"},
|
||||
{
|
||||
id: "5", name: "Saffron Silk Dupatta", price: "$135", imageSrc: "http://img.b2bpic.net/free-photo/fashion-stylish-beautiful-young-brunette-woman-model-summer-hipster-colorful-casual-clothes-posing-street_158538-12179.jpg", imageAlt: "Traditional saffron silk dupatta scarf"},
|
||||
id: "5", name: "Saffron Silk Dupatta", price: "$135", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/fashion-stylish-beautiful-young-brunette-woman-model-summer-hipster-colorful-casual-clothes-posing-street_158538-12179.jpg", imageAlt: "Traditional saffron silk dupatta scarf"},
|
||||
{
|
||||
id: "6", name: "Ivory Ceremonial Shawl", price: "$275", imageSrc: "http://img.b2bpic.net/free-photo/tartan-pattern-textile-smooth-purple-fabric_23-2147921837.jpg", imageAlt: "Ivory ceremonial handwoven shawl"},
|
||||
id: "6", name: "Ivory Ceremonial Shawl", price: "$275", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/tartan-pattern-textile-smooth-purple-fabric_23-2147921837.jpg", imageAlt: "Ivory ceremonial handwoven shawl"},
|
||||
]}
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
animationType="slide-up"
|
||||
@@ -87,7 +93,8 @@ export default function ShopPage() {
|
||||
description="Get 15% off your first order when you subscribe to our newsletter. Plus, receive styling tips, new collection alerts, and stories from our artisan community."
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-woman-doing-artwork_23-2148966933.jpg"
|
||||
imageSrc=
|
||||
"http://img.b2bpic.net/free-photo/medium-shot-woman-doing-artwork_23-2148966933.jpg"
|
||||
imageAlt="Nepali artisans crafting handwoven pieces"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
@@ -102,10 +109,18 @@ export default function ShopPage() {
|
||||
logoText="Nepalique"
|
||||
copyrightText="© 2025 Nepalique Clothing. Handwoven with love in Nepal. All rights reserved."
|
||||
socialLinks={[
|
||||
{ icon: Instagram, href: "https://instagram.com/nepalique", ariaLabel: "Instagram" },
|
||||
{ icon: Facebook, href: "https://facebook.com/nepalique", ariaLabel: "Facebook" },
|
||||
{ icon: Twitter, href: "https://twitter.com/nepalique", ariaLabel: "Twitter" },
|
||||
{ icon: Linkedin, href: "https://linkedin.com/company/nepalique", ariaLabel: "LinkedIn" },
|
||||
{
|
||||
icon: Instagram,
|
||||
href: "https://instagram.com/nepalique", ariaLabel: "Instagram"},
|
||||
{
|
||||
icon: Facebook,
|
||||
href: "https://facebook.com/nepalique", ariaLabel: "Facebook"},
|
||||
{
|
||||
icon: Twitter,
|
||||
href: "https://twitter.com/nepalique", ariaLabel: "Twitter"},
|
||||
{
|
||||
icon: Linkedin,
|
||||
href: "https://linkedin.com/company/nepalique", ariaLabel: "LinkedIn"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user