Merge version_1 into main #2
@@ -18,8 +18,7 @@ export default function KidsToysPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Shop",
|
||||
items: [
|
||||
title: "Shop", items: [
|
||||
{ label: "Fruits & Vegetables", href: "/fruits-vegetables" },
|
||||
{ label: "Bakery & Snacks", href: "/bakery-snacks" },
|
||||
{ label: "Grocery Essentials", href: "/grocery-essentials" },
|
||||
@@ -28,8 +27,7 @@ export default function KidsToysPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About RISEN", href: "/about" },
|
||||
{ label: "Contact Us", href: "/contact" },
|
||||
{ label: "Careers", href: "#" },
|
||||
@@ -38,8 +36,7 @@ export default function KidsToysPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{ label: "Help Center", href: "#" },
|
||||
{ label: "Track Order", href: "#" },
|
||||
{ label: "Returns", href: "#" },
|
||||
@@ -48,8 +45,7 @@ export default function KidsToysPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{ label: "Facebook", href: "https://facebook.com" },
|
||||
{ label: "Instagram", href: "https://instagram.com" },
|
||||
{ label: "Twitter", href: "https://twitter.com" },
|
||||
@@ -85,57 +81,27 @@ export default function KidsToysPage() {
|
||||
<ProductCardThree
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Educational Learning Puzzle Set",
|
||||
price: "$12.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-kids-playing-memory-game_23-2150231738.jpg?_wi=4",
|
||||
imageAlt: "Educational puzzle toys",
|
||||
initialQuantity: 1,
|
||||
id: "1", name: "Educational Learning Puzzle Set", price: "$12.99", imageSrc: "http://img.b2bpic.net/free-photo/front-view-kids-playing-memory-game_23-2150231738.jpg", imageAlt: "Educational puzzle toys", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Colorful Building Blocks Set (500pc)",
|
||||
price: "$24.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-kids-playing-memory-game_23-2150231738.jpg?_wi=5",
|
||||
imageAlt: "Kids building blocks",
|
||||
initialQuantity: 1,
|
||||
id: "2", name: "Colorful Building Blocks Set (500pc)", price: "$24.99", imageSrc: "http://img.b2bpic.net/free-photo/front-view-kids-playing-memory-game_23-2150231738.jpg", imageAlt: "Kids building blocks", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Soft Plush Toy Bundle (5 toys)",
|
||||
price: "$18.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-kids-playing-memory-game_23-2150231738.jpg?_wi=6",
|
||||
imageAlt: "Soft plush toys collection",
|
||||
initialQuantity: 1,
|
||||
id: "3", name: "Soft Plush Toy Bundle (5 toys)", price: "$18.99", imageSrc: "http://img.b2bpic.net/free-photo/front-view-kids-playing-memory-game_23-2150231738.jpg", imageAlt: "Soft plush toys collection", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Interactive Robot Toy with Remote",
|
||||
price: "$34.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-kids-playing-memory-game_23-2150231738.jpg?_wi=7",
|
||||
imageAlt: "Interactive robot toy",
|
||||
initialQuantity: 1,
|
||||
id: "4", name: "Interactive Robot Toy with Remote", price: "$34.99", imageSrc: "http://img.b2bpic.net/free-photo/front-view-kids-playing-memory-game_23-2150231738.jpg", imageAlt: "Interactive robot toy", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Art & Craft Supplies Premium Pack",
|
||||
price: "$19.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-kids-playing-memory-game_23-2150231738.jpg?_wi=8",
|
||||
imageAlt: "Art and craft supplies",
|
||||
initialQuantity: 1,
|
||||
id: "5", name: "Art & Craft Supplies Premium Pack", price: "$19.99", imageSrc: "http://img.b2bpic.net/free-photo/front-view-kids-playing-memory-game_23-2150231738.jpg", imageAlt: "Art and craft supplies", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Outdoor Sports Toy Collection",
|
||||
price: "$29.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-kids-playing-memory-game_23-2150231738.jpg?_wi=9",
|
||||
imageAlt: "Outdoor sports toys",
|
||||
initialQuantity: 1,
|
||||
id: "6", name: "Outdoor Sports Toy Collection", price: "$29.99", imageSrc: "http://img.b2bpic.net/free-photo/front-view-kids-playing-memory-game_23-2150231738.jpg", imageAlt: "Outdoor sports toys", initialQuantity: 1,
|
||||
},
|
||||
]}
|
||||
title="Kids & Toys Collection"
|
||||
description="Explore our curated selection of educational and fun toys for children of all ages"
|
||||
tag: "Fun & Learning",
|
||||
tag="Fun & Learning"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
animationType="slide-up"
|
||||
@@ -144,9 +110,7 @@ export default function KidsToysPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
buttons={[
|
||||
{
|
||||
text: "View All Kids & Toys",
|
||||
href: "/kids-toys",
|
||||
},
|
||||
text: "View All Kids & Toys", href: "/kids-toys"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
ariaLabel="Kids and toys product section"
|
||||
@@ -161,42 +125,21 @@ export default function KidsToysPage() {
|
||||
tagAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Educational Toys",
|
||||
description: "Learning games and puzzles that develop cognitive skills",
|
||||
tag: "Learning",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-kids-playing-memory-game_23-2150231738.jpg?_wi=10",
|
||||
buttons: [
|
||||
id: "1", title: "Educational Toys", description: "Learning games and puzzles that develop cognitive skills", tag: "Learning", imageSrc: "http://img.b2bpic.net/free-photo/front-view-kids-playing-memory-game_23-2150231738.jpg", buttons: [
|
||||
{
|
||||
text: "Shop Now",
|
||||
href: "/kids-toys/educational",
|
||||
},
|
||||
text: "Shop Now", href: "/kids-toys/educational"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Action Figures & Collections",
|
||||
description: "Popular character figures and collectible series",
|
||||
tag: "Collections",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-kids-playing-memory-game_23-2150231738.jpg?_wi=11",
|
||||
buttons: [
|
||||
id: "2", title: "Action Figures & Collections", description: "Popular character figures and collectible series", tag: "Collections", imageSrc: "http://img.b2bpic.net/free-photo/front-view-kids-playing-memory-game_23-2150231738.jpg", buttons: [
|
||||
{
|
||||
text: "Shop Now",
|
||||
href: "/kids-toys/figures",
|
||||
},
|
||||
text: "Shop Now", href: "/kids-toys/figures"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Outdoor & Sports Toys",
|
||||
description: "Active play equipment and outdoor games",
|
||||
tag: "Active Play",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-kids-playing-memory-game_23-2150231738.jpg?_wi=12",
|
||||
buttons: [
|
||||
id: "3", title: "Outdoor & Sports Toys", description: "Active play equipment and outdoor games", tag: "Active Play", imageSrc: "http://img.b2bpic.net/free-photo/front-view-kids-playing-memory-game_23-2150231738.jpg", buttons: [
|
||||
{
|
||||
text: "Shop Now",
|
||||
href: "/kids-toys/outdoor",
|
||||
},
|
||||
text: "Shop Now", href: "/kids-toys/outdoor"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -18,8 +18,7 @@ export default function KitchenCrockeryPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Shop",
|
||||
items: [
|
||||
title: "Shop", items: [
|
||||
{ label: "Fruits & Vegetables", href: "/fruits-vegetables" },
|
||||
{ label: "Bakery & Snacks", href: "/bakery-snacks" },
|
||||
{ label: "Grocery Essentials", href: "/grocery-essentials" },
|
||||
@@ -28,8 +27,7 @@ export default function KitchenCrockeryPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About RISEN", href: "/about" },
|
||||
{ label: "Contact Us", href: "/contact" },
|
||||
{ label: "Careers", href: "#" },
|
||||
@@ -38,8 +36,7 @@ export default function KitchenCrockeryPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{ label: "Help Center", href: "#" },
|
||||
{ label: "Track Order", href: "#" },
|
||||
{ label: "Returns", href: "#" },
|
||||
@@ -48,8 +45,7 @@ export default function KitchenCrockeryPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{ label: "Facebook", href: "https://facebook.com" },
|
||||
{ label: "Instagram", href: "https://instagram.com" },
|
||||
{ label: "Twitter", href: "https://twitter.com" },
|
||||
@@ -85,57 +81,27 @@ export default function KitchenCrockeryPage() {
|
||||
<ProductCardThree
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Ceramic Dinner Plates Set (6-piece)",
|
||||
price: "$29.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cup-tea-two-saucers_114579-6088.jpg?_wi=3",
|
||||
imageAlt: "Ceramic dinner plates",
|
||||
initialQuantity: 1,
|
||||
id: "1", name: "Ceramic Dinner Plates Set (6-piece)", price: "$29.99", imageSrc: "http://img.b2bpic.net/free-photo/cup-tea-two-saucers_114579-6088.jpg", imageAlt: "Ceramic dinner plates", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Stainless Steel Cookware Set (10-piece)",
|
||||
price: "$79.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cup-tea-two-saucers_114579-6088.jpg?_wi=4",
|
||||
imageAlt: "Stainless steel cookware",
|
||||
initialQuantity: 1,
|
||||
id: "2", name: "Stainless Steel Cookware Set (10-piece)", price: "$79.99", imageSrc: "http://img.b2bpic.net/free-photo/cup-tea-two-saucers_114579-6088.jpg", imageAlt: "Stainless steel cookware", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Glass Mixing Bowls Set (5-piece)",
|
||||
price: "$19.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cup-tea-two-saucers_114579-6088.jpg?_wi=5",
|
||||
imageAlt: "Glass mixing bowls",
|
||||
initialQuantity: 1,
|
||||
id: "3", name: "Glass Mixing Bowls Set (5-piece)", price: "$19.99", imageSrc: "http://img.b2bpic.net/free-photo/cup-tea-two-saucers_114579-6088.jpg", imageAlt: "Glass mixing bowls", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Non-Stick Baking Pan Collection (4-piece)",
|
||||
price: "$34.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cup-tea-two-saucers_114579-6088.jpg?_wi=6",
|
||||
imageAlt: "Non-stick baking pans",
|
||||
initialQuantity: 1,
|
||||
id: "4", name: "Non-Stick Baking Pan Collection (4-piece)", price: "$34.99", imageSrc: "http://img.b2bpic.net/free-photo/cup-tea-two-saucers_114579-6088.jpg", imageAlt: "Non-stick baking pans", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Porcelain Tea Set with Teapot (12-piece)",
|
||||
price: "$44.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cup-tea-two-saucers_114579-6088.jpg?_wi=7",
|
||||
imageAlt: "Porcelain tea set",
|
||||
initialQuantity: 1,
|
||||
id: "5", name: "Porcelain Tea Set with Teapot (12-piece)", price: "$44.99", imageSrc: "http://img.b2bpic.net/free-photo/cup-tea-two-saucers_114579-6088.jpg", imageAlt: "Porcelain tea set", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Kitchen Utensil Set Premium (8-piece)",
|
||||
price: "$24.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cup-tea-two-saucers_114579-6088.jpg?_wi=8",
|
||||
imageAlt: "Kitchen utensil set",
|
||||
initialQuantity: 1,
|
||||
id: "6", name: "Kitchen Utensil Set Premium (8-piece)", price: "$24.99", imageSrc: "http://img.b2bpic.net/free-photo/cup-tea-two-saucers_114579-6088.jpg", imageAlt: "Kitchen utensil set", initialQuantity: 1,
|
||||
},
|
||||
]}
|
||||
title="Kitchen & Crockery Collection"
|
||||
description="Quality kitchenware and elegant crockery for your home cooking and dining needs"
|
||||
tag: "Kitchen Tools",
|
||||
tag="Kitchen Tools"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
animationType="slide-up"
|
||||
@@ -144,9 +110,7 @@ export default function KitchenCrockeryPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
buttons={[
|
||||
{
|
||||
text: "View All Kitchen & Crockery",
|
||||
href: "/kitchen-crockery",
|
||||
},
|
||||
text: "View All Kitchen & Crockery", href: "/kitchen-crockery"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
ariaLabel="Kitchen and crockery product section"
|
||||
@@ -157,46 +121,25 @@ export default function KitchenCrockeryPage() {
|
||||
<FeatureCardMedia
|
||||
title="Explore Kitchen Collections"
|
||||
description="Browse our range of kitchen essentials and tableware collections"
|
||||
tag: "Collections",
|
||||
tag="Collections"
|
||||
tagAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Cookware & Bakeware",
|
||||
description: "Professional-grade pots, pans, and baking equipment",
|
||||
tag: "Cooking",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cup-tea-two-saucers_114579-6088.jpg?_wi=9",
|
||||
buttons: [
|
||||
id: "1", title: "Cookware & Bakeware", description: "Professional-grade pots, pans, and baking equipment", tag: "Cooking", imageSrc: "http://img.b2bpic.net/free-photo/cup-tea-two-saucers_114579-6088.jpg", buttons: [
|
||||
{
|
||||
text: "Shop Now",
|
||||
href: "/kitchen-crockery/cookware",
|
||||
},
|
||||
text: "Shop Now", href: "/kitchen-crockery/cookware"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Dinnerware & Tableware",
|
||||
description: "Beautiful ceramic and porcelain dishes for dining",
|
||||
tag: "Tableware",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cup-tea-two-saucers_114579-6088.jpg?_wi=10",
|
||||
buttons: [
|
||||
id: "2", title: "Dinnerware & Tableware", description: "Beautiful ceramic and porcelain dishes for dining", tag: "Tableware", imageSrc: "http://img.b2bpic.net/free-photo/cup-tea-two-saucers_114579-6088.jpg", buttons: [
|
||||
{
|
||||
text: "Shop Now",
|
||||
href: "/kitchen-crockery/dinnerware",
|
||||
},
|
||||
text: "Shop Now", href: "/kitchen-crockery/dinnerware"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Kitchen Tools & Accessories",
|
||||
description: "Essential utensils and cooking gadgets",
|
||||
tag: "Accessories",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cup-tea-two-saucers_114579-6088.jpg?_wi=11",
|
||||
buttons: [
|
||||
id: "3", title: "Kitchen Tools & Accessories", description: "Essential utensils and cooking gadgets", tag: "Accessories", imageSrc: "http://img.b2bpic.net/free-photo/cup-tea-two-saucers_114579-6088.jpg", buttons: [
|
||||
{
|
||||
text: "Shop Now",
|
||||
href: "/kitchen-crockery/tools",
|
||||
},
|
||||
text: "Shop Now", href: "/kitchen-crockery/tools"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user