From f9932dc5ff8b4a258983641c9acba8cbf6f32b2f Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 18:33:30 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 200 +++++++++-------------------------------------- 1 file changed, 35 insertions(+), 165 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index dc3748c..7dc6736 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,21 +33,13 @@ export default function LandingPage() { @@ -56,37 +48,20 @@ export default function LandingPage() {
@@ -99,19 +74,13 @@ export default function LandingPage() { metrics={[ { icon: Gift, - label: "Gifts Sold", - value: "50,000+", - }, + label: "Gifts Sold", value: "50,000+"}, { icon: Box, - label: "Puzzles", - value: "1,000+", - }, + label: "Puzzles", value: "1,000+"}, { icon: Smile, - label: "Happy Kids", - value: "20,000+", - }, + label: "Happy Kids", value: "20,000+"}, ]} metricsAnimation="blur-reveal" /> @@ -123,20 +92,11 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Unique Puzzles", - description: "From 10 pieces to 5000, we have the perfect brain teaser for you.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-felt-animal_23-2151728557.jpg", - }, + title: "Unique Puzzles", description: "From 10 pieces to 5000, we have the perfect brain teaser for you.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-felt-animal_23-2151728557.jpg"}, { - title: "Plush Buddies", - description: "Cuddly companions of all shapes and sizes, waiting to be hugged.", - imageSrc: "http://img.b2bpic.net/free-photo/fluffy-toy-texture-close-up_23-2149686868.jpg", - }, + title: "Plush Buddies", description: "Cuddly companions of all shapes and sizes, waiting to be hugged.", imageSrc: "http://img.b2bpic.net/free-photo/fluffy-toy-texture-close-up_23-2149686868.jpg"}, { - title: "Family Games", - description: "Classic and modern board games for the ultimate family night.", - imageSrc: "http://img.b2bpic.net/free-photo/friends-playing-games-having-beer-home_23-2148560727.jpg", - }, + title: "Family Games", description: "Classic and modern board games for the ultimate family night.", imageSrc: "http://img.b2bpic.net/free-photo/friends-playing-games-having-beer-home_23-2148560727.jpg"}, ]} title="What We Offer" description="Curated collections for every age and imagination." @@ -151,41 +111,13 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "p1", - name: "Wooden Train Set", - price: "$34.99", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-child-playing-with-wooden-car_23-2149357279.jpg", - }, + id: "p1", name: "Wooden Train Set", price: "$34.99", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-child-playing-with-wooden-car_23-2149357279.jpg"}, { - id: "p2", - name: "Classic Teddy Bear", - price: "$22.00", - imageSrc: "http://img.b2bpic.net/free-photo/cute-teddy-bear-outdoors-still-life_23-2151083665.jpg", - }, + id: "p2", name: "Classic Teddy Bear", price: "$22.00", imageSrc: "http://img.b2bpic.net/free-photo/cute-teddy-bear-outdoors-still-life_23-2151083665.jpg"}, { - id: "p3", - name: "Mystery Puzzle", - price: "$18.50", - imageSrc: "http://img.b2bpic.net/free-vector/education-word-card-english-opposites-word_1308-99231.jpg", - }, + id: "p3", name: "Mystery Puzzle", price: "$18.50", imageSrc: "http://img.b2bpic.net/free-vector/education-word-card-english-opposites-word_1308-99231.jpg"}, { - id: "p4", - name: "Strategy Board Game", - price: "$45.00", - imageSrc: "http://img.b2bpic.net/free-photo/mexican-traditional-cards-game_23-2150558673.jpg", - }, - { - id: "p5", - name: "Science Discovery Kit", - price: "$29.99", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-chemist-white-suit-with-ed-solutions-working-with-them-sitting-yellow-space-chemistry-es_140725-28937.jpg", - }, - { - id: "p6", - name: "Action Figure Hero", - price: "$15.00", - imageSrc: "http://img.b2bpic.net/free-photo/retro-tin-robot-toy-standing-ground-with-pattern_53876-23370.jpg", - }, + id: "p4", name: "Strategy Board Game", price: "$45.00", imageSrc: "http://img.b2bpic.net/free-photo/mexican-traditional-cards-game_23-2150558673.jpg"}, ]} title="Featured Favorites" description="Top-rated picks from our shelves to your home." @@ -195,43 +127,15 @@ export default function LandingPage() {
@@ -262,20 +159,11 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "faq1", - title: "Do you offer gift wrapping?", - content: "Yes, we offer free gift wrapping for all items purchased in-store.", - }, + id: "faq1", title: "Do you offer gift wrapping?", content: "Yes, we offer free gift wrapping for all items purchased in-store."}, { - id: "faq2", - title: "Can I order online?", - content: "You can browse our top picks online, but we focus on an in-person shopping experience in Natick!", - }, + id: "faq2", title: "Can I order online?", content: "You can browse our top picks online, but we focus on an in-person shopping experience in Natick!"}, { - id: "faq3", - title: "Do you accept returns?", - content: "We accept returns of unused toys within 30 days with a receipt.", - }, + id: "faq3", title: "Do you accept returns?", content: "We accept returns of unused toys within 30 days with a receipt."}, ]} title="Frequently Asked Questions" description="Answers to common questions about our shop." @@ -290,22 +178,14 @@ export default function LandingPage() { description="Stop by The Bearport for a magical experience or send us a message." inputs={[ { - name: "name", - type: "text", - placeholder: "Your Name", - required: true, + name: "name", type: "text", placeholder: "Your Name", required: true, }, { - name: "email", - type: "email", - placeholder: "Your Email", - required: true, + name: "email", type: "email", placeholder: "Your Email", required: true, }, ]} textarea={{ - name: "message", - placeholder: "How can we help?", - rows: 4, + name: "message", placeholder: "How can we help?", rows: 4, required: true, }} imageSrc="http://img.b2bpic.net/free-photo/child-looking-camera-laughing-while-riding-scooter_7502-4237.jpg" @@ -318,29 +198,19 @@ export default function LandingPage() { { items: [ { - label: "Toys", - href: "#products", - }, + label: "Toys", href: "#products"}, { - label: "About Us", - href: "#about", - }, + label: "About Us", href: "#about"}, { - label: "Contact", - href: "#contact", - }, + label: "Contact", href: "#contact"}, ], }, { items: [ { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, { - label: "Terms of Service", - href: "#", - }, + label: "Terms of Service", href: "#"}, ], }, ]} -- 2.49.1