Merge version_1 into main #3
@@ -61,32 +61,32 @@ export default function AdminDashboardPage() {
|
||||
carouselItems={[
|
||||
{
|
||||
id: "carousel-1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-concept-with-prism-light-deflection_23-2148599246.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-concept-with-prism-light-deflection_23-2148599246.jpg?_wi=1",
|
||||
imageAlt: "Premium luxury product showcase",
|
||||
},
|
||||
{
|
||||
id: "carousel-2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/collection-quail-eggs-near-feathers-can_23-2148073846.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/collection-quail-eggs-near-feathers-can_23-2148073846.jpg?_wi=1",
|
||||
imageAlt: "Elegant craftsmanship detail",
|
||||
},
|
||||
{
|
||||
id: "carousel-3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/outdoor-adult-stylish-looking-modern_1157-3417.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/outdoor-adult-stylish-looking-modern_1157-3417.jpg?_wi=1",
|
||||
imageAlt: "Sophisticated product display",
|
||||
},
|
||||
{
|
||||
id: "carousel-4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-adult-with-transgender-scar_23-2149488850.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-adult-with-transgender-scar_23-2149488850.jpg?_wi=1",
|
||||
imageAlt: "Premium collection lifestyle",
|
||||
},
|
||||
{
|
||||
id: "carousel-5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/queen-crown-still-life_23-2150409259.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/queen-crown-still-life_23-2150409259.jpg?_wi=1",
|
||||
imageAlt: "Luxury brand experience",
|
||||
},
|
||||
{
|
||||
id: "carousel-6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/set-quail-eggs-napkin-near-feathers-can_23-2148073847.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/set-quail-eggs-napkin-near-feathers-can_23-2148073847.jpg?_wi=1",
|
||||
imageAlt: "Exclusive premium items",
|
||||
},
|
||||
]}
|
||||
@@ -114,7 +114,7 @@ export default function AdminDashboardPage() {
|
||||
id: "product-1",
|
||||
name: "Total Sales",
|
||||
price: "$245K",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/gradient-black-background-with-golden-textures_23-2149162426.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/gradient-black-background-with-golden-textures_23-2149162426.jpg?_wi=1",
|
||||
imageAlt: "Sales metrics dashboard",
|
||||
isFavorited: false,
|
||||
},
|
||||
@@ -122,7 +122,7 @@ export default function AdminDashboardPage() {
|
||||
id: "product-2",
|
||||
name: "Active Orders",
|
||||
price: "385",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/luxury-brand-label_1017-1854.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/luxury-brand-label_1017-1854.jpg?_wi=1",
|
||||
imageAlt: "Order management system",
|
||||
isFavorited: false,
|
||||
},
|
||||
@@ -130,7 +130,7 @@ export default function AdminDashboardPage() {
|
||||
id: "product-3",
|
||||
name: "Customer Base",
|
||||
price: "50K+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-s-hands-holding-lemon-with-dark-background_23-2149640633.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-s-hands-holding-lemon-with-dark-background_23-2149640633.jpg?_wi=1",
|
||||
imageAlt: "Customer analytics",
|
||||
isFavorited: false,
|
||||
},
|
||||
@@ -166,7 +166,7 @@ export default function AdminDashboardPage() {
|
||||
"Real-time stock management across all locations",
|
||||
"Automated low-stock alerts and reordering",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/watch-blank-paper-father-s-day_23-2147683462.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/watch-blank-paper-father-s-day_23-2147683462.jpg?_wi=1",
|
||||
imageAlt: "Inventory management interface",
|
||||
},
|
||||
{
|
||||
@@ -176,7 +176,7 @@ export default function AdminDashboardPage() {
|
||||
"Detailed performance metrics for each item",
|
||||
"Customer preferences and trend analysis",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/black-waves-background-with-halftone-effect_23-2148133046.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/black-waves-background-with-halftone-effect_23-2148133046.jpg?_wi=1",
|
||||
imageAlt: "Analytics dashboard",
|
||||
},
|
||||
{
|
||||
@@ -186,7 +186,7 @@ export default function AdminDashboardPage() {
|
||||
"Bulk editing and product categorization",
|
||||
"Rich media management and optimization",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cat-bed-near-books_23-2147888587.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cat-bed-near-books_23-2147888587.jpg?_wi=1",
|
||||
imageAlt: "Catalog organization tools",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -58,7 +58,7 @@ export default function AdminProductsPage() {
|
||||
"Create new product listings with comprehensive details",
|
||||
"Bulk edit capabilities for efficient catalog management",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/watch-blank-paper-father-s-day_23-2147683462.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/watch-blank-paper-father-s-day_23-2147683462.jpg?_wi=2",
|
||||
imageAlt: "Product creation interface",
|
||||
},
|
||||
{
|
||||
@@ -68,7 +68,7 @@ export default function AdminProductsPage() {
|
||||
"Upload and organize product images and videos",
|
||||
"Automatic image optimization and CDN delivery",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/black-waves-background-with-halftone-effect_23-2148133046.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/black-waves-background-with-halftone-effect_23-2148133046.jpg?_wi=2",
|
||||
imageAlt: "Media management dashboard",
|
||||
},
|
||||
{
|
||||
@@ -78,7 +78,7 @@ export default function AdminProductsPage() {
|
||||
"Set dynamic pricing rules and promotional tiers",
|
||||
"Real-time inventory synchronization across channels",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cat-bed-near-books_23-2147888587.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cat-bed-near-books_23-2147888587.jpg?_wi=2",
|
||||
imageAlt: "Pricing and inventory controls",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -96,7 +96,7 @@ export default function CartPage() {
|
||||
"Premium luxury timepiece with gold details",
|
||||
"Price: $2,450 | Quantity: 1",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/watch-blank-paper-father-s-day_23-2147683462.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/watch-blank-paper-father-s-day_23-2147683462.jpg?_wi=3",
|
||||
imageAlt: "Luxury watch in cart",
|
||||
},
|
||||
{
|
||||
@@ -106,7 +106,7 @@ export default function CartPage() {
|
||||
"Exclusive luxury perfume collection",
|
||||
"Price: $385 | Quantity: 1",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/luxury-brand-label_1017-1854.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/luxury-brand-label_1017-1854.jpg?_wi=2",
|
||||
imageAlt: "Premium fragrance in cart",
|
||||
},
|
||||
{
|
||||
@@ -116,7 +116,7 @@ export default function CartPage() {
|
||||
"Hand-crafted premium silk textile",
|
||||
"Price: $1,250 | Quantity: 1",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-s-hands-holding-lemon-with-dark-background_23-2149640633.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-s-hands-holding-lemon-with-dark-background_23-2149640633.jpg?_wi=2",
|
||||
imageAlt: "Luxury scarf in cart",
|
||||
},
|
||||
]}
|
||||
@@ -237,7 +237,7 @@ export default function CartPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-vector/gradient-golden-luxury-facebook-cover_23-2149044212.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-vector/gradient-golden-luxury-facebook-cover_23-2149044212.jpg?_wi=1"
|
||||
imageAlt="Xonatir luxury footer background"
|
||||
logoText="Xonatir"
|
||||
copyrightText="© 2025 Xonatir Luxury. All rights reserved."
|
||||
|
||||
@@ -64,32 +64,32 @@ export default function HomePage() {
|
||||
carouselItems={[
|
||||
{
|
||||
id: "carousel-1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-concept-with-prism-light-deflection_23-2148599246.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-concept-with-prism-light-deflection_23-2148599246.jpg?_wi=2",
|
||||
imageAlt: "Premium luxury product showcase",
|
||||
},
|
||||
{
|
||||
id: "carousel-2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/collection-quail-eggs-near-feathers-can_23-2148073846.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/collection-quail-eggs-near-feathers-can_23-2148073846.jpg?_wi=2",
|
||||
imageAlt: "Elegant craftsmanship detail",
|
||||
},
|
||||
{
|
||||
id: "carousel-3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/outdoor-adult-stylish-looking-modern_1157-3417.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/outdoor-adult-stylish-looking-modern_1157-3417.jpg?_wi=2",
|
||||
imageAlt: "Sophisticated product display",
|
||||
},
|
||||
{
|
||||
id: "carousel-4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-adult-with-transgender-scar_23-2149488850.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-adult-with-transgender-scar_23-2149488850.jpg?_wi=2",
|
||||
imageAlt: "Premium collection lifestyle",
|
||||
},
|
||||
{
|
||||
id: "carousel-5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/queen-crown-still-life_23-2150409259.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/queen-crown-still-life_23-2150409259.jpg?_wi=2",
|
||||
imageAlt: "Luxury brand experience",
|
||||
},
|
||||
{
|
||||
id: "carousel-6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/set-quail-eggs-napkin-near-feathers-can_23-2148073847.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/set-quail-eggs-napkin-near-feathers-can_23-2148073847.jpg?_wi=2",
|
||||
imageAlt: "Exclusive premium items",
|
||||
},
|
||||
]}
|
||||
@@ -115,7 +115,7 @@ export default function HomePage() {
|
||||
id: "product-1",
|
||||
name: "Midnight Elegance Watch",
|
||||
price: "$2,450",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/gradient-black-background-with-golden-textures_23-2149162426.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/gradient-black-background-with-golden-textures_23-2149162426.jpg?_wi=2",
|
||||
imageAlt: "Premium luxury watch with gold details",
|
||||
isFavorited: false,
|
||||
},
|
||||
@@ -123,7 +123,7 @@ export default function HomePage() {
|
||||
id: "product-2",
|
||||
name: "Crystal Essence Fragrance",
|
||||
price: "$385",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/luxury-brand-label_1017-1854.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/luxury-brand-label_1017-1854.jpg?_wi=3",
|
||||
imageAlt: "Luxury perfume bottle with gold accents",
|
||||
isFavorited: false,
|
||||
},
|
||||
@@ -131,7 +131,7 @@ export default function HomePage() {
|
||||
id: "product-3",
|
||||
name: "Silk Heritage Scarf",
|
||||
price: "$1,250",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-s-hands-holding-lemon-with-dark-background_23-2149640633.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-s-hands-holding-lemon-with-dark-background_23-2149640633.jpg?_wi=3",
|
||||
imageAlt: "Premium silk scarf with intricate patterns",
|
||||
isFavorited: false,
|
||||
},
|
||||
@@ -165,7 +165,7 @@ export default function HomePage() {
|
||||
"Iconic pieces that transcend seasonal trends",
|
||||
"Investment-worthy items for discerning collectors",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/watch-blank-paper-father-s-day_23-2147683462.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/watch-blank-paper-father-s-day_23-2147683462.jpg?_wi=4",
|
||||
imageAlt: "Timeless classic luxury items",
|
||||
},
|
||||
{
|
||||
@@ -175,7 +175,7 @@ export default function HomePage() {
|
||||
"Modern interpretations of luxury aesthetics",
|
||||
"Perfect balance of innovation and elegance",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/black-waves-background-with-halftone-effect_23-2148133046.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/black-waves-background-with-halftone-effect_23-2148133046.jpg?_wi=3",
|
||||
imageAlt: "Contemporary luxury collection",
|
||||
},
|
||||
{
|
||||
@@ -185,7 +185,7 @@ export default function HomePage() {
|
||||
"Pieces with rich cultural significance",
|
||||
"Stories woven into every detail",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cat-bed-near-books_23-2147888587.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cat-bed-near-books_23-2147888587.jpg?_wi=3",
|
||||
imageAlt: "Heritage luxury collection pieces",
|
||||
},
|
||||
]}
|
||||
@@ -332,7 +332,7 @@ export default function HomePage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-vector/gradient-golden-luxury-facebook-cover_23-2149044212.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-vector/gradient-golden-luxury-facebook-cover_23-2149044212.jpg?_wi=2"
|
||||
imageAlt="Xonatir luxury footer background"
|
||||
logoText="Xonatir"
|
||||
copyrightText="© 2025 Xonatir Luxury. All rights reserved."
|
||||
|
||||
@@ -96,7 +96,7 @@ export default function ProductDetailPage() {
|
||||
"Crafted from the finest materials sourced globally",
|
||||
"Rigorous quality control ensures perfection in every detail",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/watch-blank-paper-father-s-day_23-2147683462.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/watch-blank-paper-father-s-day_23-2147683462.jpg?_wi=5",
|
||||
imageAlt: "Premium materials showcase",
|
||||
},
|
||||
{
|
||||
@@ -106,7 +106,7 @@ export default function ProductDetailPage() {
|
||||
"Created by master artisans with decades of experience",
|
||||
"Traditional techniques combined with modern innovation",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-concept-with-prism-light-deflection_23-2148599246.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-concept-with-prism-light-deflection_23-2148599246.jpg?_wi=3",
|
||||
imageAlt: "Artisan craftsmanship detail",
|
||||
},
|
||||
{
|
||||
@@ -116,7 +116,7 @@ export default function ProductDetailPage() {
|
||||
"Every piece verified by certified authentication experts",
|
||||
"Complete certification and provenance documentation included",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/luxury-brand-label_1017-1854.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/luxury-brand-label_1017-1854.jpg?_wi=4",
|
||||
imageAlt: "Authenticity certification",
|
||||
},
|
||||
]}
|
||||
@@ -213,7 +213,7 @@ export default function ProductDetailPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-vector/gradient-golden-luxury-facebook-cover_23-2149044212.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-vector/gradient-golden-luxury-facebook-cover_23-2149044212.jpg?_wi=3"
|
||||
imageAlt="Xonatir luxury footer background"
|
||||
logoText="Xonatir"
|
||||
copyrightText="© 2025 Xonatir Luxury. All rights reserved."
|
||||
|
||||
Reference in New Issue
Block a user