From cbc5f66fb9fc869761bbad995cb57c1193e2b00f Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 12:07:00 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6de05cc..1fa4cb9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -106,11 +106,11 @@ export default function LandingPage() { features={[ { id: 1, - tag: "Web Design", title: "Beautiful & Functional Design", subtitle: "User-Centered Interfaces", description: "Creating stunning, intuitive interfaces that engage users and drive conversions. Our design philosophy balances aesthetics with functionality.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=hq0tst", imageAlt: "Modern minimal product design", buttons: [{ text: "Discover More", href: "#" }] + tag: "Web Design", title: "Beautiful & Functional Design", subtitle: "User-Centered Interfaces", description: "Creating stunning, intuitive interfaces that engage users and drive conversions. Our design philosophy balances aesthetics with functionality.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=hq0tst&_wi=1", imageAlt: "Modern minimal product design", buttons: [{ text: "Discover More", href: "#" }] }, { id: 2, - tag: "Analytics", title: "Data-Driven Insights", subtitle: "Performance Tracking", description: "Comprehensive analytics and performance tracking to measure success. We provide actionable insights that fuel continuous improvement.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=b87339", imageAlt: "Data analytics dashboard visualization", buttons: [{ text: "Learn More", href: "#" }] + tag: "Analytics", title: "Data-Driven Insights", subtitle: "Performance Tracking", description: "Comprehensive analytics and performance tracking to measure success. We provide actionable insights that fuel continuous improvement.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=b87339&_wi=1", imageAlt: "Data analytics dashboard visualization", buttons: [{ text: "Learn More", href: "#" }] }, { id: 3, @@ -215,7 +215,7 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "advanced-1", title: "Intelligent Automation", description: "Streamline workflows and reduce manual work. Let smart systems handle repetitive tasks while your team focuses on strategy.", media: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=hq0tst", imageAlt: "Automation interface" }, + id: "advanced-1", title: "Intelligent Automation", description: "Streamline workflows and reduce manual work. Let smart systems handle repetitive tasks while your team focuses on strategy.", media: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=hq0tst&_wi=2", imageAlt: "Automation interface" }, items: [ { icon: CheckCircle, text: "Automated workflows" }, { icon: Zap, text: "Real-time processing" }, @@ -224,7 +224,7 @@ export default function LandingPage() { reverse: false }, { - id: "advanced-2", title: "Advanced Analytics", description: "Gain deeper insights into your performance with comprehensive analytics and custom dashboards.", media: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=b87339", imageAlt: "Analytics dashboard" }, + id: "advanced-2", title: "Advanced Analytics", description: "Gain deeper insights into your performance with comprehensive analytics and custom dashboards.", media: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=b87339&_wi=2", imageAlt: "Analytics dashboard" }, items: [ { icon: Star, text: "Custom reports" }, { icon: Award, text: "Predictive analytics" }, -- 2.49.1