diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index daca387..7123448 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -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() {
>
);
-}
\ No newline at end of file
+}
diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx
index c3c99b3..547f3d4 100644
--- a/src/app/contact/page.tsx
+++ b/src/app/contact/page.tsx
@@ -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() {
);
-}
\ No newline at end of file
+}
diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx
index fec5b9b..879f0fd 100644
--- a/src/app/gallery/page.tsx
+++ b/src/app/gallery/page.tsx
@@ -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() {
>
);
-}
\ No newline at end of file
+}
diff --git a/src/app/page.tsx b/src/app/page.tsx
index b13b2c0..2c611cc 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -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"},
]}
/>
@@ -181,9 +138,7 @@ export default function HomePage() {
);
-}
\ No newline at end of file
+}
diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx
index cc543e8..6845a57 100644
--- a/src/app/shop/page.tsx
+++ b/src/app/shop/page.tsx
@@ -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"},
]}
/>
@@ -198,4 +143,4 @@ export default function ShopPage() {
);
-}
\ No newline at end of file
+}