diff --git a/src/app/page.tsx b/src/app/page.tsx
index 09cc8e5..9ef7be8 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -12,7 +12,7 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS
import ProductCardFour from '@/components/sections/product/ProductCardFour';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
-import { Facebook, Instagram } from "lucide-react";
+import { Facebook, Instagram, Zap, Heart, PenTool, Award } from "lucide-react";
export default function LandingPage() {
return (
@@ -33,25 +33,15 @@ export default function LandingPage() {
@@ -60,113 +50,63 @@ export default function LandingPage() {
@@ -187,28 +127,16 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- title: "Huge Variety",
- description: "From car collections to bicycles, we have everything kids love.",
- imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-composition-toys-open-book-template_23-2148144834.jpg",
- buttonIcon: "Zap",
+ title: "Huge Variety", description: "From car collections to bicycles, we have everything kids love.", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-composition-toys-open-book-template_23-2148144834.jpg", buttonIcon: Zap,
},
{
- title: "Newborn Essentials",
- description: "High-quality, safe, and soft items for your newest family members.",
- imageSrc: "http://img.b2bpic.net/free-photo/postpartum-box-still-life_23-2151174361.jpg",
- buttonIcon: "Heart",
+ title: "Newborn Essentials", description: "High-quality, safe, and soft items for your newest family members.", imageSrc: "http://img.b2bpic.net/free-photo/postpartum-box-still-life_23-2151174361.jpg", buttonIcon: Heart,
},
{
- title: "Sports & Stationery",
- description: "Top-tier school stationery and sports gear for active learners.",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-assortment-paint-pencils_23-2148662973.jpg",
- buttonIcon: "PenTool",
+ title: "Sports & Stationery", description: "Top-tier school stationery and sports gear for active learners.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-assortment-paint-pencils_23-2148662973.jpg", buttonIcon: PenTool,
},
{
- title: "Affordable Quality",
- description: "We offer the best products at the best market prices guaranteed.",
- imageSrc: "http://img.b2bpic.net/free-photo/man-hugging-big-teddy-bear_1194-517.jpg",
- buttonIcon: "Award",
+ title: "Affordable Quality", description: "We offer the best products at the best market prices guaranteed.", imageSrc: "http://img.b2bpic.net/free-photo/man-hugging-big-teddy-bear_1194-517.jpg", buttonIcon: Award,
},
]}
title="Why Choose Toy N Joy?"
@@ -224,47 +152,17 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
- id: "1",
- name: "Die Cast Sport Car",
- price: "₹499",
- variant: "Collectible",
- imageSrc: "http://img.b2bpic.net/free-photo/green-easter-car-with-egg_23-2149301302.jpg",
- },
+ id: "1", name: "Die Cast Sport Car", price: "₹499", variant: "Collectible", imageSrc: "http://img.b2bpic.net/free-photo/green-easter-car-with-egg_23-2149301302.jpg"},
{
- id: "2",
- name: "Kids City Cycle",
- price: "₹3,499",
- variant: "Sports",
- imageSrc: "http://img.b2bpic.net/free-photo/view-little-girl-with-backpack-bike-adventuring-nature_23-2150521052.jpg",
- },
+ id: "2", name: "Kids City Cycle", price: "₹3,499", variant: "Sports", imageSrc: "http://img.b2bpic.net/free-photo/view-little-girl-with-backpack-bike-adventuring-nature_23-2150521052.jpg"},
{
- id: "3",
- name: "Soft Plush Panda",
- price: "₹299",
- variant: "Newborn",
- imageSrc: "http://img.b2bpic.net/free-photo/interior-kids-room-decoration-with-toys_23-2149096027.jpg",
- },
+ id: "3", name: "Soft Plush Panda", price: "₹299", variant: "Newborn", imageSrc: "http://img.b2bpic.net/free-photo/interior-kids-room-decoration-with-toys_23-2149096027.jpg"},
{
- id: "4",
- name: "Building Blocks Set",
- price: "₹599",
- variant: "Educational",
- imageSrc: "http://img.b2bpic.net/free-photo/geometric-shapes-financial-planning-yellow-background_23-2148305982.jpg",
- },
+ id: "4", name: "Building Blocks Set", price: "₹599", variant: "Educational", imageSrc: "http://img.b2bpic.net/free-photo/geometric-shapes-financial-planning-yellow-background_23-2148305982.jpg"},
{
- id: "5",
- name: "RC Racing Car",
- price: "₹1,299",
- variant: "Remote Control",
- imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-traditional-black-cab-driving-through-most-famous-landmarks-london_181624-53157.jpg",
- },
+ id: "5", name: "RC Racing Car", price: "₹1,299", variant: "Remote Control", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-traditional-black-cab-driving-through-most-famous-landmarks-london_181624-53157.jpg"},
{
- id: "6",
- name: "Drawing Kit Box",
- price: "₹199",
- variant: "Stationery",
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-colorful-different-pencils-with-felt-pens-yellow-desk_140725-63637.jpg",
- },
+ id: "6", name: "Drawing Kit Box", price: "₹199", variant: "Stationery", imageSrc: "http://img.b2bpic.net/free-photo/front-view-colorful-different-pencils-with-felt-pens-yellow-desk_140725-63637.jpg"},
]}
title="Popular Products"
description="Explore our best-selling collections."
@@ -276,14 +174,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
- "Mattel",
- "Hasbro",
- "Lego",
- "Fisher-Price",
- "Hot Wheels",
- "Funskool",
- "Skillmatics",
- ]}
+ "Mattel", "Hasbro", "Lego", "Fisher-Price", "Hot Wheels", "Funskool", "Skillmatics"]}
title="Trusted Partners & Brands"
description="We collaborate with the world's best toy makers."
/>
@@ -296,59 +187,28 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
- id: "1",
- name: "Sarah Johnson",
- role: "Parent",
- company: "Varanasi",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/woman-blue-shirt-giving-gift-box_23-2147957777.jpg",
- },
+ id: "1", name: "Sarah Johnson", role: "Parent", company: "Varanasi", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/woman-blue-shirt-giving-gift-box_23-2147957777.jpg"},
{
- id: "2",
- name: "Michael Chen",
- role: "Collector",
- company: "Local",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/happy-man-bachelor-party-laughing_23-2149275479.jpg",
- },
+ id: "2", name: "Michael Chen", role: "Collector", company: "Local", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/happy-man-bachelor-party-laughing_23-2149275479.jpg"},
{
- id: "3",
- name: "Emily Rodriguez",
- role: "Parent",
- company: "Neighborhood",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/woman-shopping-city_23-2149273783.jpg",
- },
+ id: "3", name: "Emily Rodriguez", role: "Parent", company: "Neighborhood", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/woman-shopping-city_23-2149273783.jpg"},
{
- id: "4",
- name: "David Kim",
- role: "Customer",
- company: "Local",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/father-with-son-repare-bike-park_1157-34959.jpg",
- },
+ id: "4", name: "David Kim", role: "Customer", company: "Local", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/father-with-son-repare-bike-park_1157-34959.jpg"},
{
- id: "5",
- name: "Priya Sharma",
- role: "Mother",
- company: "Nearby",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/mother-spending-time-with-her-daughter_23-2148988977.jpg",
- },
+ id: "5", name: "Priya Sharma", role: "Mother", company: "Nearby", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/mother-spending-time-with-her-daughter_23-2148988977.jpg"},
]}
kpiItems={[
{
- value: "4.9",
- label: "Rating",
- },
+ value: "4.9", label: "Rating"},
{
- value: "205+",
- label: "Reviews",
- },
+ value: "205+", label: "Reviews"},
{
- value: "100%",
- label: "Satisfaction",
- },
+ value: "100%", label: "Satisfaction"},
]}
title="What Our Customers Say"
description="Heartfelt feedback from our happy families."
@@ -361,20 +221,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
- id: "1",
- title: "What are your opening hours?",
- content: "We are open 24 hours a day, 7 days a week.",
- },
+ id: "1", title: "What are your opening hours?", content: "We are open 24 hours a day, 7 days a week."},
{
- id: "2",
- title: "Do you offer discounts?",
- content: "Yes, we regularly offer maximum discounts on all our toy and stationery items.",
- },
+ id: "2", title: "Do you offer discounts?", content: "Yes, we regularly offer maximum discounts on all our toy and stationery items."},
{
- id: "3",
- title: "Where are you located?",
- content: "We are located at PAHARIYA, Pandeypur-Sarnath Rd, Varanasi.",
- },
+ id: "3", title: "Where are you located?", content: "We are located at PAHARIYA, Pandeypur-Sarnath Rd, Varanasi."},
]}
title="Frequently Asked Questions"
description="Got questions? We have answers."
@@ -386,8 +237,7 @@ export default function LandingPage() {