Merge version_1 into main #3
@@ -52,7 +52,7 @@ export default function LandingPage() {
|
||||
{
|
||||
text: "Shop Toys", href: "#products"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-girl-playing-memory-game_23-2150231753.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-girl-playing-memory-game_23-2150231753.jpg?_wi=1"
|
||||
avatarText="Loved by 10k+ families"
|
||||
avatars={[
|
||||
{
|
||||
@@ -79,13 +79,13 @@ export default function LandingPage() {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-view-puzzle-pieces_23-2150499133.jpg", imageAlt: "3d view of puzzle pieces"},
|
||||
{
|
||||
title: "Sustainable", description: "Eco-friendly materials for a better future.", buttonIcon: Leaf,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-girl-playing-memory-game_23-2150231753.jpg", imageAlt: "3d view of puzzle pieces"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-girl-playing-memory-game_23-2150231753.jpg?_wi=2", imageAlt: "3d view of puzzle pieces"},
|
||||
{
|
||||
title: "Educational", description: "Toys that help children learn and grow.", buttonIcon: BookOpen,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wooden-blocks_1308-39986.jpg", imageAlt: "3d view of puzzle pieces"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wooden-blocks_1308-39986.jpg?_wi=1", imageAlt: "3d view of puzzle pieces"},
|
||||
{
|
||||
title: "Free Shipping", description: "On all orders over $50.", buttonIcon: Truck,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fluffy-toy-texture-close-up_23-2149686921.jpg", imageAlt: "3d view of puzzle pieces"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fluffy-toy-texture-close-up_23-2149686921.jpg?_wi=1", imageAlt: "3d view of puzzle pieces"},
|
||||
]}
|
||||
title="Why Choose ToyJoy?"
|
||||
description="Quality, safety, and endless fun guaranteed."
|
||||
@@ -100,9 +100,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1", name: "Building Blocks", price: "$29.99", imageSrc: "http://img.b2bpic.net/free-photo/wooden-blocks_1308-39986.jpg"},
|
||||
id: "p1", name: "Building Blocks", price: "$29.99", imageSrc: "http://img.b2bpic.net/free-photo/wooden-blocks_1308-39986.jpg?_wi=2"},
|
||||
{
|
||||
id: "p2", name: "Teddy Bear", price: "$19.99", imageSrc: "http://img.b2bpic.net/free-photo/fluffy-toy-texture-close-up_23-2149686921.jpg"},
|
||||
id: "p2", name: "Teddy Bear", price: "$19.99", imageSrc: "http://img.b2bpic.net/free-photo/fluffy-toy-texture-close-up_23-2149686921.jpg?_wi=2"},
|
||||
{
|
||||
id: "p3", name: "Puzzle Set", price: "$14.99", imageSrc: "http://img.b2bpic.net/free-photo/fruits-blue-table-isolated-orange-near-mirrors_171337-13169.jpg"},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user