From 247a68cdc1bb1d72fe1620426ac126be6f9ecd25 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 12:34:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d1f8953..257ea4b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,13 +63,13 @@ export default function LandingPage() { features={[ { id: 1, - title: "Basic Operations", description: "Addition, subtraction, multiplication, and division at your fingertips", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/top-view-yellow-office-desk-table-with-lot-things-it_1150-12893.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/simplify-positivity-attitude-motivation-concept_53876-127627.jpg" } + title: "Basic Operations", description: "Addition, subtraction, multiplication, and division at your fingertips", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/top-view-yellow-office-desk-table-with-lot-things-it_1150-12893.jpg?_wi=1" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/simplify-positivity-attitude-motivation-concept_53876-127627.jpg?_wi=1" } }, { id: 2, - title: "Advanced Functions", description: "Square roots, percentages, memory functions, and more advanced calculations", phoneOne: { imageSrc: "http://img.b2bpic.net/free-vector/scheme-data-transmission-isometric-secure-connection-cloud-computing-server-room-datacent_39422-875.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/modern-stationary-collection-arrangement_23-2149309699.jpg" } + title: "Advanced Functions", description: "Square roots, percentages, memory functions, and more advanced calculations", phoneOne: { imageSrc: "http://img.b2bpic.net/free-vector/scheme-data-transmission-isometric-secure-connection-cloud-computing-server-room-datacent_39422-875.jpg?_wi=1" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/modern-stationary-collection-arrangement_23-2149309699.jpg?_wi=1" } } ]} showStepNumbers={true} @@ -85,16 +85,16 @@ export default function LandingPage() { description="Built for precision, designed for simplicity. Discover what makes our calculator the perfect solution." products={[ { - id: "speed", name: "Lightning Fast", price: "Instant Results", imageSrc: "http://img.b2bpic.net/free-photo/top-view-yellow-office-desk-table-with-lot-things-it_1150-12893.jpg", imageAlt: "Fast calculations" + id: "speed", name: "Lightning Fast", price: "Instant Results", imageSrc: "http://img.b2bpic.net/free-photo/top-view-yellow-office-desk-table-with-lot-things-it_1150-12893.jpg?_wi=2", imageAlt: "Fast calculations" }, { - id: "simple", name: "Easy to Use", price: "Intuitive Interface", imageSrc: "http://img.b2bpic.net/free-photo/simplify-positivity-attitude-motivation-concept_53876-127627.jpg", imageAlt: "Simple design" + id: "simple", name: "Easy to Use", price: "Intuitive Interface", imageSrc: "http://img.b2bpic.net/free-photo/simplify-positivity-attitude-motivation-concept_53876-127627.jpg?_wi=2", imageAlt: "Simple design" }, { - id: "secure", name: "Secure & Private", price: "Your Data Protected", imageSrc: "http://img.b2bpic.net/free-vector/scheme-data-transmission-isometric-secure-connection-cloud-computing-server-room-datacent_39422-875.jpg", imageAlt: "Secure encryption" + id: "secure", name: "Secure & Private", price: "Your Data Protected", imageSrc: "http://img.b2bpic.net/free-vector/scheme-data-transmission-isometric-secure-connection-cloud-computing-server-room-datacent_39422-875.jpg?_wi=2", imageAlt: "Secure encryption" }, { - id: "cross", name: "Everywhere", price: "All Devices", imageSrc: "http://img.b2bpic.net/free-photo/modern-stationary-collection-arrangement_23-2149309699.jpg", imageAlt: "Cross-platform" + id: "cross", name: "Everywhere", price: "All Devices", imageSrc: "http://img.b2bpic.net/free-photo/modern-stationary-collection-arrangement_23-2149309699.jpg?_wi=2", imageAlt: "Cross-platform" } ]} gridVariant="three-columns-all-equal-width" -- 2.49.1