From a87b3889f306de81ec0950c142793f6ba22cd2ca Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 20:53:00 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 458092e..affc5ef 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -78,8 +78,8 @@ export default function LandingPage() { gridVariant="bento-grid" useInvertedBackground={false} features={[ - { title: "Secure Payments", description: "Global payment gateways integrated out of the box.", imageSrc: "http://img.b2bpic.net/free-photo/modern-abstract-background-with-marble-texture_474888-4849.jpg", titleImageSrc: "http://img.b2bpic.net/free-vector/technology-elements-background-flat-style_23-2147763687.jpg", buttonText: "See Details" }, - { title: "Global Logistics", description: "Seamless tracking and shipping globally.", imageSrc: "http://img.b2bpic.net/free-photo/modern-abstract-background-with-marble-texture_474888-4849.jpg", titleImageSrc: "http://img.b2bpic.net/free-vector/blue-background-with-lines-social-networking-icons_23-2147613734.jpg", buttonText: "See Details" }, + { title: "Secure Payments", description: "Global payment gateways integrated out of the box.", imageSrc: "http://img.b2bpic.net/free-photo/modern-abstract-background-with-marble-texture_474888-4849.jpg?_wi=1", titleImageSrc: "http://img.b2bpic.net/free-vector/technology-elements-background-flat-style_23-2147763687.jpg", buttonText: "See Details" }, + { title: "Global Logistics", description: "Seamless tracking and shipping globally.", imageSrc: "http://img.b2bpic.net/free-photo/modern-abstract-background-with-marble-texture_474888-4849.jpg?_wi=2", titleImageSrc: "http://img.b2bpic.net/free-vector/blue-background-with-lines-social-networking-icons_23-2147613734.jpg", buttonText: "See Details" }, { title: "Analytics Dashboard", description: "Real-time insights into your store performance.", imageSrc: "http://img.b2bpic.net/free-photo/abstract-floral-art-background-template-botanical-watercolor-vector-floral-illustrations-buds-leaves-pastel-tonesframe-seamless-pattern-peony-wedding-invitation-greeting-card-poster_123827-29752.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/abstract-cover-art-illustration_23-2151904466.jpg", buttonText: "See Details" }, ]} title="Built for Global Scale" -- 2.49.1