Update src/app/page.tsx
This commit is contained in:
@@ -43,7 +43,7 @@ export default function LandingPage() {
|
||||
{
|
||||
name: "Blog", id: "/blog"},
|
||||
{
|
||||
name: "Contact", id: "/contact"},
|
||||
name: "Contact", id: "/contact"}
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-photo/shopping-red-back-with-technology-accessories-inside_23-2148670035.jpg"
|
||||
logoAlt="Marketplace Logo"
|
||||
@@ -63,9 +63,9 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Products", href: "/products"},\
|
||||
text: "Explore Products", href: "/products"},
|
||||
{
|
||||
text: "Start Selling", href: "/seller-registration"},
|
||||
text: "Start Selling", href: "/seller-registration"}
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
@@ -79,7 +79,7 @@ export default function LandingPage() {
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delivery-person-handing-package_23-2151998644.jpg", imageAlt: "Fast and reliable delivery services for e-commerce"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/interracial-team-friends-standing-circle_1262-21101.jpg", imageAlt: "Diverse people using the marketplace on their mobile phones"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/interracial-team-friends-standing-circle_1262-21101.jpg", imageAlt: "Diverse people using the marketplace on their mobile phones"}
|
||||
]}
|
||||
mediaAnimation="opacity"
|
||||
/>
|
||||
@@ -109,7 +109,7 @@ export default function LandingPage() {
|
||||
reviewCount: "180 reviews"},
|
||||
{
|
||||
id: "p6", name: "Portable Bluetooth Speaker", price: "$89.99", imageSrc: "http://img.b2bpic.net/free-photo/view-robotic-vacuum-cleaner-flat-surface_23-2151736808.jpg", imageAlt: "Portable Bluetooth Speaker", rating: 4.6,
|
||||
reviewCount: "280 reviews"},
|
||||
reviewCount: "280 reviews"}
|
||||
]}
|
||||
title="Featured Products"
|
||||
description="Handpicked items from our top sellers, just for you."
|
||||
@@ -126,7 +126,7 @@ export default function LandingPage() {
|
||||
{
|
||||
title: "Vast Product Selection", description: "Browse millions of products across diverse categories from thousands of trusted sellers.", imageSrc: "http://img.b2bpic.net/free-photo/online-shopping-cart-e-commers-concept_53876-127436.jpg", imageAlt: "Diverse Product Categories"},
|
||||
{
|
||||
title: "Seller Empowerment", description: "Intuitive dashboard for product, order, and inventory management with powerful analytics.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-online-shopping-concept_23-2148625696.jpg", imageAlt: "Seller Dashboard Analytics"},
|
||||
title: "Seller Empowerment", description: "Intuitive dashboard for product, order, and inventory management with powerful analytics.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-online-shopping-concept_23-2148625696.jpg", imageAlt: "Seller Dashboard Analytics"}
|
||||
]}
|
||||
title="A Marketplace Built for Everyone"
|
||||
description="Seamless experiences for buyers, powerful tools for sellers, and robust control for admins."
|
||||
@@ -162,7 +162,7 @@ export default function LandingPage() {
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/mature-woman-with-grey-hair-posing-with-violet-jacket_343059-66.jpg", alt: "David Lee"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-man-posing-with-flower_23-2149486773.jpg", alt: "Jessica Brown"},
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-man-posing-with-flower_23-2149486773.jpg", alt: "Jessica Brown"}
|
||||
]}
|
||||
ratingAnimation="blur-reveal"
|
||||
avatarsAnimation="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user