From 494d9af299cca38010f05fcb039dad67c4bff9d9 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 09:53:14 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8976ea4..c7a5710 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,30 +29,37 @@ const heroMediaItems = [ const metrics = [ { - id: "1", value: "10M+", title: "Users Reached", description: "Growing community of engaged users", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "User engagement"}, + id: "1", value: "10M+", title: "Users Reached", description: "Growing community of engaged users", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "User engagement" + }, { - id: "2", value: "500K+", title: "Projects Delivered", description: "Successfully completed projects", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Project delivery"}, + id: "2", value: "500K+", title: "Projects Delivered", description: "Successfully completed projects", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Project delivery" + }, ]; const features = [ { id: "1", title: "Advanced Analytics", author: "Design Team", description: "Real-time insights into your project performance and user behavior", tags: ["Analytics", "Real-time"], - imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Analytics dashboard"}, + imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Analytics dashboard" + }, { id: "2", title: "Seamless Integration", author: "Engineering Team", description: "Connect with your favorite tools and services effortlessly", tags: ["Integration", "Automation"], - imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Integration workflow"}, + imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Integration workflow" + }, ]; const testimonials = [ { id: "1", name: "Sarah Johnson", role: "Product Manager", company: "TechCorp", rating: 5, - imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Sarah Johnson"}, + imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Sarah Johnson" + }, { id: "2", name: "Michael Chen", role: "CEO", company: "InnovateLabs", rating: 5, - imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Michael Chen"}, + imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Michael Chen" + }, { id: "3", name: "Elena Rodriguez", role: "Lead Designer", company: "CreativeStudio", rating: 5, - imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Elena Rodriguez"}, + imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Elena Rodriguez" + }, ]; const footerColumns = [ -- 2.49.1