Merge version_3 into main #2

Merged
bender merged 5 commits from version_3 into main 2026-03-08 02:59:15 +00:00
5 changed files with 87 additions and 334 deletions

View File

@@ -11,7 +11,7 @@ import FooterBase from "@/components/sections/footer/FooterBase";
export default function AboutPage() {
const navItems = [
{ name: "Home", id: "/" },
{ name: "Shop", id: "/gallery" },
{ name: "Shop", id: "/shop" },
{ name: "About", id: "/about" },
{ name: "Gallery", id: "/gallery" },
{ name: "Contact", id: "/contact" },
@@ -19,17 +19,15 @@ export default function AboutPage() {
const footerColumns = [
{
title: "Shop",
items: [
{ label: "All Collections", href: "/" },
{ label: "Sarees", href: "/" },
{ label: "Kurtas", href: "/" },
{ label: "Lehengas", href: "/" },
title: "Shop", items: [
{ label: "All Collections", href: "/shop" },
{ label: "Sarees", href: "/shop" },
{ label: "Kurtas", href: "/shop" },
{ label: "Lehengas", href: "/shop" },
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Gallery", href: "/gallery" },
{ label: "Contact", href: "/contact" },
@@ -37,8 +35,7 @@ export default function AboutPage() {
],
},
{
title: "Connect",
items: [
title: "Connect", items: [
{ label: "Instagram", href: "https://instagram.com" },
{ label: "Facebook", href: "https://facebook.com" },
{ label: "WhatsApp", href: "https://wa.me/919876543210" },
@@ -62,13 +59,7 @@ export default function AboutPage() {
>
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={[
{ name: "Home", id: "/" },
{ name: "Shop", id: "/gallery" },
{ name: "About", id: "/about" },
{ name: "Gallery", id: "/gallery" },
{ name: "Contact", id: "/contact" },
]}
navItems={navItems}
brandName="Saun Concepts"
bottomLeftText="Whitefield, Bengaluru"
bottomRightText="+91 9876543210"
@@ -79,9 +70,7 @@ export default function AboutPage() {
<TextSplitAbout
title="Our Story"
description={[
"Saun Concepts is a premier ethnic wear boutique located in Whitefield, Bengaluru, dedicated to celebrating the timeless beauty of traditional Indian fashion. With over a decade of expertise, we handpick and curate the finest sarees, kurtas, lehengas, and festive wear from master artisans across India.",
"Our mission is to make authentic, high-quality ethnic wear accessible while maintaining our commitment to premium craftsmanship. Every piece in our collection tells a story of cultural heritage, traditional techniques, and modern elegance. We believe in empowering women to express their identity through fashion that honors tradition and celebrates individuality.",
]}
"Saun Concepts is a premier ethnic wear boutique located in Whitefield, Bengaluru, dedicated to celebrating the timeless beauty of traditional Indian fashion. With over a decade of expertise, we handpick and curate the finest sarees, kurtas, lehengas, and festive wear from master artisans across India.", "Our mission is to make authentic, high-quality ethnic wear accessible while maintaining our commitment to premium craftsmanship. Every piece in our collection tells a story of cultural heritage, traditional techniques, and modern elegance. We believe in empowering women to express their identity through fashion that honors tradition and celebrates individuality."]}
buttons={[{ text: "Visit Our Store", href: "/contact" }]}
useInvertedBackground={false}
showBorder={true}
@@ -93,28 +82,16 @@ export default function AboutPage() {
features={[
{
id: 1,
title: "Store Location",
description:
"Visit us at our premium boutique in Whitefield, Bengaluru. Conveniently located for easy access and personalized shopping experience.",
imageSrc: "http://img.b2bpic.net/free-photo/bearded-young-man-counter-looking-clothes-hanging-rail_23-2148175708.jpg?_wi=2",
imageAlt: "boutique storefront interior modern luxury",
},
title: "Store Location", description:
"Visit us at our premium boutique in Whitefield, Bengaluru. Conveniently located for easy access and personalized shopping experience.", imageSrc: "http://img.b2bpic.net/free-photo/bearded-young-man-counter-looking-clothes-hanging-rail_23-2148175708.jpg?_wi=2", imageAlt: "boutique storefront interior modern luxury"},
{
id: 2,
title: "Store Hours",
description:
"Open daily from 10:00 AM to 8:00 PM. Come experience our collection and get personalized styling consultation from our experts.",
imageSrc: "http://img.b2bpic.net/free-photo/worker-closing-down-clothing-shop_482257-96718.jpg?_wi=2",
imageAlt: "store opening hours clock time 10am",
},
title: "Store Hours", description:
"Open daily from 10:00 AM to 8:00 PM. Come experience our collection and get personalized styling consultation from our experts.", imageSrc: "http://img.b2bpic.net/free-photo/worker-closing-down-clothing-shop_482257-96718.jpg?_wi=2", imageAlt: "store opening hours clock time 10am"},
{
id: 3,
title: "Contact & Support",
description:
"Reach us via phone or WhatsApp for inquiries, custom orders, and styling advice. We're here to help you find the perfect ethnic wear.",
imageSrc: "http://img.b2bpic.net/free-vector/isometric-view-mobile-phone-with-instagram-post_23-2147828641.jpg?_wi=2",
imageAlt: "contact us phone whatsapp customer service",
},
title: "Contact & Support", description:
"Reach us via phone or WhatsApp for inquiries, custom orders, and styling advice. We're here to help you find the perfect ethnic wear.", imageSrc: "http://img.b2bpic.net/free-vector/isometric-view-mobile-phone-with-instagram-post_23-2147828641.jpg?_wi=2", imageAlt: "contact us phone whatsapp customer service"},
]}
title="Visit Our Store"
description="Experience luxury ethnic wear in person at our Whitefield boutique. Explore collections, get expert styling advice, and discover pieces that celebrate your individuality."
@@ -151,4 +128,4 @@ export default function AboutPage() {
</div>
</ThemeProvider>
);
}
}

View File

@@ -18,8 +18,7 @@ export default function ContactPage() {
const footerColumns = [
{
title: "Shop",
items: [
title: "Shop", items: [
{ label: "All Collections", href: "/shop" },
{ label: "Sarees", href: "/shop" },
{ label: "Kurtas", href: "/shop" },
@@ -27,8 +26,7 @@ export default function ContactPage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Gallery", href: "/gallery" },
{ label: "Contact", href: "/contact" },
@@ -36,8 +34,7 @@ export default function ContactPage() {
],
},
{
title: "Connect",
items: [
title: "Connect", items: [
{ label: "Instagram", href: "https://instagram.com" },
{ label: "Facebook", href: "https://facebook.com" },
{ label: "WhatsApp", href: "https://wa.me/919876543210" },
@@ -89,25 +86,13 @@ export default function ContactPage() {
features={[
{
id: 1,
title: "Store Location",
description: "Visit us at our premium boutique in Whitefield, Bengaluru. Conveniently located for easy access and personalized shopping experience.",
imageSrc: "http://img.b2bpic.net/free-photo/bearded-young-man-counter-looking-clothes-hanging-rail_23-2148175708.jpg?_wi=3",
imageAlt: "boutique storefront interior modern luxury",
},
title: "Store Location", description: "Visit us at our premium boutique in Whitefield, Bengaluru. Conveniently located for easy access and personalized shopping experience.", imageSrc: "http://img.b2bpic.net/free-photo/bearded-young-man-counter-looking-clothes-hanging-rail_23-2148175708.jpg?_wi=3", imageAlt: "boutique storefront interior modern luxury"},
{
id: 2,
title: "Store Hours",
description: "Open daily from 10:00 AM to 8:00 PM. Come experience our collection and get personalized styling consultation from our experts.",
imageSrc: "http://img.b2bpic.net/free-photo/worker-closing-down-clothing-shop_482257-96718.jpg?_wi=3",
imageAlt: "store opening hours clock time 10am",
},
title: "Store Hours", description: "Open daily from 10:00 AM to 8:00 PM. Come experience our collection and get personalized styling consultation from our experts.", imageSrc: "http://img.b2bpic.net/free-photo/worker-closing-down-clothing-shop_482257-96718.jpg?_wi=3", imageAlt: "store opening hours clock time 10am"},
{
id: 3,
title: "Contact & Support",
description: "Reach us via phone or WhatsApp for inquiries, custom orders, and styling advice. We're here to help you find the perfect ethnic wear.",
imageSrc: "http://img.b2bpic.net/free-vector/isometric-view-mobile-phone-with-instagram-post_23-2147828641.jpg?_wi=3",
imageAlt: "contact us phone whatsapp customer service",
},
title: "Contact & Support", description: "Reach us via phone or WhatsApp for inquiries, custom orders, and styling advice. We're here to help you find the perfect ethnic wear.", imageSrc: "http://img.b2bpic.net/free-vector/isometric-view-mobile-phone-with-instagram-post_23-2147828641.jpg?_wi=3", imageAlt: "contact us phone whatsapp customer service"},
]}
title="Visit Our Store"
description="Experience luxury ethnic wear in person at our Whitefield boutique. Explore collections, get expert styling advice, and discover pieces that celebrate your individuality."
@@ -127,4 +112,4 @@ export default function ContactPage() {
</div>
</ThemeProvider>
);
}
}

View File

@@ -11,7 +11,7 @@ import FooterBase from "@/components/sections/footer/FooterBase";
export default function GalleryPage() {
const navItems = [
{ name: "Home", id: "/" },
{ name: "Shop", id: "/gallery" },
{ name: "Shop", id: "/shop" },
{ name: "About", id: "/about" },
{ name: "Gallery", id: "/gallery" },
{ name: "Contact", id: "/contact" },
@@ -19,17 +19,15 @@ export default function GalleryPage() {
const footerColumns = [
{
title: "Shop",
items: [
{ label: "All Collections", href: "/" },
{ label: "Sarees", href: "/" },
{ label: "Kurtas", href: "/" },
{ label: "Lehengas", href: "/" },
title: "Shop", items: [
{ label: "All Collections", href: "/shop" },
{ label: "Sarees", href: "/shop" },
{ label: "Kurtas", href: "/shop" },
{ label: "Lehengas", href: "/shop" },
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Gallery", href: "/gallery" },
{ label: "Contact", href: "/contact" },
@@ -37,8 +35,7 @@ export default function GalleryPage() {
],
},
{
title: "Connect",
items: [
title: "Connect", items: [
{ label: "Instagram", href: "https://instagram.com" },
{ label: "Facebook", href: "https://facebook.com" },
{ label: "WhatsApp", href: "https://wa.me/919876543210" },
@@ -62,13 +59,7 @@ export default function GalleryPage() {
>
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={[
{ name: "Home", id: "/" },
{ name: "Shop", id: "/gallery" },
{ name: "About", id: "/about" },
{ name: "Gallery", id: "/gallery" },
{ name: "Contact", id: "/contact" },
]}
navItems={navItems}
brandName="Saun Concepts"
bottomLeftText="Whitefield, Bengaluru"
bottomRightText="+91 9876543210"
@@ -79,41 +70,17 @@ export default function GalleryPage() {
<BlogCardTwo
blogs={[
{
id: "lookbook-1",
category: ["Sarees", "Photography"],
title: "Timeless Silk Sarees Collection",
excerpt:
"Discover our exquisite collection of hand-woven silk sarees featuring traditional patterns and contemporary elegance.",
imageSrc: "http://img.b2bpic.net/free-photo/carpets-market-morocco_23-2148129784.jpg?_wi=2",
imageAlt: "saree collection display traditional patterns",
authorName: "Saun Concepts",
authorAvatar: "http://img.b2bpic.net/free-vector/flat-fashion-accessories-logo-set_23-2148922521.jpg",
date: "Curated Collection",
},
id: "lookbook-1", category: ["Sarees", "Photography"],
title: "Timeless Silk Sarees Collection", excerpt:
"Discover our exquisite collection of hand-woven silk sarees featuring traditional patterns and contemporary elegance.", imageSrc: "http://img.b2bpic.net/free-photo/carpets-market-morocco_23-2148129784.jpg?_wi=2", imageAlt: "saree collection display traditional patterns", authorName: "Saun Concepts", authorAvatar: "http://img.b2bpic.net/free-vector/flat-fashion-accessories-logo-set_23-2148922521.jpg", date: "Curated Collection"},
{
id: "lookbook-2",
category: ["Kurtas", "Fashion"],
title: "Modern Kurtas with Traditional Art",
excerpt:
"Contemporary silhouettes combined with traditional embroidery techniques showcase timeless style.",
imageSrc: "http://img.b2bpic.net/free-photo/two-indian-stylish-mans-friends-traditional-clothes-posed-outdoor-talk-laugh_627829-12656.jpg?_wi=2",
imageAlt: "kurta collection modern traditional design",
authorName: "Saun Concepts",
authorAvatar: "http://img.b2bpic.net/free-vector/flat-fashion-accessories-logo-set_23-2148922521.jpg",
date: "New Arrivals",
},
id: "lookbook-2", category: ["Kurtas", "Fashion"],
title: "Modern Kurtas with Traditional Art", excerpt:
"Contemporary silhouettes combined with traditional embroidery techniques showcase timeless style.", imageSrc: "http://img.b2bpic.net/free-photo/two-indian-stylish-mans-friends-traditional-clothes-posed-outdoor-talk-laugh_627829-12656.jpg?_wi=2", imageAlt: "kurta collection modern traditional design", authorName: "Saun Concepts", authorAvatar: "http://img.b2bpic.net/free-vector/flat-fashion-accessories-logo-set_23-2148922521.jpg", date: "New Arrivals"},
{
id: "lookbook-3",
category: ["Lehengas", "Festive"],
title: "Festive Lehengas for Every Celebration",
excerpt:
"Stunning lehenga sets perfect for weddings, celebrations, and special occasions with intricate embellishments.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-wearing-tradition-sari-garment_52683-90230.jpg?_wi=2",
imageAlt: "lehenga collection festive celebration wear",
authorName: "Saun Concepts",
authorAvatar: "http://img.b2bpic.net/free-vector/flat-fashion-accessories-logo-set_23-2148922521.jpg",
date: "Collection Highlight",
},
id: "lookbook-3", category: ["Lehengas", "Festive"],
title: "Festive Lehengas for Every Celebration", excerpt:
"Stunning lehenga sets perfect for weddings, celebrations, and special occasions with intricate embellishments.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-wearing-tradition-sari-garment_52683-90230.jpg?_wi=2", imageAlt: "lehenga collection festive celebration wear", authorName: "Saun Concepts", authorAvatar: "http://img.b2bpic.net/free-vector/flat-fashion-accessories-logo-set_23-2148922521.jpg", date: "Collection Highlight"},
]}
title="Gallery & Lookbook"
description="Explore our collection through stunning photography showcasing the beauty, craftsmanship, and elegance of our ethnic wear."
@@ -130,31 +97,13 @@ export default function GalleryPage() {
<ProductCardFour
products={[
{
id: "bestseller-1",
name: "Classic Silk Saree",
price: "₹6,500",
variant: "Traditional Weave",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-wearing-tradition-sari-garment_52683-90223.jpg?_wi=2",
imageAlt: "classic silk saree traditional weave fold",
isFavorited: false,
id: "bestseller-1", name: "Classic Silk Saree", price: "₹6,500", variant: "Traditional Weave", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-wearing-tradition-sari-garment_52683-90223.jpg?_wi=2", imageAlt: "classic silk saree traditional weave fold", isFavorited: false,
},
{
id: "bestseller-2",
name: "Palazzo Kurta Suit",
price: "₹4,800",
variant: "Comfort Fit",
imageSrc: "http://img.b2bpic.net/free-photo/man-floral-dress-sitting-chair-with-different-flowers-floor_23-2148121845.jpg?_wi=2",
imageAlt: "palazzo kurta suit comfort fit traditional",
isFavorited: false,
id: "bestseller-2", name: "Palazzo Kurta Suit", price: "₹4,800", variant: "Comfort Fit", imageSrc: "http://img.b2bpic.net/free-photo/man-floral-dress-sitting-chair-with-different-flowers-floor_23-2148121845.jpg?_wi=2", imageAlt: "palazzo kurta suit comfort fit traditional", isFavorited: false,
},
{
id: "bestseller-3",
name: "Bridal Lehenga",
price: "₹15,000",
variant: "Premium Embroidery",
imageSrc: "http://img.b2bpic.net/free-photo/young-indian-woman-wearing-sari_23-2149400877.jpg?_wi=2",
imageAlt: "bridal lehenga intricate embroidery gold stone",
isFavorited: false,
id: "bestseller-3", name: "Bridal Lehenga", price: "₹15,000", variant: "Premium Embroidery", imageSrc: "http://img.b2bpic.net/free-photo/young-indian-woman-wearing-sari_23-2149400877.jpg?_wi=2", imageAlt: "bridal lehenga intricate embroidery gold stone", isFavorited: false,
},
]}
title="Best Sellers"
@@ -172,29 +121,13 @@ export default function GalleryPage() {
<TestimonialCardTwelve
testimonials={[
{
id: "1",
name: "Priya Sharma",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiley-woman-looking-camera_23-2148286030.jpg?_wi=3",
imageAlt: "indian woman portrait professional photo",
},
id: "1", name: "Priya Sharma", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiley-woman-looking-camera_23-2148286030.jpg?_wi=3", imageAlt: "indian woman portrait professional photo"},
{
id: "2",
name: "Anjali Verma",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-beautiful-smiling-brunette-model-dressed-summer-hipster-clothes-trendy-girl-posing-street-background-funny-positive-woman-having-fun_158538-16144.jpg?_wi=3",
imageAlt: "indian woman face portrait photograph",
},
id: "2", name: "Anjali Verma", imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-beautiful-smiling-brunette-model-dressed-summer-hipster-clothes-trendy-girl-posing-street-background-funny-positive-woman-having-fun_158538-16144.jpg?_wi=3", imageAlt: "indian woman face portrait photograph"},
{
id: "3",
name: "Divya Patel",
imageSrc: "http://img.b2bpic.net/free-photo/little-girl-standing-with-crossed-arms-sticking-out-tongue-t-shirt_176474-53440.jpg?_wi=3",
imageAlt: "young indian woman portrait photography",
},
id: "3", name: "Divya Patel", imageSrc: "http://img.b2bpic.net/free-photo/little-girl-standing-with-crossed-arms-sticking-out-tongue-t-shirt_176474-53440.jpg?_wi=3", imageAlt: "young indian woman portrait photography"},
{
id: "4",
name: "Neha Gupta",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-pretty-young-woman-with-long-hair-standing-against-isolated-background_662251-535.jpg?_wi=3",
imageAlt: "indian woman professional portrait photo",
},
id: "4", name: "Neha Gupta", imageSrc: "http://img.b2bpic.net/free-photo/closeup-pretty-young-woman-with-long-hair-standing-against-isolated-background_662251-535.jpg?_wi=3", imageAlt: "indian woman professional portrait photo"},
]}
cardTitle="Trusted by thousands of satisfied customers with a 4.9★ rating"
cardTag="Customer Testimonials"
@@ -212,4 +145,4 @@ export default function GalleryPage() {
</div>
</ThemeProvider>
);
}
}

View File

@@ -22,8 +22,7 @@ export default function HomePage() {
const footerColumns = [
{
title: "Shop",
items: [
title: "Shop", items: [
{ label: "All Collections", href: "/shop" },
{ label: "Sarees", href: "/shop" },
{ label: "Kurtas", href: "/shop" },
@@ -31,8 +30,7 @@ export default function HomePage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Gallery", href: "/gallery" },
{ label: "Contact", href: "/contact" },
@@ -40,8 +38,7 @@ export default function HomePage() {
],
},
{
title: "Connect",
items: [
title: "Connect", items: [
{ label: "Instagram", href: "https://instagram.com" },
{ label: "Facebook", href: "https://facebook.com" },
{ label: "WhatsApp", href: "https://wa.me/919876543210" },
@@ -99,40 +96,16 @@ export default function HomePage() {
tagAnimation="slide-up"
products={[
{
id: "saree-1",
name: "Silk Saree with Gold Borders",
price: "₹8,500",
variant: "Multiple Colors Available",
imageSrc: "http://img.b2bpic.net/free-vector/golden-pattern-background_1268-1137.jpg?_wi=1",
imageAlt: "Silk saree with gold embroidery",
isFavorited: false,
id: "saree-1", name: "Silk Saree with Gold Borders", price: "₹8,500", variant: "Multiple Colors Available", imageSrc: "http://img.b2bpic.net/free-vector/golden-pattern-background_1268-1137.jpg?_wi=1", imageAlt: "Silk saree with gold embroidery", isFavorited: false,
},
{
id: "kurta-1",
name: "Designer Kurta with Embroidery",
price: "₹3,200",
variant: "S • M • L • XL",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-dancer-looking-away_23-2148235431.jpg?_wi=1",
imageAlt: "Designer embroidered kurta",
isFavorited: false,
id: "kurta-1", name: "Designer Kurta with Embroidery", price: "₹3,200", variant: "S • M • L • XL", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-dancer-looking-away_23-2148235431.jpg?_wi=1", imageAlt: "Designer embroidered kurta", isFavorited: false,
},
{
id: "lehenga-1",
name: "Festive Lehenga Set",
price: "₹12,000",
variant: "Maroon • Gold Accents",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-wearing-sari_23-2149503034.jpg?_wi=1",
imageAlt: "Festive lehenga with gold embellishments",
isFavorited: false,
id: "lehenga-1", name: "Festive Lehenga Set", price: "₹12,000", variant: "Maroon • Gold Accents", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-wearing-sari_23-2149503034.jpg?_wi=1", imageAlt: "Festive lehenga with gold embellishments", isFavorited: false,
},
{
id: "saree-2",
name: "Cotton Saree with Traditional Prints",
price: "₹4,500",
variant: "Cream • Maroon • Navy",
imageSrc: "http://img.b2bpic.net/free-vector/red-orange-fabric-texture_23-2147558599.jpg?_wi=1",
imageAlt: "Traditional printed cotton saree",
isFavorited: false,
id: "saree-2", name: "Cotton Saree with Traditional Prints", price: "₹4,500", variant: "Cream • Maroon • Navy", imageSrc: "http://img.b2bpic.net/free-vector/red-orange-fabric-texture_23-2147558599.jpg?_wi=1", imageAlt: "Traditional printed cotton saree", isFavorited: false,
},
]}
textboxLayout="default"
@@ -150,29 +123,13 @@ export default function HomePage() {
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Priya Sharma",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiley-woman-looking-camera_23-2148286030.jpg?_wi=1",
imageAlt: "Priya Sharma",
},
id: "1", name: "Priya Sharma", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiley-woman-looking-camera_23-2148286030.jpg?_wi=1", imageAlt: "Priya Sharma"},
{
id: "2",
name: "Anjali Verma",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-beautiful-smiling-brunette-model-dressed-summer-hipster-clothes-trendy-girl-posing-street-background-funny-positive-woman-having-fun_158538-16144.jpg?_wi=1",
imageAlt: "Anjali Verma",
},
id: "2", name: "Anjali Verma", imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-beautiful-smiling-brunette-model-dressed-summer-hipster-clothes-trendy-girl-posing-street-background-funny-positive-woman-having-fun_158538-16144.jpg?_wi=1", imageAlt: "Anjali Verma"},
{
id: "3",
name: "Divya Patel",
imageSrc: "http://img.b2bpic.net/free-photo/little-girl-standing-with-crossed-arms-sticking-out-tongue-t-shirt_176474-53440.jpg?_wi=1",
imageAlt: "Divya Patel",
},
id: "3", name: "Divya Patel", imageSrc: "http://img.b2bpic.net/free-photo/little-girl-standing-with-crossed-arms-sticking-out-tongue-t-shirt_176474-53440.jpg?_wi=1", imageAlt: "Divya Patel"},
{
id: "4",
name: "Neha Gupta",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-pretty-young-woman-with-long-hair-standing-against-isolated-background_662251-535.jpg?_wi=1",
imageAlt: "Neha Gupta",
},
id: "4", name: "Neha Gupta", imageSrc: "http://img.b2bpic.net/free-photo/closeup-pretty-young-woman-with-long-hair-standing-against-isolated-background_662251-535.jpg?_wi=1", imageAlt: "Neha Gupta"},
]}
/>
</div>
@@ -181,9 +138,7 @@ export default function HomePage() {
<TextSplitAbout
title="Our Story"
description={[
"Saun Concepts is a premier ethnic wear boutique located in Whitefield, Bengaluru, dedicated to celebrating the timeless beauty of traditional Indian fashion. With over a decade of expertise, we handpick and curate the finest sarees, kurtas, lehengas, and festive wear from master artisans across India.",
"Our mission is to make authentic, high-quality ethnic wear accessible while maintaining our commitment to premium craftsmanship. Every piece in our collection tells a story of cultural heritage, traditional techniques, and modern elegance. We believe in empowering women to express their identity through fashion that honors tradition and celebrates individuality.",
]}
"Saun Concepts is a premier ethnic wear boutique located in Whitefield, Bengaluru, dedicated to celebrating the timeless beauty of traditional Indian fashion. With over a decade of expertise, we handpick and curate the finest sarees, kurtas, lehengas, and festive wear from master artisans across India.", "Our mission is to make authentic, high-quality ethnic wear accessible while maintaining our commitment to premium craftsmanship. Every piece in our collection tells a story of cultural heritage, traditional techniques, and modern elegance. We believe in empowering women to express their identity through fashion that honors tradition and celebrates individuality."]}
buttons={[{ text: "Visit Our Store", href: "/contact" }]}
useInvertedBackground={false}
showBorder={true}
@@ -198,31 +153,13 @@ export default function HomePage() {
tagAnimation="slide-up"
products={[
{
id: "bestseller-1",
name: "Classic Silk Saree",
price: "₹6,500",
variant: "Traditional Weave",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-wearing-tradition-sari-garment_52683-90223.jpg?_wi=1",
imageAlt: "Classic silk saree",
isFavorited: false,
id: "bestseller-1", name: "Classic Silk Saree", price: "₹6,500", variant: "Traditional Weave", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-wearing-tradition-sari-garment_52683-90223.jpg?_wi=1", imageAlt: "Classic silk saree", isFavorited: false,
},
{
id: "bestseller-2",
name: "Palazzo Kurta Suit",
price: "₹4,800",
variant: "Comfort Fit",
imageSrc: "http://img.b2bpic.net/free-photo/man-floral-dress-sitting-chair-with-different-flowers-floor_23-2148121845.jpg?_wi=1",
imageAlt: "Palazzo style kurta",
isFavorited: false,
id: "bestseller-2", name: "Palazzo Kurta Suit", price: "₹4,800", variant: "Comfort Fit", imageSrc: "http://img.b2bpic.net/free-photo/man-floral-dress-sitting-chair-with-different-flowers-floor_23-2148121845.jpg?_wi=1", imageAlt: "Palazzo style kurta", isFavorited: false,
},
{
id: "bestseller-3",
name: "Bridal Lehenga",
price: "₹15,000",
variant: "Premium Embroidery",
imageSrc: "http://img.b2bpic.net/free-photo/young-indian-woman-wearing-sari_23-2149400877.jpg?_wi=1",
imageAlt: "Bridal lehenga with intricate embroidery",
isFavorited: false,
id: "bestseller-3", name: "Bridal Lehenga", price: "₹15,000", variant: "Premium Embroidery", imageSrc: "http://img.b2bpic.net/free-photo/young-indian-woman-wearing-sari_23-2149400877.jpg?_wi=1", imageAlt: "Bridal lehenga with intricate embroidery", isFavorited: false,
},
]}
textboxLayout="default"
@@ -240,38 +177,14 @@ export default function HomePage() {
tagAnimation="slide-up"
blogs={[
{
id: "lookbook-1",
category: ["Sarees", "Photography"],
title: "Timeless Silk Sarees Collection",
excerpt: "Discover our exquisite collection of hand-woven silk sarees featuring traditional patterns and contemporary elegance.",
imageSrc: "http://img.b2bpic.net/free-photo/carpets-market-morocco_23-2148129784.jpg?_wi=1",
imageAlt: "Saree collection display",
authorName: "Saun Concepts",
authorAvatar: "http://img.b2bpic.net/free-vector/flat-fashion-accessories-logo-set_23-2148922521.jpg",
date: "Curated Collection",
},
id: "lookbook-1", category: ["Sarees", "Photography"],
title: "Timeless Silk Sarees Collection", excerpt: "Discover our exquisite collection of hand-woven silk sarees featuring traditional patterns and contemporary elegance.", imageSrc: "http://img.b2bpic.net/free-photo/carpets-market-morocco_23-2148129784.jpg?_wi=1", imageAlt: "Saree collection display", authorName: "Saun Concepts", authorAvatar: "http://img.b2bpic.net/free-vector/flat-fashion-accessories-logo-set_23-2148922521.jpg", date: "Curated Collection"},
{
id: "lookbook-2",
category: ["Kurtas", "Fashion"],
title: "Modern Kurtas with Traditional Art",
excerpt: "Contemporary silhouettes combined with traditional embroidery techniques showcase timeless style.",
imageSrc: "http://img.b2bpic.net/free-photo/two-indian-stylish-mans-friends-traditional-clothes-posed-outdoor-talk-laugh_627829-12656.jpg?_wi=1",
imageAlt: "Kurta collection",
authorName: "Saun Concepts",
authorAvatar: "http://img.b2bpic.net/free-vector/flat-fashion-accessories-logo-set_23-2148922521.jpg",
date: "New Arrivals",
},
id: "lookbook-2", category: ["Kurtas", "Fashion"],
title: "Modern Kurtas with Traditional Art", excerpt: "Contemporary silhouettes combined with traditional embroidery techniques showcase timeless style.", imageSrc: "http://img.b2bpic.net/free-photo/two-indian-stylish-mans-friends-traditional-clothes-posed-outdoor-talk-laugh_627829-12656.jpg?_wi=1", imageAlt: "Kurta collection", authorName: "Saun Concepts", authorAvatar: "http://img.b2bpic.net/free-vector/flat-fashion-accessories-logo-set_23-2148922521.jpg", date: "New Arrivals"},
{
id: "lookbook-3",
category: ["Lehengas", "Festive"],
title: "Festive Lehengas for Every Celebration",
excerpt: "Stunning lehenga sets perfect for weddings, celebrations, and special occasions with intricate embellishments.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-wearing-tradition-sari-garment_52683-90230.jpg?_wi=1",
imageAlt: "Lehenga collection",
authorName: "Saun Concepts",
authorAvatar: "http://img.b2bpic.net/free-vector/flat-fashion-accessories-logo-set_23-2148922521.jpg",
date: "Collection Highlight",
},
id: "lookbook-3", category: ["Lehengas", "Festive"],
title: "Festive Lehengas for Every Celebration", excerpt: "Stunning lehenga sets perfect for weddings, celebrations, and special occasions with intricate embellishments.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-wearing-tradition-sari-garment_52683-90230.jpg?_wi=1", imageAlt: "Lehenga collection", authorName: "Saun Concepts", authorAvatar: "http://img.b2bpic.net/free-vector/flat-fashion-accessories-logo-set_23-2148922521.jpg", date: "Collection Highlight"},
]}
textboxLayout="default"
animationType="slide-up"
@@ -306,4 +219,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}

View File

@@ -19,8 +19,7 @@ export default function ShopPage() {
const footerColumns = [
{
title: "Shop",
items: [
title: "Shop", items: [
{ label: "All Collections", href: "/shop" },
{ label: "Sarees", href: "/shop" },
{ label: "Kurtas", href: "/shop" },
@@ -28,8 +27,7 @@ export default function ShopPage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Gallery", href: "/gallery" },
{ label: "Contact", href: "/contact" },
@@ -37,8 +35,7 @@ export default function ShopPage() {
],
},
{
title: "Connect",
items: [
title: "Connect", items: [
{ label: "Instagram", href: "https://instagram.com" },
{ label: "Facebook", href: "https://facebook.com" },
{ label: "WhatsApp", href: "https://wa.me/919876543210" },
@@ -77,40 +74,16 @@ export default function ShopPage() {
tagAnimation="slide-up"
products={[
{
id: "saree-1",
name: "Silk Saree with Gold Borders",
price: "₹8,500",
variant: "Multiple Colors Available",
imageSrc: "http://img.b2bpic.net/free-vector/golden-pattern-background_1268-1137.jpg?_wi=2",
imageAlt: "Silk saree with gold embroidery",
isFavorited: false,
id: "saree-1", name: "Silk Saree with Gold Borders", price: "₹8,500", variant: "Multiple Colors Available", imageSrc: "http://img.b2bpic.net/free-vector/golden-pattern-background_1268-1137.jpg?_wi=2", imageAlt: "Silk saree with gold embroidery", isFavorited: false,
},
{
id: "kurta-1",
name: "Designer Kurta with Embroidery",
price: "₹3,200",
variant: "S • M • L • XL",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-dancer-looking-away_23-2148235431.jpg?_wi=2",
imageAlt: "Designer embroidered kurta",
isFavorited: false,
id: "kurta-1", name: "Designer Kurta with Embroidery", price: "₹3,200", variant: "S • M • L • XL", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-dancer-looking-away_23-2148235431.jpg?_wi=2", imageAlt: "Designer embroidered kurta", isFavorited: false,
},
{
id: "lehenga-1",
name: "Festive Lehenga Set",
price: "₹12,000",
variant: "Maroon • Gold Accents",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-wearing-sari_23-2149503034.jpg?_wi=2",
imageAlt: "Festive lehenga with gold embellishments",
isFavorited: false,
id: "lehenga-1", name: "Festive Lehenga Set", price: "₹12,000", variant: "Maroon • Gold Accents", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-wearing-sari_23-2149503034.jpg?_wi=2", imageAlt: "Festive lehenga with gold embellishments", isFavorited: false,
},
{
id: "saree-2",
name: "Cotton Saree with Traditional Prints",
price: "₹4,500",
variant: "Cream • Maroon • Navy",
imageSrc: "http://img.b2bpic.net/free-vector/red-orange-fabric-texture_23-2147558599.jpg?_wi=2",
imageAlt: "Traditional printed cotton saree",
isFavorited: false,
id: "saree-2", name: "Cotton Saree with Traditional Prints", price: "₹4,500", variant: "Cream • Maroon • Navy", imageSrc: "http://img.b2bpic.net/free-vector/red-orange-fabric-texture_23-2147558599.jpg?_wi=2", imageAlt: "Traditional printed cotton saree", isFavorited: false,
},
]}
textboxLayout="default"
@@ -129,25 +102,13 @@ export default function ShopPage() {
features={[
{
id: 1,
title: "Store Location",
description: "Visit us at our premium boutique in Whitefield, Bengaluru. Conveniently located for easy access and personalized shopping experience.",
imageSrc: "http://img.b2bpic.net/free-photo/bearded-young-man-counter-looking-clothes-hanging-rail_23-2148175708.jpg?_wi=1",
imageAlt: "Store location",
},
title: "Store Location", description: "Visit us at our premium boutique in Whitefield, Bengaluru. Conveniently located for easy access and personalized shopping experience.", imageSrc: "http://img.b2bpic.net/free-photo/bearded-young-man-counter-looking-clothes-hanging-rail_23-2148175708.jpg?_wi=1", imageAlt: "Store location"},
{
id: 2,
title: "Store Hours",
description: "Open daily from 10:00 AM to 8:00 PM. Come experience our collection and get personalized styling consultation from our experts.",
imageSrc: "http://img.b2bpic.net/free-photo/worker-closing-down-clothing-shop_482257-96718.jpg?_wi=1",
imageAlt: "Store hours",
},
title: "Store Hours", description: "Open daily from 10:00 AM to 8:00 PM. Come experience our collection and get personalized styling consultation from our experts.", imageSrc: "http://img.b2bpic.net/free-photo/worker-closing-down-clothing-shop_482257-96718.jpg?_wi=1", imageAlt: "Store hours"},
{
id: 3,
title: "Contact & Support",
description: "Reach us via phone or WhatsApp for inquiries, custom orders, and styling advice. We're here to help you find the perfect ethnic wear.",
imageSrc: "http://img.b2bpic.net/free-vector/isometric-view-mobile-phone-with-instagram-post_23-2147828641.jpg?_wi=1",
imageAlt: "Contact support",
},
title: "Contact & Support", description: "Reach us via phone or WhatsApp for inquiries, custom orders, and styling advice. We're here to help you find the perfect ethnic wear.", imageSrc: "http://img.b2bpic.net/free-vector/isometric-view-mobile-phone-with-instagram-post_23-2147828641.jpg?_wi=1", imageAlt: "Contact support"},
]}
textboxLayout="default"
useInvertedBackground={false}
@@ -162,29 +123,13 @@ export default function ShopPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Priya Sharma",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiley-woman-looking-camera_23-2148286030.jpg?_wi=2",
imageAlt: "Priya Sharma",
},
id: "1", name: "Priya Sharma", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiley-woman-looking-camera_23-2148286030.jpg?_wi=2", imageAlt: "Priya Sharma"},
{
id: "2",
name: "Anjali Verma",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-beautiful-smiling-brunette-model-dressed-summer-hipster-clothes-trendy-girl-posing-street-background-funny-positive-woman-having-fun_158538-16144.jpg?_wi=2",
imageAlt: "Anjali Verma",
},
id: "2", name: "Anjali Verma", imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-beautiful-smiling-brunette-model-dressed-summer-hipster-clothes-trendy-girl-posing-street-background-funny-positive-woman-having-fun_158538-16144.jpg?_wi=2", imageAlt: "Anjali Verma"},
{
id: "3",
name: "Divya Patel",
imageSrc: "http://img.b2bpic.net/free-photo/little-girl-standing-with-crossed-arms-sticking-out-tongue-t-shirt_176474-53440.jpg?_wi=2",
imageAlt: "Divya Patel",
},
id: "3", name: "Divya Patel", imageSrc: "http://img.b2bpic.net/free-photo/little-girl-standing-with-crossed-arms-sticking-out-tongue-t-shirt_176474-53440.jpg?_wi=2", imageAlt: "Divya Patel"},
{
id: "4",
name: "Neha Gupta",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-pretty-young-woman-with-long-hair-standing-against-isolated-background_662251-535.jpg?_wi=2",
imageAlt: "Neha Gupta",
},
id: "4", name: "Neha Gupta", imageSrc: "http://img.b2bpic.net/free-photo/closeup-pretty-young-woman-with-long-hair-standing-against-isolated-background_662251-535.jpg?_wi=2", imageAlt: "Neha Gupta"},
]}
/>
</div>
@@ -198,4 +143,4 @@ export default function ShopPage() {
</div>
</ThemeProvider>
);
}
}