Update src/app/products/page.tsx
This commit is contained in:
@@ -45,7 +45,8 @@ export default function ProductsPage() {
|
||||
brandName="Storefront"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Shop Now", href: "/products"}}
|
||||
text: "Shop Now", href: "/products"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -63,16 +64,20 @@ export default function ProductsPage() {
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Premium Wireless Headphones", price: "$129.99", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/headset-table_417767-238.jpg", imageAlt: "Wireless headphones"},
|
||||
"http://img.b2bpic.net/free-photo/headset-table_417767-238.jpg", imageAlt: "Wireless headphones"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Elegant Watch Collection", price: "$249.99", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/fashion-portrait-young-businessman-handsome-model-man-casual-cloth-suit-with-accesories-hands_158538-9460.jpg", imageAlt: "Designer watch"},
|
||||
"http://img.b2bpic.net/free-photo/fashion-portrait-young-businessman-handsome-model-man-casual-cloth-suit-with-accesories-hands_158538-9460.jpg", imageAlt: "Designer watch"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Smart Phone Stand", price: "$39.99", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/high-angle-smartphone-desk-with-headphones_23-2149404198.jpg", imageAlt: "Phone stand"},
|
||||
"http://img.b2bpic.net/free-photo/high-angle-smartphone-desk-with-headphones_23-2149404198.jpg", imageAlt: "Phone stand"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Premium Backpack", price: "$159.99", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/leather-bag-travel-with-earphones-passport_23-2149433932.jpg", imageAlt: "Travel backpack"},
|
||||
"http://img.b2bpic.net/free-photo/leather-bag-travel-with-earphones-passport_23-2149433932.jpg", imageAlt: "Travel backpack"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -91,15 +96,18 @@ export default function ProductsPage() {
|
||||
{
|
||||
icon: Truck,
|
||||
title: "Fast & Free Shipping", description:
|
||||
"Complimentary shipping on orders over $50 with delivery in 2-3 business days"},
|
||||
"Complimentary shipping on orders over $50 with delivery in 2-3 business days"
|
||||
},
|
||||
{
|
||||
icon: Shield,
|
||||
title: "Secure Checkout", description:
|
||||
"SSL-encrypted payments with multiple payment options for your safety"},
|
||||
"SSL-encrypted payments with multiple payment options for your safety"
|
||||
},
|
||||
{
|
||||
icon: RotateCcw,
|
||||
title: "Easy Returns", description:
|
||||
"30-day money-back guarantee with hassle-free return process"},
|
||||
"30-day money-back guarantee with hassle-free return process"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -159,13 +167,17 @@ export default function ProductsPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Facebook", href: "https://facebook.com"},
|
||||
label: "Facebook", href: "https://facebook.com"
|
||||
},
|
||||
{
|
||||
label: "Twitter", href: "https://twitter.com"},
|
||||
label: "Twitter", href: "https://twitter.com"
|
||||
},
|
||||
{
|
||||
label: "Instagram", href: "https://instagram.com"},
|
||||
label: "Instagram", href: "https://instagram.com"
|
||||
},
|
||||
{
|
||||
label: "LinkedIn", href: "https://linkedin.com"},
|
||||
label: "LinkedIn", href: "https://linkedin.com"
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user