From 2a2c446acc1ee050abf2e0d1e9df74a17a636fe2 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 20:25:58 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 334aa29..aa2ddd5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="mediumLarge" sizing="largeSmallSizeLargeTitles" - background="aurora" + background="circleGradient" cardStyle="subtle-shadow" primaryButtonStyle="flat" secondaryButtonStyle="radial-glow" @@ -47,7 +47,7 @@ export default function LandingPage() { tag="Anime Paradise" tagIcon={Sparkles} tagAnimation="slide-up" - background={{ variant: "aurora" }} + background={{ variant: "glowing-orb" }} useInvertedBackground={false} imageSrc="http://img.b2bpic.net/free-photo/medium-shot-woman-shopping-mall_23-2150585909.jpg" imageAlt="Premium anime merchandise showcase" @@ -88,7 +88,7 @@ export default function LandingPage() { id: "1", name: "Dragon Ball Super T-Shirt", price: "PKR 1,299", variant: "Black 3 Sizes", imageSrc: "http://img.b2bpic.net/free-vector/vintage-motorcycles-typography-t-shirt-graphics-emblem-label-design_1284-36442.jpg", imageAlt: "Dragon Ball Super graphic tee", isFavorited: false, }, { - id: "2", name: "Naruto Hokage Pendant", price: "PKR 899", variant: "Gold Plated Unisex", imageSrc: "http://img.b2bpic.net/free-photo/golden-christmas-decoration-wooden-table_1252-340.jpg?_wi=1", imageAlt: "Naruto Hokage necklace pendant", isFavorited: false, + id: "2", name: "Naruto Hokage Pendant", price: "PKR 899", variant: "Gold Plated Unisex", imageSrc: "http://img.b2bpic.net/free-photo/golden-christmas-decoration-wooden-table_1252-340.jpg", imageAlt: "Naruto Hokage necklace pendant", isFavorited: false, }, { id: "3", name: "Attack on Titan Hoodie", price: "PKR 2,499", variant: "Grey M-XL", imageSrc: "http://img.b2bpic.net/free-photo/stylish-european-female-runner-preparing-marathon-doing-morning-cardio-activity-routine-woods-confident-self-determined-young-sportswoman-training-outdoors-holding-hands-her-waist_343059-4247.jpg", imageAlt: "Attack on Titan premium hoodie", isFavorited: false, @@ -149,7 +149,7 @@ export default function LandingPage() { id: "9", name: "Tokyo Ghoul Anime Hoodie", price: "PKR 2,399", variant: "Black M-XL", imageSrc: "http://img.b2bpic.net/free-photo/person-suffering-from-bullying_23-2149155404.jpg", imageAlt: "Tokyo Ghoul premium hoodie", isFavorited: false, }, { - id: "10", name: "Steins Gate Time Travel Pendant", price: "PKR 799", variant: "Gold Unisex", imageSrc: "http://img.b2bpic.net/free-photo/golden-christmas-decoration-wooden-table_1252-340.jpg?_wi=2", imageAlt: "Steins Gate microwave pendant", isFavorited: false, + id: "10", name: "Steins Gate Time Travel Pendant", price: "PKR 799", variant: "Gold Unisex", imageSrc: "http://img.b2bpic.net/free-photo/golden-christmas-decoration-wooden-table_1252-340.jpg", imageAlt: "Steins Gate microwave pendant", isFavorited: false, }, ]} buttons={[{ text: "Continue Shopping", href: "#products" }]} @@ -174,13 +174,13 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg"}, { id: "2", name: "Hassan Khan", role: "Collector", company: "Lahore", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg?_wi=1"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg"}, { id: "3", name: "Aisha Siddiqui", role: "Fashion Blogger", company: "Islamabad", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-woman_23-2148856070.jpg"}, { id: "4", name: "Muhammad Rashid", role: "Student", company: "Rawalpindi", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg?_wi=2"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg"}, ]} kpiItems={[ { value: "5,000+", label: "Happy Customers" }, -- 2.49.1