Update src/app/page.tsx

This commit is contained in:
2026-03-05 13:42:37 +00:00
parent 4c3392a377
commit 48c396c17d

View File

@@ -144,7 +144,7 @@ export default function HomePage() {
"Sell across your website, mobile app, social media, and marketplaces from one unified platform. Manage inventory, orders, and customers in one place.",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/young-latin-man-entrepreneur-with-lot-orders-his-online-shop-business-owner-writing-customers-information-clipboard_662251-2175.jpg"
imageSrc="http://img.b2bpic.net/free-photo/young-latin-man-entrepreneur-with-lot-orders-his-online-shop-business-owner-writing-customers-information-clipboard_662251-2175.jpg?_wi=1"
imageAlt="Feature showcase"
mediaAnimation="slide-up"
useInvertedBackground={false}
@@ -161,7 +161,7 @@ export default function HomePage() {
name: "Premium Wireless Headphones",
price: "$149.99",
variant: "Black • 2 Colors",
imageSrc: "http://img.b2bpic.net/free-photo/headset-table_417767-238.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/headset-table_417767-238.jpg?_wi=1",
imageAlt: "Wireless headphones",
isFavorited: false,
},
@@ -170,7 +170,7 @@ export default function HomePage() {
name: "Smart Watch Pro",
price: "$299.99",
variant: "Silver • 3 Colors",
imageSrc: "http://img.b2bpic.net/free-photo/sporty-active-woman-casual-t-shirt-looks-smartwatch-focused-screen-smiles-gladfully-satisfied-after-wokout-listens-music-wireless-headphones-poses-outdoors-against-urban-surroundings_273609-57760.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/sporty-active-woman-casual-t-shirt-looks-smartwatch-focused-screen-smiles-gladfully-satisfied-after-wokout-listens-music-wireless-headphones-poses-outdoors-against-urban-surroundings_273609-57760.jpg?_wi=1",
imageAlt: "Smart watch",
isFavorited: false,
},
@@ -179,7 +179,7 @@ export default function HomePage() {
name: "Portable Charger 20K",
price: "$59.99",
variant: "White • 4 Colors",
imageSrc: "http://img.b2bpic.net/free-photo/powerful-external-battery-with-usb-wire_93675-128475.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/powerful-external-battery-with-usb-wire_93675-128475.jpg?_wi=1",
imageAlt: "Portable charger",
isFavorited: false,
},
@@ -188,7 +188,7 @@ export default function HomePage() {
name: "USB-C Hub Adapter",
price: "$79.99",
variant: "Gray • 2 Colors",
imageSrc: "http://img.b2bpic.net/free-photo/kitchen-faucet-water-aerator-metal-texture_169016-69557.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/kitchen-faucet-water-aerator-metal-texture_169016-69557.jpg?_wi=1",
imageAlt: "USB hub",
isFavorited: false,
},
@@ -218,7 +218,7 @@ export default function HomePage() {
role: "E-commerce Owner",
company: "StyleHub",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=1",
},
{
id: "2",
@@ -226,7 +226,7 @@ export default function HomePage() {
role: "Store Manager",
company: "TechGear",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-optimistic-businessman-formalwear_1262-3600.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-optimistic-businessman-formalwear_1262-3600.jpg?_wi=1",
},
{
id: "3",
@@ -234,7 +234,7 @@ export default function HomePage() {
role: "Business Owner",
company: "HomeDecor Plus",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=2",
},
{
id: "4",
@@ -242,7 +242,7 @@ export default function HomePage() {
role: "Founder",
company: "Fresh Foods Online",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-optimistic-businessman-formalwear_1262-3600.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-optimistic-businessman-formalwear_1262-3600.jpg?_wi=2",
},
]}
kpiItems={[
@@ -337,7 +337,7 @@ export default function HomePage() {
{ text: "Watch Tutorial", href: "#" },
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/modern-workspace-with-analytical-data-dashboards-displayed-devices_482257-126633.jpg"
imageSrc="http://img.b2bpic.net/free-photo/modern-workspace-with-analytical-data-dashboards-displayed-devices_482257-126633.jpg?_wi=1"
imageAlt="Sales dashboard"
useInvertedBackground={false}
/>