From 061b5251ba90feeb4e78af6f7abdeb961345d1bf Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 09:29:43 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 66ed084..9340747 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,7 +45,7 @@ export default function LandingPage() { @@ -100,12 +100,12 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} features={[ - { title: "Electronics", description: "Latest gadgets and tech devices", imageSrc: "http://img.b2bpic.net/free-photo/modern-stationary-collection-arrangement_23-2149309644.jpg?_wi=2", imageAlt: "Electronics Category", buttonIcon: ShoppingCart, buttonHref: "#electronics" }, - { title: "Fashion", description: "Trendy clothing and accessories", imageSrc: "http://img.b2bpic.net/free-photo/music-controller-foreground_1381-32.jpg?_wi=2", imageAlt: "Fashion Category", buttonIcon: ShoppingCart, buttonHref: "#fashion" }, - { title: "Home & Kitchen", description: "Appliances and home essentials", imageSrc: "http://img.b2bpic.net/free-photo/top-view-close-up-fit-african-sportsman_171337-9427.jpg?_wi=2", imageAlt: "Home Category", buttonIcon: ShoppingCart, buttonHref: "#home" }, - { title: "Beauty & Personal Care", description: "Skincare and cosmetics range", imageSrc: "http://img.b2bpic.net/free-photo/isolated-screen-laptop-man-play-spaceship-flying-game_482257-121661.jpg?_wi=2", imageAlt: "Beauty Category", buttonIcon: ShoppingCart, buttonHref: "#beauty" }, - { title: "Sports & Outdoors", description: "Equipment for active lifestyle", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-photo-camera-still-life_23-2150630674.jpg?_wi=1", imageAlt: "Sports Category", buttonIcon: ShoppingCart, buttonHref: "#sports" }, - { title: "Books & Media", description: "Educational and entertainment reads", imageSrc: "http://img.b2bpic.net/free-photo/still-life-device-table_23-2150994383.jpg?_wi=1", imageAlt: "Books Category", buttonIcon: ShoppingCart, buttonHref: "#books" } + { title: "Electronics", description: "Latest gadgets and tech devices", imageSrc: "http://img.b2bpic.net/free-photo/modern-stationary-collection-arrangement_23-2149309644.jpg", imageAlt: "Electronics Category", buttonIcon: ShoppingCart, buttonHref: "#electronics" }, + { title: "Fashion", description: "Trendy clothing and accessories", imageSrc: "http://img.b2bpic.net/free-photo/music-controller-foreground_1381-32.jpg", imageAlt: "Fashion Category", buttonIcon: ShoppingCart, buttonHref: "#fashion" }, + { title: "Home & Kitchen", description: "Appliances and home essentials", imageSrc: "http://img.b2bpic.net/free-photo/top-view-close-up-fit-african-sportsman_171337-9427.jpg", imageAlt: "Home Category", buttonIcon: ShoppingCart, buttonHref: "#home" }, + { title: "Beauty & Personal Care", description: "Skincare and cosmetics range", imageSrc: "http://img.b2bpic.net/free-photo/isolated-screen-laptop-man-play-spaceship-flying-game_482257-121661.jpg", imageAlt: "Beauty Category", buttonIcon: ShoppingCart, buttonHref: "#beauty" }, + { title: "Sports & Outdoors", description: "Equipment for active lifestyle", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-photo-camera-still-life_23-2150630674.jpg", imageAlt: "Sports Category", buttonIcon: ShoppingCart, buttonHref: "#sports" }, + { title: "Books & Media", description: "Educational and entertainment reads", imageSrc: "http://img.b2bpic.net/free-photo/still-life-device-table_23-2150994383.jpg", imageAlt: "Books Category", buttonIcon: ShoppingCart, buttonHref: "#books" } ]} /> @@ -124,9 +124,9 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" animationType="scale-rotate" products={[ - { id: "bs-1", brand: "PhotoLens", name: "Digital Camera 4K", price: "₹34,999", rating: 5, reviewCount: "4.5K", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-photo-camera-still-life_23-2150630674.jpg?_wi=2", imageAlt: "Digital Camera 4K" }, - { id: "bs-2", brand: "TabletMax", name: "Tablet Pro 11 inch", price: "₹29,999", rating: 5, reviewCount: "3.8K", imageSrc: "http://img.b2bpic.net/free-photo/still-life-device-table_23-2150994383.jpg?_wi=2", imageAlt: "Tablet Pro 11 inch" }, - { id: "bs-3", brand: "TechCorp", name: "Smartphone Ultra", price: "₹39,999", rating: 5, reviewCount: "5.2K", imageSrc: "http://img.b2bpic.net/free-photo/modern-stationary-collection-arrangement_23-2149309644.jpg?_wi=3", imageAlt: "Smartphone Ultra" } + { id: "bs-1", brand: "PhotoLens", name: "Digital Camera 4K", price: "₹34,999", rating: 5, reviewCount: "4.5K", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-photo-camera-still-life_23-2150630674.jpg", imageAlt: "Digital Camera 4K" }, + { id: "bs-2", brand: "TabletMax", name: "Tablet Pro 11 inch", price: "₹29,999", rating: 5, reviewCount: "3.8K", imageSrc: "http://img.b2bpic.net/free-photo/still-life-device-table_23-2150994383.jpg", imageAlt: "Tablet Pro 11 inch" }, + { id: "bs-3", brand: "TechCorp", name: "Smartphone Ultra", price: "₹39,999", rating: 5, reviewCount: "5.2K", imageSrc: "http://img.b2bpic.net/free-photo/modern-stationary-collection-arrangement_23-2149309644.jpg", imageAlt: "Smartphone Ultra" } ]} /> @@ -205,7 +205,7 @@ export default function LandingPage() {