Update src/app/products/page.tsx

This commit is contained in:
2026-02-12 16:54:58 +00:00
parent b2a26ec2ab
commit 7ab206315c

View File

@@ -17,7 +17,7 @@ export default function ProductsPage() {
borderRadius="rounded"
contentWidth="small"
sizing="largeSmallSizeLargeTitles"
background="aurora"
background="sparkles-gradient"
cardStyle="gradient-bordered"
primaryButtonStyle="double-inset"
secondaryButtonStyle="solid"
@@ -43,25 +43,13 @@ export default function ProductsPage() {
tag="All Products"
products={[
{
id: "1",
name: "Premium Cotton Tee",
price: "$49",
imageSrc: "https://img.b2bpic.net/free-photo/young-african-american-woman-with-dark-curly-hair-sunglasses-tshirt-pretty-woman-with-blond-hair-shirt-dreamily-looking-camera-while-spending-time-together_574295-5031.jpg",
imageAlt: "Premium cotton t-shirt"
id: "1", name: "Premium Cotton Tee", price: "$49", imageSrc: "https://img.b2bpic.net/free-photo/young-african-american-woman-with-dark-curly-hair-sunglasses-tshirt-pretty-woman-with-blond-hair-shirt-dreamily-looking-camera-while-spending-time-together_574295-5031.jpg", imageAlt: "Premium cotton t-shirt"
},
{
id: "2",
name: "Classic Denim Jeans",
price: "$89",
imageSrc: "https://img.b2bpic.net/free-photo/portrait-young-woman-looking-away_23-2148665449.jpg",
imageAlt: "Classic denim jeans"
id: "2", name: "Classic Denim Jeans", price: "$89", imageSrc: "https://img.b2bpic.net/free-photo/portrait-young-woman-looking-away_23-2148665449.jpg", imageAlt: "Classic denim jeans"
},
{
id: "3",
name: "Elegant Evening Dress",
price: "$129",
imageSrc: "https://img.b2bpic.net/free-photo/beautiful-black-woman-with-afro-curls-hairstylesmiling-hipster-model-white-tshirt-sexy-carefree-female-posing-street-near-brown-wall-cheerful-happy-sunglasses_158538-21459.jpg",
imageAlt: "Elegant evening dress"
id: "3", name: "Elegant Evening Dress", price: "$129", imageSrc: "https://img.b2bpic.net/free-photo/beautiful-black-woman-with-afro-curls-hairstylesmiling-hipster-model-white-tshirt-sexy-carefree-female-posing-street-near-brown-wall-cheerful-happy-sunglasses_158538-21459.jpg", imageAlt: "Elegant evening dress"
}
]}
gridVariant="three-columns-all-equal-width"
@@ -77,10 +65,7 @@ export default function ProductsPage() {
description="Enjoy premium service with every purchase, including fast shipping, easy returns, and our satisfaction guarantee."
features={[
{
title: "Fast & Free Shipping",
description: "Free shipping on orders over $50 with tracked delivery worldwide",
bentoComponent: "icon-info-cards",
items: [
title: "Fast & Free Shipping", description: "Free shipping on orders over $50 with tracked delivery worldwide", bentoComponent: "icon-info-cards", items: [
{ icon: Package, label: "Delivery", value: "2-5 Days" },
{ icon: DollarSign, label: "Free Shipping", value: "Over $50" },
{ icon: Shield, label: "Guarantee", value: "30 Days" }
@@ -115,8 +100,7 @@ export default function ProductsPage() {
logoText="StyleHub"
columns={[
{
title: "Shop",
items: [
title: "Shop", items: [
{ label: "New Arrivals", href: "/products" },
{ label: "Best Sellers", href: "/products" },
{ label: "Collections", href: "/products" },
@@ -124,8 +108,7 @@ export default function ProductsPage() {
]
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Sustainability", href: "/about" },
{ label: "Careers", href: "/contact" },
@@ -133,8 +116,7 @@ export default function ProductsPage() {
]
},
{
title: "Support",
items: [
title: "Support", items: [
{ label: "Contact Us", href: "/contact" },
{ label: "FAQ", href: "/contact" },
{ label: "Shipping Info", href: "/contact" },
@@ -142,8 +124,7 @@ export default function ProductsPage() {
]
},
{
title: "Connect",
items: [
title: "Connect", items: [
{ label: "Instagram", href: "https://instagram.com" },
{ label: "Facebook", href: "https://facebook.com" },
{ label: "TikTok", href: "https://tiktok.com" },