From 170fd973afd69c0c10515fe1d1297d73d135e222 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 04:49:34 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c5680ed..7599553 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -85,16 +85,16 @@ export default function LandingPage() { tagAnimation="slide-up" features={[ { - title: "Innovation", description: "We use modern technology and creative ideas to build websites that stand out and stay ahead of the curve.", imageSrc: "http://img.b2bpic.net/free-photo/upset-woman-looking-her-business-partners_23-2148352743.jpg", imageAlt: "Innovation in Web Design" + title: "Innovation", description: "We use modern technology and creative ideas to build websites that stand out and stay ahead of the curve.", imageSrc: "http://img.b2bpic.net/free-photo/upset-woman-looking-her-business-partners_23-2148352743.jpg?_wi=1", imageAlt: "Innovation in Web Design" }, { - title: "Quality", description: "Every website we build is carefully designed, tested, and optimized to deliver the best performance.", imageSrc: "http://img.b2bpic.net/free-photo/upset-woman-looking-her-business-partners_23-2148352743.jpg", imageAlt: "Quality Assurance" + title: "Quality", description: "Every website we build is carefully designed, tested, and optimized to deliver the best performance.", imageSrc: "http://img.b2bpic.net/free-photo/upset-woman-looking-her-business-partners_23-2148352743.jpg?_wi=2", imageAlt: "Quality Assurance" }, { - title: "Growth", description: "We focus on building websites that help businesses grow, reach more people, and succeed online.", imageSrc: "http://img.b2bpic.net/free-photo/upset-woman-looking-her-business-partners_23-2148352743.jpg", imageAlt: "Business Growth" + title: "Growth", description: "We focus on building websites that help businesses grow, reach more people, and succeed online.", imageSrc: "http://img.b2bpic.net/free-photo/upset-woman-looking-her-business-partners_23-2148352743.jpg?_wi=3", imageAlt: "Business Growth" }, { - title: "Simplicity", description: "We believe great websites should be clean, easy to use, and simple for businesses and customers.", imageSrc: "http://img.b2bpic.net/free-photo/upset-woman-looking-her-business-partners_23-2148352743.jpg", imageAlt: "Simple Design" + title: "Simplicity", description: "We believe great websites should be clean, easy to use, and simple for businesses and customers.", imageSrc: "http://img.b2bpic.net/free-photo/upset-woman-looking-her-business-partners_23-2148352743.jpg?_wi=4", imageAlt: "Simple Design" } ]} gridVariant="two-columns-alternating-heights" @@ -129,12 +129,12 @@ export default function LandingPage() {