diff --git a/src/app/page.tsx b/src/app/page.tsx
index 557291f..b79ca93 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -12,7 +12,7 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS
import ProductCardThree from '@/components/sections/product/ProductCardThree';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
-import { Car, ShieldCheck, Sparkles, Zap } from "lucide-react";
+import { BatteryCharging, Car, ShieldCheck, Sparkles, Wrench, Zap } from "lucide-react";
export default function LandingPage() {
return (
@@ -33,38 +33,22 @@ export default function LandingPage() {
@@ -195,47 +129,17 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
- id: "product-1",
- name: "Luxury Sports Roadster",
- price: "$299.99",
- imageSrc: "http://img.b2bpic.net/free-photo/mother-with-daughter-riding-electric-scooter_1303-30740.jpg",
- imageAlt: "Red luxury sports ride-on car",
- },
+ id: "product-1", name: "Luxury Sports Roadster", price: "$299.99", imageSrc: "http://img.b2bpic.net/free-photo/mother-with-daughter-riding-electric-scooter_1303-30740.jpg", imageAlt: "Red luxury sports ride-on car"},
{
- id: "product-2",
- name: "Adventure Off-Road Truck",
- price: "$349.99",
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-excited-girl-car_23-2148893089.jpg",
- imageAlt: "Blue adventure off-road ride-on truck",
- },
+ id: "product-2", name: "Adventure Off-Road Truck", price: "$349.99", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-excited-girl-car_23-2148893089.jpg", imageAlt: "Blue adventure off-road ride-on truck"},
{
- id: "product-3",
- name: "Glamour Convertible",
- price: "$279.99",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-toy-car-with-easter-eggs_23-2149318390.jpg",
- imageAlt: "Pink glamour ride-on convertible",
- },
+ id: "product-3", name: "Glamour Convertible", price: "$279.99", imageSrc: "http://img.b2bpic.net/free-photo/close-up-toy-car-with-easter-eggs_23-2149318390.jpg", imageAlt: "Pink glamour ride-on convertible"},
{
- id: "product-4",
- name: "Speedster Race Car",
- price: "$289.99",
- imageSrc: "http://img.b2bpic.net/free-photo/sorry-it-wasn-t-me-boy-little-toy-outlander-drives-around-square_1304-2722.jpg",
- imageAlt: "Yellow speedster ride-on race car",
- },
+ id: "product-4", name: "Speedster Race Car", price: "$289.99", imageSrc: "http://img.b2bpic.net/free-photo/sorry-it-wasn-t-me-boy-little-toy-outlander-drives-around-square_1304-2722.jpg", imageAlt: "Yellow speedster ride-on race car"},
{
- id: "product-5",
- name: "Wilderness Explorer Jeep",
- price: "$319.99",
- imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-with-kid-driving-lawn-mower_23-2149382196.jpg",
- imageAlt: "Green wilderness explorer ride-on jeep",
- },
+ id: "product-5", name: "Wilderness Explorer Jeep", price: "$319.99", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-with-kid-driving-lawn-mower_23-2149382196.jpg", imageAlt: "Green wilderness explorer ride-on jeep"},
{
- id: "product-6",
- name: "Retro Classic Cruiser",
- price: "$309.99",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-metallic-toy-car_23-2151113190.jpg",
- imageAlt: "White retro classic ride-on car",
- },
+ id: "product-6", name: "Retro Classic Cruiser", price: "$309.99", imageSrc: "http://img.b2bpic.net/free-photo/close-up-metallic-toy-car_23-2151113190.jpg", imageAlt: "White retro classic ride-on car"},
]}
title="Our Exciting Ride-On Car Collection"
description="From sleek sports cars to rugged off-road trucks, find the perfect electric ride-on for your little adventurer. Each car is built for fun and designed with safety in mind."
@@ -248,32 +152,16 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- title: "Parental Remote Control",
- description: "Take full control with the included remote, allowing you to guide your child and ensure their safety at all times.",
- imageSrc: "http://img.b2bpic.net/free-photo/nomad-family-having-fun-together-tiny-house_23-2149482505.jpg",
- imageAlt: "Parental remote control for ride-on car",
- buttonIcon: "Shield",
+ title: "Parental Remote Control", description: "Take full control with the included remote, allowing you to guide your child and ensure their safety at all times.", imageSrc: "http://img.b2bpic.net/free-photo/nomad-family-having-fun-together-tiny-house_23-2149482505.jpg", imageAlt: "Parental remote control for ride-on car", buttonIcon: ShieldCheck,
},
{
- title: "Long-Lasting Battery Life",
- description: "Equipped with high-capacity batteries for extended playtime, ensuring the fun never has to stop too soon.",
- imageSrc: "http://img.b2bpic.net/free-photo/two-kids-playing-outside_23-2147782184.jpg",
- imageAlt: "Kids ride-on car battery indicator",
- buttonIcon: "BatteryCharging",
+ title: "Long-Lasting Battery Life", description: "Equipped with high-capacity batteries for extended playtime, ensuring the fun never has to stop too soon.", imageSrc: "http://img.b2bpic.net/free-photo/two-kids-playing-outside_23-2147782184.jpg", imageAlt: "Kids ride-on car battery indicator", buttonIcon: BatteryCharging,
},
{
- title: "Realistic Driving Experience",
- description: "Working headlights, engine sounds, and a comfortable seat provide an immersive and exciting driving adventure.",
- imageSrc: "http://img.b2bpic.net/free-photo/view-three-dimensional-car-model_23-2151138999.jpg",
- imageAlt: "Child operating realistic ride-on car dashboard",
- buttonIcon: "Car",
+ title: "Realistic Driving Experience", description: "Working headlights, engine sounds, and a comfortable seat provide an immersive and exciting driving adventure.", imageSrc: "http://img.b2bpic.net/free-photo/view-three-dimensional-car-model_23-2151138999.jpg", imageAlt: "Child operating realistic ride-on car dashboard", buttonIcon: Car,
},
{
- title: "Easy Assembly & Maintenance",
- description: "Simple, straightforward assembly gets your child riding faster. Durable materials ensure minimal maintenance for years of enjoyment.",
- imageSrc: "http://img.b2bpic.net/free-photo/green-easter-car-with-eggs-copy-space_23-2149301298.jpg",
- imageAlt: "Tools for easy assembly of kids ride-on car",
- buttonIcon: "Wrench",
+ title: "Easy Assembly & Maintenance", description: "Simple, straightforward assembly gets your child riding faster. Durable materials ensure minimal maintenance for years of enjoyment.", imageSrc: "http://img.b2bpic.net/free-photo/green-easter-car-with-eggs-copy-space_23-2149301298.jpg", imageAlt: "Tools for easy assembly of kids ride-on car", buttonIcon: Wrench,
},
]}
title="Why Choose Little Riders?"
@@ -286,18 +174,14 @@ export default function LandingPage() {
useInvertedBackground={true}
heading={[
{
- type: "text",
- content: "Our Passion for Play: Making Childhood Dreams a Reality",
- },
+ type: "text", content: "Our Passion for Play: Making Childhood Dreams a Reality"},
+ {
+ type: "image", src: "http://img.b2bpic.net/free-photo/child-kick-scooter-park-kids-learn-skate-roller-board-little-girl-skating-sunny-summer-day_1157-39417.jpg", alt: "Happy child playing with a toy car"}
]}
buttons={[
{
- text: "Learn Our Story",
- href: "#",
- },
+ text: "Learn Our Story", href: "#"},
]}
- imageSrc="http://img.b2bpic.net/free-photo/child-kick-scooter-park-kids-learn-skate-roller-board-little-girl-skating-sunny-summer-day_1157-39417.jpg"
- imageAlt="Happy child playing with a toy car"
/>
@@ -306,35 +190,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
- id: "1",
- name: "Jessica L.",
- imageSrc: "http://img.b2bpic.net/free-photo/what-s-up-charming-boy-drives-little-white-bmw-s-cabrio_1304-2720.jpg",
- imageAlt: "Happy boy driving a blue ride-on car",
- },
+ id: "1", name: "Jessica L.", imageSrc: "http://img.b2bpic.net/free-photo/what-s-up-charming-boy-drives-little-white-bmw-s-cabrio_1304-2720.jpg", imageAlt: "Happy boy driving a blue ride-on car"},
{
- id: "2",
- name: "Mark S.",
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-cool-kid-with-car_23-2148551392.jpg",
- imageAlt: "Smiling girl in a pink ride-on convertible",
- },
+ id: "2", name: "Mark S.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-cool-kid-with-car_23-2148551392.jpg", imageAlt: "Smiling girl in a pink ride-on convertible"},
{
- id: "3",
- name: "Olivia M.",
- imageSrc: "http://img.b2bpic.net/free-photo/collage-kid-having-fun_23-2149381124.jpg",
- imageAlt: "Excited boy driving a red ride-on sports car",
- },
+ id: "3", name: "Olivia M.", imageSrc: "http://img.b2bpic.net/free-photo/collage-kid-having-fun_23-2149381124.jpg", imageAlt: "Excited boy driving a red ride-on sports car"},
{
- id: "4",
- name: "Tom B.",
- imageSrc: "http://img.b2bpic.net/free-photo/little-girl-ready-go-vacations-kid-red-car-girl-with-globe-hat_1157-41869.jpg",
- imageAlt: "Joyful child in a green ride-on jeep",
- },
+ id: "4", name: "Tom B.", imageSrc: "http://img.b2bpic.net/free-photo/little-girl-ready-go-vacations-kid-red-car-girl-with-globe-hat_1157-41869.jpg", imageAlt: "Joyful child in a green ride-on jeep"},
{
- id: "5",
- name: "Sophia G.",
- imageSrc: "http://img.b2bpic.net/free-photo/little-cute-girl-is-posing-with-pneumatic-drill-photographer-auto-service-workshop_613910-15235.jpg",
- imageAlt: "Content girl in a white vintage ride-on car",
- },
+ id: "5", name: "Sophia G.", imageSrc: "http://img.b2bpic.net/free-photo/little-cute-girl-is-posing-with-pneumatic-drill-photographer-auto-service-workshop_613910-15235.jpg", imageAlt: "Content girl in a white vintage ride-on car"},
]}
cardTitle="Parents Love Little Riders!"
cardTag="Happy Families"
@@ -348,30 +212,15 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
- id: "faq-1",
- title: "What age range are the ride-on cars suitable for?",
- content: "Our ride-on cars are generally suitable for children aged 2-8 years, depending on the specific model and features. Please check individual product descriptions for detailed age and weight recommendations.",
- },
+ id: "faq-1", title: "What age range are the ride-on cars suitable for?", content: "Our ride-on cars are generally suitable for children aged 2-8 years, depending on the specific model and features. Please check individual product descriptions for detailed age and weight recommendations."},
{
- id: "faq-2",
- title: "How long does the battery last on a full charge?",
- content: "Battery life varies by model and usage, but most of our cars provide 1-2 hours of continuous play on a full charge. Charging typically takes 8-12 hours.",
- },
+ id: "faq-2", title: "How long does the battery last on a full charge?", content: "Battery life varies by model and usage, but most of our cars provide 1-2 hours of continuous play on a full charge. Charging typically takes 8-12 hours."},
{
- id: "faq-3",
- title: "Do the cars come with a remote control for parents?",
- content: "Yes, many of our models include a parental remote control, allowing you to control the car's movement and speed for added safety and peace of mind.",
- },
+ id: "faq-3", title: "Do the cars come with a remote control for parents?", content: "Yes, many of our models include a parental remote control, allowing you to control the car's movement and speed for added safety and peace of mind."},
{
- id: "faq-4",
- title: "What is your return policy?",
- content: "We offer a 30-day satisfaction guarantee. If you're not completely happy with your purchase, you can return it within 30 days for a full refund, provided it's in its original condition and packaging.",
- },
+ id: "faq-4", title: "What is your return policy?", content: "We offer a 30-day satisfaction guarantee. If you're not completely happy with your purchase, you can return it within 30 days for a full refund, provided it's in its original condition and packaging."},
{
- id: "faq-5",
- title: "How difficult is assembly?",
- content: "Most of our ride-on cars are designed for easy assembly, typically requiring only basic tools and about 30-60 minutes. Detailed instructions are included with every purchase.",
- },
+ id: "faq-5", title: "How difficult is assembly?", content: "Most of our ride-on cars are designed for easy assembly, typically requiring only basic tools and about 30-60 minutes. Detailed instructions are included with every purchase."},
]}
title="Frequently Asked Questions"
description="Find quick answers to common questions about our ride-on cars, ordering, and delivery."
@@ -384,14 +233,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
- "Kids' Play Magazine",
- "Parenting Today",
- "Child Safety Alliance",
- "Toy Review Central",
- "Family Fun Blog",
- "Happy Tots Magazine",
- "Little Explorers Club",
- ]}
+ "Kids' Play Magazine", "Parenting Today", "Child Safety Alliance", "Toy Review Central", "Family Fun Blog", "Happy Tots Magazine", "Little Explorers Club"]}
title="Trusted by Families, Endorsed by Experts"
description="We're proud to be a favorite among parents and recognized for our commitment to quality and child safety."
/>
@@ -404,22 +246,14 @@ export default function LandingPage() {
description="Have a question about our products or need assistance? Our friendly team is here to help!"
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: "Your Message",
- rows: 4,
+ name: "message", placeholder: "Your Message", rows: 4,
required: true,
}}
imageSrc="http://img.b2bpic.net/free-photo/little-girl-looking-through-magnifier_23-2148085335.jpg"
@@ -433,66 +267,39 @@ export default function LandingPage() {