Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #11.
This commit is contained in:
@@ -22,9 +22,9 @@ export default function ElectronicsPage() {
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Fashion", id: "fashion" },
|
||||
{ name: "Home Decor", id: "home-category" },
|
||||
{ name: "Home & Decor", id: "home-category" },
|
||||
{ name: "Gym", id: "gym" },
|
||||
{ name: "Electronics", id: "electronics" }
|
||||
{ name: "Electronics", id: "electronics" },
|
||||
]}
|
||||
brandName="ZSMX Store"
|
||||
bottomLeftText="Premium Multi-Category Store"
|
||||
|
||||
@@ -22,9 +22,9 @@ export default function FashionPage() {
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Fashion", id: "fashion" },
|
||||
{ name: "Home Decor", id: "home-category" },
|
||||
{ name: "Home & Decor", id: "home-category" },
|
||||
{ name: "Gym", id: "gym" },
|
||||
{ name: "Electronics", id: "electronics" }
|
||||
{ name: "Electronics", id: "electronics" },
|
||||
]}
|
||||
brandName="ZSMX Store"
|
||||
bottomLeftText="Premium Multi-Category Store"
|
||||
|
||||
@@ -28,9 +28,9 @@ export default function GymPage() {
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Fashion", id: "fashion" },
|
||||
{ name: "Home Decor", id: "home-category" },
|
||||
{ name: "Home & Decor", id: "home-category" },
|
||||
{ name: "Gym", id: "gym" },
|
||||
{ name: "Electronics", id: "electronics" }
|
||||
{ name: "Electronics", id: "electronics" },
|
||||
]}
|
||||
brandName="ZSMX Store"
|
||||
bottomLeftText="Premium Multi-Category Store"
|
||||
|
||||
@@ -22,9 +22,9 @@ export default function HomePage() {
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Fashion", id: "fashion" },
|
||||
{ name: "Home Decor", id: "home-category" },
|
||||
{ name: "Home & Decor", id: "home-category" },
|
||||
{ name: "Gym", id: "gym" },
|
||||
{ name: "Electronics", id: "electronics" }
|
||||
{ name: "Electronics", id: "electronics" },
|
||||
]}
|
||||
brandName="ZSMX Store"
|
||||
bottomLeftText="Premium Multi-Category Store"
|
||||
|
||||
@@ -33,9 +33,9 @@ export default function HomePage() {
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Fashion", id: "fashion" },
|
||||
{ name: "Home Decor", id: "home-category" },
|
||||
{ name: "Home & Decor", id: "home-category" },
|
||||
{ name: "Gym", id: "gym" },
|
||||
{ name: "Electronics", id: "electronics" }
|
||||
{ name: "Electronics", id: "electronics" },
|
||||
]}
|
||||
brandName="ZSMX Store"
|
||||
bottomLeftText="Premium Multi-Category Store"
|
||||
@@ -50,7 +50,7 @@ export default function HomePage() {
|
||||
tag="Welcome to ZSMX Store"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "radial-gradient" }}
|
||||
background={{ variant: "floatingGradient" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/internationals-people-standing-cafe_1157-32402.jpg"
|
||||
imageAlt="Premium multi-category product showcase"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -71,7 +71,7 @@ export default function HomePage() {
|
||||
testimonialRotationInterval={5000}
|
||||
buttons={[
|
||||
{ text: "Shop Now", href: "fashion" },
|
||||
{ text: "Explore Categories", href: "features" }
|
||||
{ text: "Explore Categories", href: "categories" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -91,22 +91,28 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "fashion-1", brand: "LuxeStyle", name: "Premium Wool Overcoat", price: "$450.00", rating: 5, reviewCount: "342", imageSrc: "http://img.b2bpic.net/free-photo/bag-hanging-from-furniture-item-indoors_23-2151073505.jpg", imageAlt: "Premium Wool Overcoat"
|
||||
id: "fashion-1", brand: "LuxeStyle", name: "Premium Wool Overcoat", price: "$450.00", rating: 5,
|
||||
reviewCount: "342", imageSrc: "http://img.b2bpic.net/free-photo/bag-hanging-from-furniture-item-indoors_23-2151073505.jpg", imageAlt: "Premium Wool Overcoat"
|
||||
},
|
||||
{
|
||||
id: "fashion-2", brand: "ElegantWear", name: "Designer Evening Gown", price: "$680.00", rating: 5, reviewCount: "289", imageSrc: "http://img.b2bpic.net/free-photo/store-customer-holding-shirt-body_482257-85803.jpg", imageAlt: "Designer Evening Gown"
|
||||
id: "fashion-2", brand: "ElegantWear", name: "Designer Evening Gown", price: "$680.00", rating: 5,
|
||||
reviewCount: "289", imageSrc: "http://img.b2bpic.net/free-photo/store-customer-holding-shirt-body_482257-85803.jpg", imageAlt: "Designer Evening Gown"
|
||||
},
|
||||
{
|
||||
id: "fashion-3", brand: "ClassicThreads", name: "Italian Leather Shoes", price: "$395.00", rating: 4, reviewCount: "156", imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-classic-shirts_23-2150828626.jpg", imageAlt: "Italian Leather Shoes"
|
||||
id: "fashion-3", brand: "ClassicThreads", name: "Italian Leather Shoes", price: "$395.00", rating: 4,
|
||||
reviewCount: "156", imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-classic-shirts_23-2150828626.jpg", imageAlt: "Italian Leather Shoes"
|
||||
},
|
||||
{
|
||||
id: "home-1", brand: "Luxehome", name: "Modern Sectional Sofa", price: "$1,299.00", rating: 5, reviewCount: "201", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-dried-flowers-table_23-2149591635.jpg", imageAlt: "Modern Sectional Sofa"
|
||||
id: "home-1", brand: "Luxehome", name: "Modern Sectional Sofa", price: "$1,299.00", rating: 5,
|
||||
reviewCount: "201", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-dried-flowers-table_23-2149591635.jpg", imageAlt: "Modern Sectional Sofa"
|
||||
},
|
||||
{
|
||||
id: "home-2", brand: "DecorPremium", name: "Crystal Chandelier", price: "$850.00", rating: 5, reviewCount: "178", imageSrc: "http://img.b2bpic.net/free-photo/couch-with-cushions-glass-table_1203-764.jpg", imageAlt: "Crystal Chandelier"
|
||||
id: "home-2", brand: "DecorPremium", name: "Crystal Chandelier", price: "$850.00", rating: 5,
|
||||
reviewCount: "178", imageSrc: "http://img.b2bpic.net/free-photo/couch-with-cushions-glass-table_1203-764.jpg", imageAlt: "Crystal Chandelier"
|
||||
},
|
||||
{
|
||||
id: "home-3", brand: "InteriorLux", name: "Turkish Area Rug", price: "$625.00", rating: 4, reviewCount: "124", imageSrc: "http://img.b2bpic.net/free-photo/cafe-with-coffee-tables-cosy-sofas-plants-shelves_140725-7785.jpg", imageAlt: "Turkish Area Rug"
|
||||
id: "home-3", brand: "InteriorLux", name: "Turkish Area Rug", price: "$625.00", rating: 4,
|
||||
reviewCount: "124", imageSrc: "http://img.b2bpic.net/free-photo/cafe-with-coffee-tables-cosy-sofas-plants-shelves_140725-7785.jpg", imageAlt: "Turkish Area Rug"
|
||||
}
|
||||
]}
|
||||
buttons={[
|
||||
|
||||
Reference in New Issue
Block a user