diff --git a/src/app/page.tsx b/src/app/page.tsx
index c3aee93..d8a9637 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,17 +29,11 @@ export default function LandingPage() {
@@ -49,96 +43,50 @@ export default function LandingPage() {
@@ -151,23 +99,11 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
- id: "1",
- name: "Wooden Block Set",
- price: "$29.99",
- imageSrc: "http://img.b2bpic.net/free-photo/set-wooden-bright-cubes-floor_23-2148030973.jpg?_wi=2",
- },
+ id: "1", name: "Wooden Block Set", price: "$29.99", imageSrc: "http://img.b2bpic.net/free-photo/set-wooden-bright-cubes-floor_23-2148030973.jpg"},
{
- id: "2",
- name: "Soft Plush Bear",
- price: "$19.99",
- imageSrc: "http://img.b2bpic.net/free-photo/cute-little-girl-sleeps-sweetly-white-cozy-bed-with-soft-bear-toy-concept-children-s-rest-sleep_169016-4514.jpg?_wi=2",
- },
+ id: "2", name: "Soft Plush Bear", price: "$19.99", imageSrc: "http://img.b2bpic.net/free-photo/cute-little-girl-sleeps-sweetly-white-cozy-bed-with-soft-bear-toy-concept-children-s-rest-sleep_169016-4514.jpg"},
{
- id: "3",
- name: "Logic Puzzle Game",
- price: "$15.99",
- imageSrc: "http://img.b2bpic.net/free-photo/party-still-life-assortment_23-2148940904.jpg?_wi=2",
- },
+ id: "3", name: "Logic Puzzle Game", price: "$15.99", imageSrc: "http://img.b2bpic.net/free-photo/party-still-life-assortment_23-2148940904.jpg"},
]}
title="New Arrivals"
description="Explore our latest collection of hand-picked toys for every age."
@@ -180,9 +116,7 @@ export default function LandingPage() {
title="Why Choose ToyJoy?"
buttons={[
{
- text: "Learn More",
- href: "#",
- },
+ text: "Learn More", href: "#"},
]}
/>
@@ -192,32 +126,18 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
- id: "1",
- name: "Jane Doe",
- imageSrc: "http://img.b2bpic.net/free-photo/elderly-business-woman-office-isolated_1303-21369.jpg?_wi=2",
- },
+ id: "1", name: "Jane Doe", imageSrc: "http://img.b2bpic.net/free-photo/elderly-business-woman-office-isolated_1303-21369.jpg"},
{
- id: "2",
- name: "Mike Smith",
- imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-women-holding-shopping-bag-standing-garden_23-2147883396.jpg",
- },
+ id: "2", name: "Mike Smith", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-women-holding-shopping-bag-standing-garden_23-2147883396.jpg"},
{
- id: "3",
- name: "Anna Brown",
- imageSrc: "http://img.b2bpic.net/free-photo/father-with-little-son-woods_1303-21507.jpg",
- },
+ id: "3", name: "Anna Brown", imageSrc: "http://img.b2bpic.net/free-photo/father-with-little-son-woods_1303-21507.jpg"},
{
- id: "4",
- name: "David Wilson",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-man-talking-phone_23-2148230757.jpg",
- },
+ id: "4", name: "David Wilson", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-man-talking-phone_23-2148230757.jpg"},
{
- id: "5",
- name: "Elena P.",
- imageSrc: "http://img.b2bpic.net/free-photo/elderly-business-woman-office-isolated_1303-21369.jpg?_wi=3",
- },
+ id: "5", name: "Elena P.", imageSrc: "http://img.b2bpic.net/free-photo/elderly-business-woman-office-isolated_1303-21369.jpg"},
]}
cardTitle="Loved by Parents"
+ cardTag="Testimonials"
cardAnimation="slide-up"
/>
@@ -226,8 +146,7 @@ export default function LandingPage() {
@@ -236,29 +155,19 @@ export default function LandingPage() {