Update src/app/products/page.tsx
This commit is contained in:
@@ -18,8 +18,7 @@ export default function ProductsPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Products",
|
||||
items: [
|
||||
title: "Products", items: [
|
||||
{ label: "Health & Wellness", href: "/products" },
|
||||
{ label: "Grooming", href: "/products" },
|
||||
{ label: "Lifestyle", href: "/products" },
|
||||
@@ -27,8 +26,7 @@ export default function ProductsPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Blog", href: "#" },
|
||||
{ label: "Careers", href: "#" },
|
||||
@@ -36,8 +34,7 @@ export default function ProductsPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{ label: "FAQ", href: "#faq" },
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms & Conditions", href: "#" },
|
||||
@@ -53,7 +50,7 @@ export default function ProductsPage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="mediumLarge"
|
||||
sizing="medium"
|
||||
background="fluid"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-radial"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
@@ -63,9 +60,7 @@ export default function ProductsPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Shop Now",
|
||||
href: "/products",
|
||||
}}
|
||||
text: "Shop Now", href: "/products"}}
|
||||
brandName="Powsopee"
|
||||
/>
|
||||
</div>
|
||||
@@ -77,26 +72,11 @@ export default function ProductsPage() {
|
||||
tag="Shop Categories"
|
||||
features={[
|
||||
{
|
||||
id: "01",
|
||||
title: "Health & Wellness",
|
||||
description: "Joint support syrups, multivitamins, calcium tablets, tick & flea sprays, and dental care kits for optimal pet health.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/some-vitamins-small-puppy_329181-14493.jpg?_wi=3",
|
||||
imageAlt: "Health and wellness products for dogs",
|
||||
},
|
||||
id: "01", title: "Health & Wellness", description: "Joint support syrups, multivitamins, calcium tablets, tick & flea sprays, and dental care kits for optimal pet health.", imageSrc: "http://img.b2bpic.net/free-photo/some-vitamins-small-puppy_329181-14493.jpg", imageAlt: "Health and wellness products for dogs"},
|
||||
{
|
||||
id: "02",
|
||||
title: "Grooming Essentials",
|
||||
description: "Professional-grade dog brushes, nail cutters, herbal shampoos, ear cleaners, and paw care products for beautiful coats.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-pet-portrait-dog_23-2149218454.jpg?_wi=2",
|
||||
imageAlt: "Dog grooming tools and supplies",
|
||||
},
|
||||
id: "02", title: "Grooming Essentials", description: "Professional-grade dog brushes, nail cutters, herbal shampoos, ear cleaners, and paw care products for beautiful coats.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-pet-portrait-dog_23-2149218454.jpg", imageAlt: "Dog grooming tools and supplies"},
|
||||
{
|
||||
id: "03",
|
||||
title: "Lifestyle & Comfort",
|
||||
description: "Luxurious dog beds, cooling mats, blankets, travel bags, smart feeders, and premium accessories for everyday living.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-cute-adorable-sad-looking-domestic-shih-poo-type-dog-indoors_181624-8336.jpg?_wi=2",
|
||||
imageAlt: "Dog comfort and lifestyle products",
|
||||
},
|
||||
id: "03", title: "Lifestyle & Comfort", description: "Luxurious dog beds, cooling mats, blankets, travel bags, smart feeders, and premium accessories for everyday living.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-cute-adorable-sad-looking-domestic-shih-poo-type-dog-indoors_181624-8336.jpg", imageAlt: "Dog comfort and lifestyle products"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
@@ -112,47 +92,17 @@ export default function ProductsPage() {
|
||||
tag="All Products"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Premium Joint Support Syrup",
|
||||
price: "₹899",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/some-vitamins-small-puppy_329181-14493.jpg?_wi=4",
|
||||
imageAlt: "Joint support syrup for dogs",
|
||||
},
|
||||
id: "1", name: "Premium Joint Support Syrup", price: "₹899", imageSrc: "http://img.b2bpic.net/free-photo/some-vitamins-small-puppy_329181-14493.jpg", imageAlt: "Joint support syrup for dogs"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Professional Dog Grooming Brush",
|
||||
price: "₹549",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dog-toy-comb-collar_23-2147799883.jpg?_wi=2",
|
||||
imageAlt: "Professional grooming brush",
|
||||
},
|
||||
id: "2", name: "Professional Dog Grooming Brush", price: "₹549", imageSrc: "http://img.b2bpic.net/free-photo/dog-toy-comb-collar_23-2147799883.jpg", imageAlt: "Professional grooming brush"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Premium Grain-Free Dog Food",
|
||||
price: "₹1,299",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/healthy-fresh-pet-food-ingredients-dark-surface_1150-42077.jpg?_wi=2",
|
||||
imageAlt: "Premium dog food nutrition",
|
||||
},
|
||||
id: "3", name: "Premium Grain-Free Dog Food", price: "₹1,299", imageSrc: "http://img.b2bpic.net/free-photo/healthy-fresh-pet-food-ingredients-dark-surface_1150-42077.jpg", imageAlt: "Premium dog food nutrition"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Dog Dental Care Kit",
|
||||
price: "₹399",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dog-toy-comb-collar_23-2147799883.jpg?_wi=3",
|
||||
imageAlt: "Dental care kit for dogs",
|
||||
},
|
||||
id: "4", name: "Dog Dental Care Kit", price: "₹399", imageSrc: "http://img.b2bpic.net/free-photo/dog-toy-comb-collar_23-2147799883.jpg", imageAlt: "Dental care kit for dogs"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Orthopedic Dog Bed",
|
||||
price: "₹1,999",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-cute-adorable-sad-looking-domestic-shih-poo-type-dog-indoors_181624-8336.jpg?_wi=3",
|
||||
imageAlt: "Orthopedic dog bed",
|
||||
},
|
||||
id: "5", name: "Orthopedic Dog Bed", price: "₹1,999", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-cute-adorable-sad-looking-domestic-shih-poo-type-dog-indoors_181624-8336.jpg", imageAlt: "Orthopedic dog bed"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Herbal Dog Shampoo",
|
||||
price: "₹299",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-pet-portrait-dog_23-2149218454.jpg?_wi=3",
|
||||
imageAlt: "Herbal dog shampoo",
|
||||
},
|
||||
id: "6", name: "Herbal Dog Shampoo", price: "₹299", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-pet-portrait-dog_23-2149218454.jpg", imageAlt: "Herbal dog shampoo"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user