From 8f6791fbf924db1c271d1ff17ca73a360654cbee Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 17:52:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ecf3c0c..08d6514 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -121,22 +121,22 @@ export default function LandingPage() { animationType="blur-reveal" products={[ { - id: "web-dev", name: "Web Development", price: "Starting $999", variant: "Featured", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AttrGu9RbPfWnUH8FAPpWdVU8y/abstract-dark-digital-landscape-with-min-1773424283576-86185d63.png?_wi=1", imageAlt: "Abstract technology background" + id: "web-dev", name: "Web Development", price: "Starting $999", variant: "Featured", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AttrGu9RbPfWnUH8FAPpWdVU8y/abstract-dark-digital-landscape-with-min-1773424283576-86185d63.png", imageAlt: "Abstract technology background" }, { - id: "mobile-app", name: "Mobile App Development", price: "Custom Quote", variant: "Standard", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AttrGu9RbPfWnUH8FAPpWdVU8y/abstract-dark-digital-landscape-with-min-1773424283576-86185d63.png?_wi=2", imageAlt: "Abstract technology background" + id: "mobile-app", name: "Mobile App Development", price: "Custom Quote", variant: "Standard", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AttrGu9RbPfWnUH8FAPpWdVU8y/abstract-dark-digital-landscape-with-min-1773424283576-86185d63.png", imageAlt: "Abstract technology background" }, { - id: "software", name: "Software Development", price: "Custom Quote", variant: "Standard", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AttrGu9RbPfWnUH8FAPpWdVU8y/abstract-dark-digital-landscape-with-min-1773424283576-86185d63.png?_wi=3", imageAlt: "Abstract technology background" + id: "software", name: "Software Development", price: "Custom Quote", variant: "Standard", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AttrGu9RbPfWnUH8FAPpWdVU8y/abstract-dark-digital-landscape-with-min-1773424283576-86185d63.png", imageAlt: "Abstract technology background" }, { - id: "ai-ml", name: "AI & Machine Learning", price: "Custom Quote", variant: "Standard", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AttrGu9RbPfWnUH8FAPpWdVU8y/abstract-dark-digital-landscape-with-min-1773424283576-86185d63.png?_wi=4", imageAlt: "Abstract technology background" + id: "ai-ml", name: "AI & Machine Learning", price: "Custom Quote", variant: "Standard", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AttrGu9RbPfWnUH8FAPpWdVU8y/abstract-dark-digital-landscape-with-min-1773424283576-86185d63.png", imageAlt: "Abstract technology background" }, { - id: "data-annotation", name: "Data Annotation & AI Training", price: "Custom Quote", variant: "Standard", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AttrGu9RbPfWnUH8FAPpWdVU8y/abstract-dark-digital-landscape-with-min-1773424283576-86185d63.png?_wi=5", imageAlt: "Abstract technology background" + id: "data-annotation", name: "Data Annotation & AI Training", price: "Custom Quote", variant: "Standard", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AttrGu9RbPfWnUH8FAPpWdVU8y/abstract-dark-digital-landscape-with-min-1773424283576-86185d63.png", imageAlt: "Abstract technology background" }, { - id: "marketing", name: "Digital Marketing", price: "Starting $499", variant: "Featured", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AttrGu9RbPfWnUH8FAPpWdVU8y/abstract-dark-digital-landscape-with-min-1773424283576-86185d63.png?_wi=6", imageAlt: "Abstract technology background" + id: "marketing", name: "Digital Marketing", price: "Starting $499", variant: "Featured", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AttrGu9RbPfWnUH8FAPpWdVU8y/abstract-dark-digital-landscape-with-min-1773424283576-86185d63.png", imageAlt: "Abstract technology background" } ]} ariaLabel="Core services section" @@ -247,7 +247,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} showRating={true} - animationType="entrance-slide" + animationType="blur-reveal" testimonials={[ { id: "testimonial-1", name: "Michael Chen", handle: "CTO, New York, USA", testimonial: "HiveRift developed our mobile app with incredible efficiency. The iOS and Android versions launched on time and bug-free. Their technical expertise in mobile development is unmatched.", rating: 5, -- 2.49.1