diff --git a/src/app/page.tsx b/src/app/page.tsx index 508839a..50812a0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="small" sizing="largeSmallSizeMediumTitles" - background="aurora" + background="circleGradient" cardStyle="gradient-radial" primaryButtonStyle="flat" secondaryButtonStyle="solid" @@ -46,18 +46,18 @@ export default function LandingPage() { tag="Verified Reseller" tagIcon={CheckCircle} tagAnimation="slide-up" - background={{ variant: "aurora" }} + background={{ variant: "glowing-orb" }} leftCarouselItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/stylish-man-k-pop-clothing-urban-scene_23-2149096948.jpg?_wi=1", imageAlt: "Hellstar Premium Hoodie" }, - { imageSrc: "http://img.b2bpic.net/free-photo/elegant-smartphone-composition_23-2149437083.jpg?_wi=1", imageAlt: "Apple iPhone Latest Model" }, - { imageSrc: "http://img.b2bpic.net/free-photo/front-view-afroamerican-models_23-2148422449.jpg?_wi=1", imageAlt: "Valley Dreams Streetwear Collection" }, - { imageSrc: "http://img.b2bpic.net/free-photo/laptop-seen-from-with-smartphone_1232-1324.jpg?_wi=1", imageAlt: "MacBook Pro Premium Laptop" } + { imageSrc: "http://img.b2bpic.net/free-photo/stylish-man-k-pop-clothing-urban-scene_23-2149096948.jpg", imageAlt: "Hellstar Premium Hoodie" }, + { imageSrc: "http://img.b2bpic.net/free-photo/elegant-smartphone-composition_23-2149437083.jpg", imageAlt: "Apple iPhone Latest Model" }, + { imageSrc: "http://img.b2bpic.net/free-photo/front-view-afroamerican-models_23-2148422449.jpg", imageAlt: "Valley Dreams Streetwear Collection" }, + { imageSrc: "http://img.b2bpic.net/free-photo/laptop-seen-from-with-smartphone_1232-1324.jpg", imageAlt: "MacBook Pro Premium Laptop" } ]} rightCarouselItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/modern-wireless-earphones-with-case-displayed-round-podium-with-soft-shadows_23-2150808015.jpg?_wi=1", imageAlt: "Apple AirPods Pro" }, - { imageSrc: "http://img.b2bpic.net/free-photo/young-asian-model-posing-autumn-clothes_23-2149071349.jpg?_wi=1", imageAlt: "Premium Streetwear Showcase" }, - { imageSrc: "http://img.b2bpic.net/free-photo/front-view-afroamerican-models_23-2148422449.jpg?_wi=2", imageAlt: "Valley Dreams Featured Items" }, - { imageSrc: "http://img.b2bpic.net/free-photo/stylish-man-k-pop-clothing-urban-scene_23-2149096948.jpg?_wi=2", imageAlt: "Hellstar Collection Highlight" } + { imageSrc: "http://img.b2bpic.net/free-photo/modern-wireless-earphones-with-case-displayed-round-podium-with-soft-shadows_23-2150808015.jpg", imageAlt: "Apple AirPods Pro" }, + { imageSrc: "http://img.b2bpic.net/free-photo/young-asian-model-posing-autumn-clothes_23-2149071349.jpg", imageAlt: "Premium Streetwear Showcase" }, + { imageSrc: "http://img.b2bpic.net/free-photo/front-view-afroamerican-models_23-2148422449.jpg", imageAlt: "Valley Dreams Featured Items" }, + { imageSrc: "http://img.b2bpic.net/free-photo/stylish-man-k-pop-clothing-urban-scene_23-2149096948.jpg", imageAlt: "Hellstar Collection Highlight" } ]} buttons={[ { text: "Shop Now", href: "#products" }, @@ -77,22 +77,22 @@ export default function LandingPage() { tagAnimation="slide-up" products={[ { - id: "1", name: "Hellstar Classic Hoodie", price: "$189", imageSrc: "http://img.b2bpic.net/free-photo/stylish-man-k-pop-clothing-urban-scene_23-2149096948.jpg?_wi=3", imageAlt: "Hellstar Premium Hoodie - Black" + id: "1", name: "Hellstar Classic Hoodie", price: "$189", imageSrc: "http://img.b2bpic.net/free-photo/stylish-man-k-pop-clothing-urban-scene_23-2149096948.jpg", imageAlt: "Hellstar Premium Hoodie - Black" }, { - id: "2", name: "Valley Dreams T-Shirt", price: "$79", imageSrc: "http://img.b2bpic.net/free-photo/front-view-afroamerican-models_23-2148422449.jpg?_wi=3", imageAlt: "Valley Dreams Streetwear Shirt" + id: "2", name: "Valley Dreams T-Shirt", price: "$79", imageSrc: "http://img.b2bpic.net/free-photo/front-view-afroamerican-models_23-2148422449.jpg", imageAlt: "Valley Dreams Streetwear Shirt" }, { - id: "3", name: "iPhone 15 Pro Max", price: "$1,099", imageSrc: "http://img.b2bpic.net/free-photo/elegant-smartphone-composition_23-2149437083.jpg?_wi=2", imageAlt: "Apple iPhone 15 Pro Max" + id: "3", name: "iPhone 15 Pro Max", price: "$1,099", imageSrc: "http://img.b2bpic.net/free-photo/elegant-smartphone-composition_23-2149437083.jpg", imageAlt: "Apple iPhone 15 Pro Max" }, { - id: "4", name: "AirPods Pro 2nd Gen", price: "$249", imageSrc: "http://img.b2bpic.net/free-photo/modern-wireless-earphones-with-case-displayed-round-podium-with-soft-shadows_23-2150808015.jpg?_wi=2", imageAlt: "Apple AirPods Pro Wireless Earbuds" + id: "4", name: "AirPods Pro 2nd Gen", price: "$249", imageSrc: "http://img.b2bpic.net/free-photo/modern-wireless-earphones-with-case-displayed-round-podium-with-soft-shadows_23-2150808015.jpg", imageAlt: "Apple AirPods Pro Wireless Earbuds" }, { - id: "5", name: "MacBook Pro 16-inch", price: "$2,499", imageSrc: "http://img.b2bpic.net/free-photo/laptop-seen-from-with-smartphone_1232-1324.jpg?_wi=2", imageAlt: "Apple MacBook Pro 16-inch" + id: "5", name: "MacBook Pro 16-inch", price: "$2,499", imageSrc: "http://img.b2bpic.net/free-photo/laptop-seen-from-with-smartphone_1232-1324.jpg", imageAlt: "Apple MacBook Pro 16-inch" }, { - id: "6", name: "Hellstar Limited Edition", price: "$249", imageSrc: "http://img.b2bpic.net/free-photo/stylish-man-k-pop-clothing-urban-scene_23-2149096948.jpg?_wi=4", imageAlt: "Hellstar Limited Edition Jacket" + id: "6", name: "Hellstar Limited Edition", price: "$249", imageSrc: "http://img.b2bpic.net/free-photo/stylish-man-k-pop-clothing-urban-scene_23-2149096948.jpg", imageAlt: "Hellstar Limited Edition Jacket" } ]} gridVariant="three-columns-all-equal-width" @@ -211,7 +211,7 @@ export default function LandingPage() { description="Subscribe to our newsletter for exclusive drops, new arrivals, and insider tips on authentication and resale trends." background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/young-asian-model-posing-autumn-clothes_23-2149071349.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/young-asian-model-posing-autumn-clothes_23-2149071349.jpg" imageAlt="Premium collection showcase" mediaAnimation="slide-up" mediaPosition="right"