From 9f14f3ac2dc4a3df1168ffeb9a5533a276a9b660 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 03:21:30 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 71 ++++++++++++++++++++++++++++-------------------- 1 file changed, 41 insertions(+), 30 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e97ab5d..ba5cb8d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -13,14 +13,6 @@ import FaqDouble from "@/components/sections/faq/FaqDouble"; import ContactCTA from "@/components/sections/contact/ContactCTA"; import FooterBaseCard from "@/components/sections/footer/FooterBaseCard"; -const navItems = [ - { name: "Home", id: "/" }, - { name: "Shop", id: "/shop" }, - { name: "About", id: "/about" }, - { name: "Contact", id: "/contact" }, - { name: "Blog", id: "/blog" }, -]; - const footerColumns = [ { title: "Shop", items: [ @@ -33,7 +25,7 @@ const footerColumns = [ { title: "Company", items: [ { label: "About Us", href: "/about" }, - { label: "Our Story", href: "/about" }, + { label: "Our Story", href: "/about#story" }, { label: "Blog", href: "/blog" }, { label: "Careers", href: "/careers" }, ], @@ -41,7 +33,7 @@ const footerColumns = [ { title: "Support", items: [ { label: "Contact Us", href: "/contact" }, - { label: "FAQ", href: "/" }, + { label: "FAQ", href: "#faq" }, { label: "Shipping Info", href: "/shipping" }, { label: "Returns", href: "/returns" }, ], @@ -91,22 +83,28 @@ 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: "radial-gradient" }} + background={{ variant: "aurora" }} 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" + }, ]} + mediaAnimation="slide-up" buttons={[ { text: "Shop Now", href: "/shop" }, - { text: "View Collection", href: "/" }, + { text: "View Collection", href: "#featured" }, ]} /> @@ -164,22 +162,28 @@ export default function HomePage() { testimonials={[ { id: "1", name: "Sarah Chen", role: "Anime Collector", company: "Tokyo Collectibles Club", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Sarah Chen testimonial"}, + imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Sarah Chen testimonial" + }, { id: "2", name: "Marcus Johnson", role: "Movie Fan", company: "Marvel Universe Collectors", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-bearded-man-suit_23-2149705918.jpg", imageAlt: "Marcus Johnson testimonial"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-bearded-man-suit_23-2149705918.jpg", imageAlt: "Marcus Johnson testimonial" + }, { id: "3", name: "Yuki Tanaka", role: "Serious Collector", company: "Dragon Ball Legacy", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-businesswoman-window-1_1262-1490.jpg", imageAlt: "Yuki Tanaka testimonial"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-businesswoman-window-1_1262-1490.jpg", imageAlt: "Yuki Tanaka testimonial" + }, { id: "4", name: "Emma Rodriguez", role: "Casual Enthusiast", company: "Animation Lovers Network", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Emma Rodriguez testimonial"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Emma Rodriguez testimonial" + }, { id: "5", name: "James Williams", role: "Premium Member", company: "Naruto Fan Association", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "James Williams testimonial"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "James Williams testimonial" + }, { id: "6", name: "Aria Nakamura", role: "Curator", company: "Attack on Titan Collectors", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-confident-entrepreneur_1098-21617.jpg", imageAlt: "Aria Nakamura testimonial"}, + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-confident-entrepreneur_1098-21617.jpg", imageAlt: "Aria Nakamura testimonial" + }, ]} title="What Collectors Say" description="Authentic reviews from our passionate FigureVerse community members" @@ -200,7 +204,8 @@ export default function HomePage() { tagIcon={Award} names={["Naruto Shippuden", "Dragon Ball Z", "Attack on Titan", "My Hero Academia", "Demon Slayer", "One Piece", "Marvel Studios", "DC Comics"]} logos={[ - "http://img.b2bpic.net/free-vector/flat-design-ninja-logo-template_23-2149008851.jpg", "http://img.b2bpic.net/free-vector/ninja-logo-template-gradient_23-2149000935.jpg", "http://img.b2bpic.net/free-vector/gradient-spartan-helmet-logo-design_23-2150333430.jpg", "http://img.b2bpic.net/free-vector/hand-drawn-flat-design-kitsune-logo_52683-84184.jpg", "http://img.b2bpic.net/free-vector/hand-drawn-flat-design-kitsune-logo_23-2149375521.jpg", "http://img.b2bpic.net/free-vector/pirate-logo-template-design_23-2150335130.jpg", "http://img.b2bpic.net/free-vector/lovely-space-badge-collection-with-flat-design_23-2147903360.jpg", "http://img.b2bpic.net/free-vector/set-flat-stickers-martin-luther-king-day_23-2147587364.jpg"]} + "http://img.b2bpic.net/free-vector/flat-design-ninja-logo-template_23-2149008851.jpg", "http://img.b2bpic.net/free-vector/ninja-logo-template-gradient_23-2149000935.jpg", "http://img.b2bpic.net/free-vector/gradient-spartan-helmet-logo-design_23-2150333430.jpg", "http://img.b2bpic.net/free-vector/hand-drawn-flat-design-kitsune-logo_52683-84184.jpg", "http://img.b2bpic.net/free-vector/hand-drawn-flat-design-kitsune-logo_23-2149375521.jpg", "http://img.b2bpic.net/free-vector/pirate-logo-template-design_23-2150335130.jpg", "http://img.b2bpic.net/free-vector/lovely-space-badge-collection-with-flat-design_23-2147903360.jpg", "http://img.b2bpic.net/free-vector/set-flat-stickers-martin-luther-king-day_23-2147587364.jpg" + ]} textboxLayout="default" useInvertedBackground={true} showCard={true} @@ -212,17 +217,23 @@ export default function HomePage() {