From d9bc11f72c69925a1e58aed4f20c6e71362ccefb Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 05:54:35 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index aa8e825..5ba0b7e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -21,7 +21,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="small" sizing="mediumLargeSizeLargeTitles" - background="floatingGradient" + background="circleGradient" cardStyle="solid" primaryButtonStyle="shadow" secondaryButtonStyle="radial-glow" @@ -47,13 +47,13 @@ export default function LandingPage() { description="Discover the ultimate collection of gaming consoles, peripherals, and accessories. From casual players to competitive esports champions, we have everything you need." tag="Gaming Paradise" tagIcon={Gamepad2} - background={{ variant: "floatingGradient" }} + background={{ variant: "sparkles-gradient" }} mediaItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-girl-electronics-store-standing-table_78826-3063.jpg", imageAlt: "Gaming console retro collection" }, { imageSrc: "http://img.b2bpic.net/free-photo/view-neon-illuminated-gaming-desk-setup-with-keyboard_23-2149529371.jpg", imageAlt: "Modern gaming setup with RGB lighting" }, { imageSrc: "http://img.b2bpic.net/free-photo/parent-helping-kid-putting-shoes-top-view_23-2149327994.jpg", imageAlt: "Gaming controller and accessories" }, { imageSrc: "http://img.b2bpic.net/free-photo/young-couple-playing-vr-game_23-2148969299.jpg", imageAlt: "Gaming community and esports" }, - { imageSrc: "http://img.b2bpic.net/free-photo/painters-use-colorful-paint-tubes-brushes-create-masterpiece_482257-122836.jpg?_wi=1", imageAlt: "Gaming store retail display" } + { imageSrc: "http://img.b2bpic.net/free-photo/painters-use-colorful-paint-tubes-brushes-create-masterpiece_482257-122836.jpg", imageAlt: "Gaming store retail display" } ]} buttons={[ { text: "Shop Products", href: "products" }, @@ -69,9 +69,9 @@ export default function LandingPage() { tag="Best Sellers" tagIcon={Zap} products={[ - { id: "1", name: "Pro Gaming Laptop", price: "$1,299", imageSrc: "http://img.b2bpic.net/free-photo/gradient-view-illuminated-neon-gaming-desk-setup-with-keyboard_23-2149529385.jpg?_wi=1", imageAlt: "High-performance gaming laptop" }, - { id: "2", name: "Elite Gaming Headset", price: "$149", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-playing-videogame_23-2149350006.jpg?_wi=1", imageAlt: "Professional gaming headset" }, - { id: "3", name: "Mechanical Gaming Combo", price: "$199", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-stretching-home_23-2150442200.jpg?_wi=1", imageAlt: "Gaming keyboard and mouse set" } + { id: "1", name: "Pro Gaming Laptop", price: "$1,299", imageSrc: "http://img.b2bpic.net/free-photo/gradient-view-illuminated-neon-gaming-desk-setup-with-keyboard_23-2149529385.jpg", imageAlt: "High-performance gaming laptop" }, + { id: "2", name: "Elite Gaming Headset", price: "$149", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-playing-videogame_23-2149350006.jpg", imageAlt: "Professional gaming headset" }, + { id: "3", name: "Mechanical Gaming Combo", price: "$199", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-stretching-home_23-2150442200.jpg", imageAlt: "Gaming keyboard and mouse set" } ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" @@ -101,10 +101,10 @@ export default function LandingPage() { tag="What Sets Us Apart" tagIcon={Trophy} features={[ - { id: "1", title: "Authentic Products", description: "100% genuine gaming products directly from official manufacturers with full warranty coverage.", imageSrc: "http://img.b2bpic.net/free-photo/gradient-view-illuminated-neon-gaming-desk-setup-with-keyboard_23-2149529385.jpg?_wi=2", imageAlt: "Authentic gaming products" }, - { id: "2", title: "Expert Support", description: "Our passionate gaming experts are available 24/7 to help you find the perfect gear.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-playing-videogame_23-2149350006.jpg?_wi=2", imageAlt: "Expert customer support" }, - { id: "3", title: "Fast Shipping", description: "Free express shipping on orders over $50. Get your gear in 1-2 business days.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-stretching-home_23-2150442200.jpg?_wi=2", imageAlt: "Fast shipping delivery" }, - { id: "4", title: "Price Match Guarantee", description: "We guarantee the best prices. Find it cheaper elsewhere and we'll match it.", imageSrc: "http://img.b2bpic.net/free-photo/gradient-view-illuminated-neon-gaming-desk-setup-with-keyboard_23-2149529385.jpg?_wi=3", imageAlt: "Price match guarantee" } + { id: "1", title: "Authentic Products", description: "100% genuine gaming products directly from official manufacturers with full warranty coverage.", imageSrc: "http://img.b2bpic.net/free-photo/gradient-view-illuminated-neon-gaming-desk-setup-with-keyboard_23-2149529385.jpg", imageAlt: "Authentic gaming products" }, + { id: "2", title: "Expert Support", description: "Our passionate gaming experts are available 24/7 to help you find the perfect gear.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-playing-videogame_23-2149350006.jpg", imageAlt: "Expert customer support" }, + { id: "3", title: "Fast Shipping", description: "Free express shipping on orders over $50. Get your gear in 1-2 business days.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-stretching-home_23-2150442200.jpg", imageAlt: "Fast shipping delivery" }, + { id: "4", title: "Price Match Guarantee", description: "We guarantee the best prices. Find it cheaper elsewhere and we'll match it.", imageSrc: "http://img.b2bpic.net/free-photo/gradient-view-illuminated-neon-gaming-desk-setup-with-keyboard_23-2149529385.jpg", imageAlt: "Price match guarantee" } ]} gridVariant="four-items-2x2-equal-grid" animationType="slide-up" @@ -209,7 +209,7 @@ export default function LandingPage() {