From 1325b7ce690c126b86d9d1f0361b89423895d2fb Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 04:47:18 +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 bf7ab13..82a60a6 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() {