From e7d23e6c0ded1505e9cfcb9ee9f3668837d9bf5d Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 19:41:03 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 230 ++++++++++------------------------------------- 1 file changed, 48 insertions(+), 182 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8c61885..591f206 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -36,9 +36,7 @@ export default function HomePage() { { name: "Contact", id: "contact" }, ]} button={{ - text: "View Cart", - href: "/cart", - }} + text: "View Cart", href: "/cart"}} /> @@ -47,20 +45,15 @@ export default function HomePage() { title="Discover Premium Products" description="Shop curated collections with seamless WhatsApp ordering. Experience modern e-commerce designed for your convenience." background={{ - variant: "gradient-bars", - }} + variant: "gradient-bars"}} tag="Welcome to ShopHub" tagIcon={Sparkles} tagAnimation="slide-up" buttons={[ { - text: "Browse Products", - href: "/products", - }, + text: "Browse Products", href: "/products"}, { - text: "Learn More", - href: "#features", - }, + text: "Learn More", href: "#features"}, ]} buttonAnimation="slide-up" imageSrc="http://img.b2bpic.net/free-vector/super-sale-fashion-landing-page_23-2148591413.jpg" @@ -75,52 +68,22 @@ export default function HomePage() { description="Handpicked items from our exclusive collection. Add to cart and order via WhatsApp." products={[ { - id: "prod-001", - name: "Premium Wireless Headphones", - price: "$149.99", - imageSrc: "http://img.b2bpic.net/free-photo/still-life-wireless-cyberpunk-headphones_23-2151072209.jpg?_wi=1", - imageAlt: "Wireless headphones", - initialQuantity: 1, + id: "prod-001", name: "Premium Wireless Headphones", price: "$149.99", imageSrc: "http://img.b2bpic.net/free-photo/still-life-wireless-cyberpunk-headphones_23-2151072209.jpg?_wi=1", imageAlt: "Wireless headphones", initialQuantity: 1, }, { - id: "prod-002", - name: "Smart Watch Pro", - price: "$299.99", - imageSrc: "http://img.b2bpic.net/free-photo/serious-curly-haired-woman-checks-results-fitness-training-wristwatch-controls-burned-caloies-after-workout-wears-cropped-top-leggings-poses-against-urban-buildings-sporty-lifestyle_273609-59898.jpg?_wi=1", - imageAlt: "Smart watch", - initialQuantity: 1, + id: "prod-002", name: "Smart Watch Pro", price: "$299.99", imageSrc: "http://img.b2bpic.net/free-photo/serious-curly-haired-woman-checks-results-fitness-training-wristwatch-controls-burned-caloies-after-workout-wears-cropped-top-leggings-poses-against-urban-buildings-sporty-lifestyle_273609-59898.jpg?_wi=1", imageAlt: "Smart watch", initialQuantity: 1, }, { - id: "prod-003", - name: "Laptop Stand Ergonomic", - price: "$79.99", - imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-cellphone-notebook-pencil-with-laptop-white-desk_23-2147854255.jpg?_wi=1", - imageAlt: "Laptop stand", - initialQuantity: 1, + id: "prod-003", name: "Laptop Stand Ergonomic", price: "$79.99", imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-cellphone-notebook-pencil-with-laptop-white-desk_23-2147854255.jpg?_wi=1", imageAlt: "Laptop stand", initialQuantity: 1, }, { - id: "prod-004", - name: "USB-C Hub Multi-Port", - price: "$89.99", - imageSrc: "http://img.b2bpic.net/free-photo/universal-cables-gadgets-neon-charging-data_169016-71502.jpg?_wi=1", - imageAlt: "USB hub", - initialQuantity: 1, + id: "prod-004", name: "USB-C Hub Multi-Port", price: "$89.99", imageSrc: "http://img.b2bpic.net/free-photo/universal-cables-gadgets-neon-charging-data_169016-71502.jpg?_wi=1", imageAlt: "USB hub", initialQuantity: 1, }, { - id: "prod-005", - name: "Mechanical Keyboard RGB", - price: "$179.99", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-modern-black-keyboard-cropped-image-laptop-keyboard-computer-technology-gadget-concept_74855-24369.jpg?_wi=1", - imageAlt: "Mechanical keyboard", - initialQuantity: 1, + id: "prod-005", name: "Mechanical Keyboard RGB", price: "$179.99", imageSrc: "http://img.b2bpic.net/free-photo/close-up-modern-black-keyboard-cropped-image-laptop-keyboard-computer-technology-gadget-concept_74855-24369.jpg?_wi=1", imageAlt: "Mechanical keyboard", initialQuantity: 1, }, { - id: "prod-006", - name: "HD Webcam 1080P", - price: "$129.99", - imageSrc: "http://img.b2bpic.net/free-photo/photo-camera-still-life_23-2150630645.jpg?_wi=1", - imageAlt: "Webcam", - initialQuantity: 1, + id: "prod-006", name: "HD Webcam 1080P", price: "$129.99", imageSrc: "http://img.b2bpic.net/free-photo/photo-camera-still-life_23-2150630645.jpg?_wi=1", imageAlt: "Webcam", initialQuantity: 1, }, ]} gridVariant="bento-grid" @@ -134,19 +97,13 @@ export default function HomePage() { ); -} \ No newline at end of file +} -- 2.49.1