Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-21 12:34:25 +00:00

View File

@@ -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"