From a3d78ead01887a4da408c2468087678e72035ff0 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 02:32:43 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index de0d25a..e86a35c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -120,15 +120,15 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "p1", name: "Enterprise Portal", price: "Custom", variant: "Web System", imageSrc: "http://img.b2bpic.net/free-vector/abstract-sales-landing-page_23-2148323856.jpg"}, + id: "p1", name: "Enterprise Portal", price: "Starting from $5k", variant: "Web System", imageSrc: "http://img.b2bpic.net/free-vector/abstract-sales-landing-page_23-2148323856.jpg"}, { - id: "p2", name: "Global Retail Store", price: "Custom", variant: "E-Commerce", imageSrc: "http://img.b2bpic.net/free-photo/online-shopping-sale-app_23-2151952980.jpg"}, + id: "p2", name: "Global Retail Store", price: "Starting from $5k", variant: "E-Commerce", imageSrc: "http://img.b2bpic.net/free-photo/online-shopping-sale-app_23-2151952980.jpg"}, { - id: "p3", name: "Brand Campaign App", price: "Custom", variant: "Mobile/Web", imageSrc: "http://img.b2bpic.net/free-photo/3d-render-black-hands-holding-electronic-devices_107791-16647.jpg"}, + id: "p3", name: "Brand Campaign App", price: "Starting from $5k", variant: "Mobile/Web", imageSrc: "http://img.b2bpic.net/free-photo/3d-render-black-hands-holding-electronic-devices_107791-16647.jpg"}, { - id: "p4", name: "Tech Hub Site", price: "Custom", variant: "Landing", imageSrc: "http://img.b2bpic.net/free-photo/open-laptop-with-glowing-screen-notepad-table-night_169016-53665.jpg"}, + id: "p4", name: "Tech Hub Site", price: "Starting from $5k", variant: "Landing", imageSrc: "http://img.b2bpic.net/free-photo/open-laptop-with-glowing-screen-notepad-table-night_169016-53665.jpg"}, { - id: "p5", name: "Startup Dashboard", price: "Custom", variant: "SaaS UI", imageSrc: "http://img.b2bpic.net/free-photo/settings-front-side-with-white-background_187299-39965.jpg"}, + id: "p5", name: "Startup Dashboard", price: "Starting from $5k", variant: "SaaS UI", imageSrc: "http://img.b2bpic.net/free-photo/settings-front-side-with-white-background_187299-39965.jpg"}, ]} title="Selected Works" description="Showcasing our recent high-impact web development projects." -- 2.49.1