diff --git a/src/app/page.tsx b/src/app/page.tsx index 997bdec..41849b4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,6 +32,7 @@ export default function LandingPage() { { name: "Home", id: "home" }, { name: "Anime", id: "anime" }, { name: "Marvel", id: "marvel" }, + { name: "Lifestyle", id: "lifestyle" }, { name: "Pricing", id: "pricing" }, ]} brandName="PosterStudio" @@ -58,9 +59,6 @@ export default function LandingPage() { { id: "a1", name: "Samurai Spirit", price: "$29", imageSrc: "http://img.b2bpic.net/free-photo/anime-character-near-galaxy-planet-illustration_23-2151749864.jpg", imageAlt: "anime style poster" }, { id: "a2", name: "Cyber City", price: "$29", imageSrc: "http://img.b2bpic.net/free-photo/anime-style-character-space_23-2151134173.jpg", imageAlt: "anime style poster" }, { id: "a3", name: "Hidden Leaf", price: "$29", imageSrc: "http://img.b2bpic.net/free-photo/anime-character-using-virtual-reality-glasses-metaverse_23-2151568904.jpg", imageAlt: "anime style poster" }, - { id: "a4", name: "Moonlight Magic", price: "$29", imageSrc: "http://img.b2bpic.net/free-photo/anime-style-character-space_23-2151134316.jpg", imageAlt: "anime style poster" }, - { id: "a5", name: "Titan Fight", price: "$29", imageSrc: "http://img.b2bpic.net/free-photo/anime-casino-illustration_23-2151726871.jpg", imageAlt: "anime style poster" }, - { id: "a6", name: "Soul Eater", price: "$29", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-cat-lady-illustration_23-2151904629.jpg", imageAlt: "anime style poster" }, ]} title="Anime Collection" description="Bold designs inspired by your favorite series." @@ -77,15 +75,28 @@ export default function LandingPage() { { id: "m1", name: "Infinity Gauntlet", price: "$35", imageSrc: "http://img.b2bpic.net/free-photo/cartoon-superhero-illustration_23-2151732579.jpg", imageAlt: "comic book poster" }, { id: "m2", name: "Armor Suit", price: "$35", imageSrc: "http://img.b2bpic.net/free-photo/cartoon-superhero-illustration_23-2151732573.jpg", imageAlt: "comic book poster" }, { id: "m3", name: "Spider Web", price: "$35", imageSrc: "http://img.b2bpic.net/free-photo/conceptual-3d-illustration-basketball-player-dunking-motion-design_183364-124102.jpg", imageAlt: "comic book poster" }, - { id: "m4", name: "Thunder God", price: "$35", imageSrc: "http://img.b2bpic.net/free-photo/cartoon-superhero-illustration_23-2151732578.jpg", imageAlt: "comic book poster" }, - { id: "m5", name: "Galactic Guardian", price: "$35", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-tropical-bird-illustration_23-2151875096.jpg", imageAlt: "comic book poster" }, - { id: "m6", name: "Witch Magic", price: "$35", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-tropical-bird-illustration_23-2151875080.jpg", imageAlt: "comic book poster" }, ]} title="Marvel Universe" description="Iconic heroes and legendary scenes." /> +