diff --git a/src/app/page.tsx b/src/app/page.tsx index 4fbbef4..e97ab5d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -23,8 +23,7 @@ const navItems = [ const footerColumns = [ { - title: "Shop", - items: [ + title: "Shop", items: [ { label: "All Figures", href: "/shop" }, { label: "Anime Collection", href: "/shop?category=anime" }, { label: "Movie Collection", href: "/shop?category=movies" }, @@ -32,8 +31,7 @@ const footerColumns = [ ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Our Story", href: "/about" }, { label: "Blog", href: "/blog" }, @@ -41,8 +39,7 @@ const footerColumns = [ ], }, { - title: "Support", - items: [ + title: "Support", items: [ { label: "Contact Us", href: "/contact" }, { label: "FAQ", href: "/" }, { label: "Shipping Info", href: "/shipping" }, @@ -50,8 +47,7 @@ const footerColumns = [ ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "/privacy" }, { label: "Terms & Conditions", href: "/terms" }, { label: "Cookie Policy", href: "/cookies" }, @@ -68,7 +64,7 @@ export default function HomePage() { borderRadius="soft" contentWidth="compact" sizing="mediumLargeSizeLargeTitles" - background="aurora" + background="circleGradient" cardStyle="subtle-shadow" primaryButtonStyle="radial-glow" secondaryButtonStyle="radial-glow" @@ -95,28 +91,18 @@ export default function HomePage() { description="Premium collectible figures from your favorite anime and movies. Immerse yourself in a world of artistry, nostalgia, and pure passion." tag="New Collection" tagIcon={Sparkles} - background={{ variant: "aurora" }} + background={{ variant: "radial-gradient" }} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/gold-painted-laughing-buddha-figurine_1252-917.jpg", - imageAlt: "Premium anime character figure showcase", - }, + imageSrc: "http://img.b2bpic.net/free-photo/gold-painted-laughing-buddha-figurine_1252-917.jpg", imageAlt: "Premium anime character figure showcase"}, { - imageSrc: "http://img.b2bpic.net/free-photo/standing-woman-wearing-black-brown-dress_155996-14.jpg", - imageAlt: "Collectible movie character statue", - }, + imageSrc: "http://img.b2bpic.net/free-photo/standing-woman-wearing-black-brown-dress_155996-14.jpg", imageAlt: "Collectible movie character statue"}, { - imageSrc: "http://img.b2bpic.net/free-psd/women-s-fashion-facebook-cover-template_23-2150861541.jpg", - imageAlt: "Limited edition anime collectible", - }, + imageSrc: "http://img.b2bpic.net/free-psd/women-s-fashion-facebook-cover-template_23-2150861541.jpg", imageAlt: "Limited edition anime collectible"}, { - imageSrc: "http://img.b2bpic.net/free-photo/david-goliath-statue-frankfurt-downtown-germany_1268-20925.jpg", - imageAlt: "Rare movie character figure", - }, + imageSrc: "http://img.b2bpic.net/free-photo/david-goliath-statue-frankfurt-downtown-germany_1268-20925.jpg", imageAlt: "Rare movie character figure"}, { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-smiley-people-thrift-store_23-2150082926.jpg", - imageAlt: "Exclusive anime statue collection", - }, + imageSrc: "http://img.b2bpic.net/free-photo/top-view-smiley-people-thrift-store_23-2150082926.jpg", imageAlt: "Exclusive anime statue collection"}, ]} buttons={[ { text: "Shop Now", href: "/shop" }, @@ -129,52 +115,22 @@ export default function HomePage() {