Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-04 08:38:03 +00:00

View File

@@ -8,7 +8,9 @@ import ProductCardFour from "@/components/sections/product/ProductCardFour";
import MetricCardOne from "@/components/sections/metrics/MetricCardOne";
import BlogCardThree from "@/components/sections/blog/BlogCardThree";
import TestimonialCardTen from "@/components/sections/testimonial/TestimonialCardTen";
import TextSplitAbout from "@/components/sections/about/TextSplitAbout";
import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
import FaqBase from "@/components/sections/faq/FaqBase";
import ContactText from "@/components/sections/contact/ContactText";
import FooterBase from "@/components/sections/footer/FooterBase";
import { Sparkles, Star, Heart, Zap, Users, ThumbsUp, Headphones, Award, MessageSquare, HelpCircle } from "lucide-react";
@@ -17,14 +19,13 @@ export default function HomePage() {
const navItems = [
{ name: "Shop", id: "featured-products" },
{ name: "About", id: "about" },
{ name: "Contact", id: "contact" },
{ name: "FAQ", id: "faq" },
{ name: "Contact", id: "contact" },
];
const footerColumns = [
{
title: "Shop",
items: [
title: "Shop", items: [
{ label: "All Toys", href: "/products" },
{ label: "Educational Toys", href: "/products" },
{ label: "Plush Toys", href: "/products" },
@@ -34,8 +35,7 @@ export default function HomePage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Our Story", href: "/about" },
{ label: "Blog & Tips", href: "#" },
@@ -44,8 +44,7 @@ export default function HomePage() {
],
},
{
title: "Customer Care",
items: [
title: "Customer Care", items: [
{ label: "FAQ", href: "/faq" },
{ label: "Shipping Info", href: "#" },
{ label: "Returns & Exchanges", href: "#" },
@@ -62,7 +61,7 @@ export default function HomePage() {
borderRadius="rounded"
contentWidth="small"
sizing="mediumSizeLargeTitles"
background="noiseDiagonalGradient"
background="circleGradient"
cardStyle="layered-gradient"
primaryButtonStyle="flat"
secondaryButtonStyle="layered"
@@ -84,7 +83,7 @@ export default function HomePage() {
tag="Featured Collection"
tagIcon={Sparkles}
tagAnimation="slide-up"
background={{ variant: "noiseDiagonalGradient" }}
background={{ variant: "sparkles-gradient" }}
buttons={[
{ text: "Shop Now", href: "/products" },
{ text: "Learn More", href: "/about" },
@@ -92,25 +91,15 @@ export default function HomePage() {
buttonAnimation="slide-up"
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/set-kid-toys-white-shelf_53876-144954.jpg",
imageAlt: "Colorful educational toys collection",
},
imageSrc: "http://img.b2bpic.net/free-photo/set-kid-toys-white-shelf_53876-144954.jpg", imageAlt: "Colorful educational toys collection"},
{
imageSrc: "http://img.b2bpic.net/free-photo/side-view-kid-holding-teddy-bear-outdoors_23-2151083608.jpg",
imageAlt: "Plush toys for young children",
},
imageSrc: "http://img.b2bpic.net/free-photo/side-view-kid-holding-teddy-bear-outdoors_23-2151083608.jpg", imageAlt: "Plush toys for young children"},
{
imageSrc: "http://img.b2bpic.net/free-photo/robot-style-car-with-joystick_140725-9003.jpg?_wi=1",
imageAlt: "STEM and building toys",
},
imageSrc: "http://img.b2bpic.net/free-photo/robot-style-car-with-joystick_140725-9003.jpg", imageAlt: "STEM and building toys"},
{
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-company-talking-smiling-friends-sitting-park-man-women-having-fun-spending-time-together_285396-8853.jpg",
imageAlt: "Outdoor adventure toys",
},
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-company-talking-smiling-friends-sitting-park-man-women-having-fun-spending-time-together_285396-8853.jpg", imageAlt: "Outdoor adventure toys"},
{
imageSrc: "http://img.b2bpic.net/free-photo/shallow-focus-shot-happy-caucasian-family-reading-playing_181624-55717.jpg",
imageAlt: "Board games and puzzles",
},
imageSrc: "http://img.b2bpic.net/free-photo/shallow-focus-shot-happy-caucasian-family-reading-playing_181624-55717.jpg", imageAlt: "Board games and puzzles"},
]}
className="w-full"
containerClassName="max-w-full"
@@ -130,37 +119,13 @@ export default function HomePage() {
buttonAnimation="slide-up"
products={[
{
id: "1",
name: "Colorful Building Blocks Set",
price: "$34.99",
variant: "1000+ pieces • Multiple Colors",
imageSrc: "http://img.b2bpic.net/free-photo/plastic-eccano-set_1398-2179.jpg?_wi=1",
imageAlt: "Colorful building blocks set",
},
id: "1", name: "Colorful Building Blocks Set", price: "$34.99", variant: "1000+ pieces • Multiple Colors", imageSrc: "http://img.b2bpic.net/free-photo/plastic-eccano-set_1398-2179.jpg", imageAlt: "Colorful building blocks set"},
{
id: "2",
name: "Plush Unicorn Friend",
price: "$24.99",
variant: "Soft & Huggable • 18 inches",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-girl-showing-her-toy_1162-58.jpg?_wi=1",
imageAlt: "Plush unicorn toy",
},
id: "2", name: "Plush Unicorn Friend", price: "$24.99", variant: "Soft & Huggable • 18 inches", imageSrc: "http://img.b2bpic.net/free-photo/close-up-girl-showing-her-toy_1162-58.jpg", imageAlt: "Plush unicorn toy"},
{
id: "3",
name: "Robotics Kit Pro",
price: "$89.99",
variant: "STEM Learning • Ages 8+",
imageSrc: "http://img.b2bpic.net/free-photo/robot-style-car-with-joystick_140725-9003.jpg?_wi=2",
imageAlt: "Robotics educational kit",
},
id: "3", name: "Robotics Kit Pro", price: "$89.99", variant: "STEM Learning • Ages 8+", imageSrc: "http://img.b2bpic.net/free-photo/robot-style-car-with-joystick_140725-9003.jpg", imageAlt: "Robotics educational kit"},
{
id: "4",
name: "Adventure Scooter",
price: "$49.99",
variant: "Outdoor Fun • LED Wheels",
imageSrc: "http://img.b2bpic.net/free-photo/african-american-girl-with-phone_1303-5332.jpg?_wi=1",
imageAlt: "Three-wheel scooter with LED wheels",
},
id: "4", name: "Adventure Scooter", price: "$49.99", variant: "Outdoor Fun • LED Wheels", imageSrc: "http://img.b2bpic.net/free-photo/african-american-girl-with-phone_1303-5332.jpg", imageAlt: "Three-wheel scooter with LED wheels"},
]}
gridVariant="two-columns-alternating-heights"
animationType="slide-up"
@@ -179,25 +144,13 @@ export default function HomePage() {
tagAnimation="slide-up"
metrics={[
{
id: "1",
value: "500K",
title: "Happy Customers",
description: "Families worldwide enjoying our toys",
icon: Users,
id: "1", value: "500K", title: "Happy Customers", description: "Families worldwide enjoying our toys", icon: Users,
},
{
id: "2",
value: "98%",
title: "Satisfaction Rate",
description: "Customer approval on all products",
icon: ThumbsUp,
id: "2", value: "98%", title: "Satisfaction Rate", description: "Customer approval on all products", icon: ThumbsUp,
},
{
id: "3",
value: "24/7",
title: "Customer Support",
description: "Always here to help you",
icon: Headphones,
id: "3", value: "24/7", title: "Customer Support", description: "Always here to help you", icon: Headphones,
},
]}
gridVariant="uniform-all-items-equal"
@@ -217,38 +170,11 @@ export default function HomePage() {
tagAnimation="slide-up"
blogs={[
{
id: "1",
category: "Spring Collection",
title: "Outdoor Adventure Toys for Spring Season",
excerpt: "Get ready for outdoor fun with our new spring collection featuring scooters, skateboards, and water toys.",
imageSrc: "http://img.b2bpic.net/free-photo/brother-sister-enjoying-watermelon-park_23-2147893204.jpg?_wi=1",
imageAlt: "Spring collection outdoor toys",
authorName: "Playtopia Team",
authorAvatar: "http://img.b2bpic.net/free-photo/portrait-businessman-office-2_1262-1488.jpg",
date: "March 2025",
},
id: "1", category: "Spring Collection", title: "Outdoor Adventure Toys for Spring Season", excerpt: "Get ready for outdoor fun with our new spring collection featuring scooters, skateboards, and water toys.", imageSrc: "http://img.b2bpic.net/free-photo/brother-sister-enjoying-watermelon-park_23-2147893204.jpg", imageAlt: "Spring collection outdoor toys", authorName: "Playtopia Team", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-businessman-office-2_1262-1488.jpg", date: "March 2025"},
{
id: "2",
category: "STEM Learning",
title: "Top 5 Educational STEM Toys for Curious Minds",
excerpt: "Explore our curated selection of STEM toys that make learning fun and engaging for kids ages 5-12.",
imageSrc: "http://img.b2bpic.net/free-photo/woman-girl-with-safety-glasses-lab_23-2148581324.jpg?_wi=1",
imageAlt: "Educational STEM toys showcase",
authorName: "Educational Expert",
authorAvatar: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg",
date: "February 2025",
},
id: "2", category: "STEM Learning", title: "Top 5 Educational STEM Toys for Curious Minds", excerpt: "Explore our curated selection of STEM toys that make learning fun and engaging for kids ages 5-12.", imageSrc: "http://img.b2bpic.net/free-photo/woman-girl-with-safety-glasses-lab_23-2148581324.jpg", imageAlt: "Educational STEM toys showcase", authorName: "Educational Expert", authorAvatar: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg", date: "February 2025"},
{
id: "3",
category: "Holiday Special",
title: "Best Toys for Every Age Group This Season",
excerpt: "Special holiday deals on premium toys perfect for birthdays and celebrations. Limited stock available!",
imageSrc: "http://img.b2bpic.net/free-vector/flat-design-christmas-sale-concept_23-2148349986.jpg?_wi=1",
imageAlt: "Holiday special toy deals",
authorName: "Playtopia Curator",
authorAvatar: "http://img.b2bpic.net/free-photo/dark-blonde-bearded-man-crosses-his-hands-chest-posing-black-shirt_8353-1116.jpg",
date: "January 2025",
},
id: "3", category: "Holiday Special", title: "Best Toys for Every Age Group This Season", excerpt: "Special holiday deals on premium toys perfect for birthdays and celebrations. Limited stock available!", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-christmas-sale-concept_23-2148349986.jpg", imageAlt: "Holiday special toy deals", authorName: "Playtopia Curator", authorAvatar: "http://img.b2bpic.net/free-photo/dark-blonde-bearded-man-crosses-his-hands-chest-posing-black-shirt_8353-1116.jpg", date: "January 2025"},
]}
animationType="slide-up"
textboxLayout="default"
@@ -266,65 +192,34 @@ export default function HomePage() {
tagAnimation="slide-up"
testimonials={[
{
id: "1",
title: "Quality Beyond Expectations",
quote: "The toys from Playtopia are incredibly well-made and safe. My kids play with them every single day, and they show no signs of wear. Customer service was amazing too!",
name: "Sarah Johnson",
role: "Parent of 2",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-child-hugging-their-parents_1098-890.jpg?_wi=1",
imageAlt: "Sarah Johnson",
},
id: "1", title: "Quality Beyond Expectations", quote: "The toys from Playtopia are incredibly well-made and safe. My kids play with them every single day, and they show no signs of wear. Customer service was amazing too!", name: "Sarah Johnson", role: "Parent of 2", imageSrc: "http://img.b2bpic.net/free-photo/smiling-child-hugging-their-parents_1098-890.jpg", imageAlt: "Sarah Johnson"},
{
id: "2",
title: "Educational & Fun Combined",
quote: "I was skeptical about STEM toys until I bought the robotics kit from Playtopia. My 8-year-old loves it and has learned so much. Highly recommend!",
name: "Michael Chen",
role: "Teacher & Parent",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-business-leader-her-colleagues-two-cheerful-men-woman-standing-together-after-corporate-meeting-office-smiling-looking-camera-female-leadership-business-concept_74855-24566.jpg?_wi=1",
imageAlt: "Michael Chen",
},
id: "2", title: "Educational & Fun Combined", quote: "I was skeptical about STEM toys until I bought the robotics kit from Playtopia. My 8-year-old loves it and has learned so much. Highly recommend!", name: "Michael Chen", role: "Teacher & Parent", imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-business-leader-her-colleagues-two-cheerful-men-woman-standing-together-after-corporate-meeting-office-smiling-looking-camera-female-leadership-business-concept_74855-24566.jpg", imageAlt: "Michael Chen"},
{
id: "3",
title: "Fast Shipping & Great Variety",
quote: "Playtopia has everything! From outdoor toys to building sets, the selection is unbeatable. Plus, shipping was incredibly fast for my daughter's birthday.",
name: "Emily Rodriguez",
role: "Parent of 3",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-child-hugging-their-parents_1098-890.jpg?_wi=2",
imageAlt: "Emily Rodriguez",
},
id: "3", title: "Fast Shipping & Great Variety", quote: "Playtopia has everything! From outdoor toys to building sets, the selection is unbeatable. Plus, shipping was incredibly fast for my daughter's birthday.", name: "Emily Rodriguez", role: "Parent of 3", imageSrc: "http://img.b2bpic.net/free-photo/smiling-child-hugging-their-parents_1098-890.jpg", imageAlt: "Emily Rodriguez"},
{
id: "4",
title: "Safe & Certified Toys",
quote: "As a parent, safety is my top concern. I love that Playtopia guarantees all toys are tested and certified. Peace of mind and happy kids!",
name: "David Kim",
role: "Safety-Conscious Parent",
imageSrc: "http://img.b2bpic.net/free-photo/focused-mature-legal-advisor-reading-analyzing-customer-document_74855-9915.jpg",
imageAlt: "David Kim",
},
id: "4", title: "Safe & Certified Toys", quote: "As a parent, safety is my top concern. I love that Playtopia guarantees all toys are tested and certified. Peace of mind and happy kids!", name: "David Kim", role: "Safety-Conscious Parent", imageSrc: "http://img.b2bpic.net/free-photo/focused-mature-legal-advisor-reading-analyzing-customer-document_74855-9915.jpg", imageAlt: "David Kim"},
{
id: "5",
title: "Best Birthday Present Ever",
quote: "My son hasn't put down his new adventure scooter since it arrived. The LED wheels are awesome and he's been riding it every afternoon!",
name: "Jessica Thompson",
role: "Grandmother",
imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-with-granddaughter-daughter-hugging-couch_171337-8137.jpg",
imageAlt: "Jessica Thompson",
},
id: "5", title: "Best Birthday Present Ever", quote: "My son hasn't put down his new adventure scooter since it arrived. The LED wheels are awesome and he's been riding it every afternoon!", name: "Jessica Thompson", role: "Grandmother", imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-with-granddaughter-daughter-hugging-couch_171337-8137.jpg", imageAlt: "Jessica Thompson"},
{
id: "6",
title: "Amazing Value for Money",
quote: "The quality-to-price ratio at Playtopia is unbeatable. I get premium toys without breaking the bank. Definitely shopping there again!",
name: "James Wilson",
role: "Budget-Conscious Parent",
imageSrc: "http://img.b2bpic.net/free-photo/happy-daughter-embracing-kissing-her-working-parents-home_637285-12186.jpg",
imageAlt: "James Wilson",
},
id: "6", title: "Amazing Value for Money", quote: "The quality-to-price ratio at Playtopia is unbeatable. I get premium toys without breaking the bank. Definitely shopping there again!", name: "James Wilson", role: "Budget-Conscious Parent", imageSrc: "http://img.b2bpic.net/free-photo/happy-daughter-embracing-kissing-her-working-parents-home_637285-12186.jpg", imageAlt: "James Wilson"},
]}
textboxLayout="default"
useInvertedBackground={false}
/>
</div>
<div id="about" data-section="about">
<TextSplitAbout
title="About Playtopia Shop"
description={[
"Founded in 2015, Playtopia Shop has been a trusted name in quality children's toys. We believe every child deserves access to safe, innovative, and engaging toys that spark imagination and fuel learning.", "Our mission is simple: deliver joy, safety, and educational value through carefully curated toy collections. Every product is rigorously tested, certified safe, and selected for its ability to inspire and delight children of all ages.", "From eco-friendly wooden toys to cutting-edge robotics kits, we partner with world-class manufacturers and designers to bring you the best toys available. Your child's happiness is our priority."]}
buttons={[{ text: "Shop Our Collection", href: "/products" }]}
showBorder={true}
useInvertedBackground={false}
/>
</div>
<div id="social-proof" data-section="social-proof">
<SocialProofOne
title="Trusted by Leading Organizations"
@@ -333,15 +228,7 @@ export default function HomePage() {
tagIcon={Award}
tagAnimation="slide-up"
names={[
"Educational Toys Association",
"International Safety Standards",
"Kids & Family Magazine",
"Parenting Excellence Network",
"Toy Industry Association",
"Child Development Institute",
"Safe Toy Foundation",
"Global Kids Network",
]}
"Educational Toys Association", "International Safety Standards", "Kids & Family Magazine", "Parenting Excellence Network", "Toy Industry Association", "Child Development Institute", "Safe Toy Foundation", "Global Kids Network"]}
textboxLayout="default"
useInvertedBackground={false}
showCard={true}
@@ -349,6 +236,39 @@ export default function HomePage() {
/>
</div>
<div id="faq" data-section="faq">
<FaqBase
title="Frequently Asked Questions"
description="Find answers to common questions about our products, shipping, and policies."
tag="Help & Support"
tagIcon={HelpCircle}
tagAnimation="slide-up"
faqs={[
{
id: "1", title: "Are all toys at Playtopia Shop safe and certified?", content: "Yes! Every single toy at Playtopia Shop is tested for safety and certified to meet or exceed international safety standards including CPSIA, CE, and EN standards. We only partner with manufacturers who maintain the highest safety protocols."},
{
id: "2", title: "What is your return and exchange policy?", content: "We offer a 30-day money-back guarantee on all purchases. If a toy is damaged, defective, or simply not what you expected, we'll happily process a full refund or exchange. No questions asked. Return shipping is free for defective items."},
{
id: "3", title: "Do you offer gift wrapping and personalization?", content: "Yes! We offer complimentary gift wrapping on all orders. For an additional fee, we also provide personalization services for select toys, including engraving and custom name tags."},
{
id: "4", title: "How fast is your shipping?", content: "Standard shipping takes 5-7 business days. We also offer express shipping (2-3 days) and overnight delivery options. All orders include tracking information and are fully insured."},
{
id: "5", title: "Do you ship internationally?", content: "Yes, we ship to over 50 countries worldwide. International shipping rates vary by location. Please check our shipping page for current rates and delivery times to your country."},
{
id: "6", title: "What payment methods do you accept?", content: "We accept all major credit cards (Visa, Mastercard, American Express), PayPal, Stripe, and Apple Pay. All payments are processed securely with 256-bit SSL encryption."},
{
id: "7", title: "Can I track my order?", content: "Absolutely! Once your order ships, you'll receive a tracking number via email. You can track your package in real-time on our website or through the carrier's tracking system."},
{
id: "8", title: "Do you have a loyalty rewards program?", content: "Yes! Sign up for our VIP Club and earn points on every purchase. Points can be redeemed for discounts, exclusive products, and special birthday gifts for your little ones."},
]}
faqsAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={false}
animationType="smooth"
showCard={true}
/>
</div>
<div id="contact" data-section="contact">
<ContactText
text="Ready to find the perfect toy for your child? Get in touch with our team for product recommendations, bulk orders, or any questions."