From 6d397ed189524520e406ca3828c13f6ec092a4d0 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Mar 2026 03:11:06 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index eabfb6c..8668909 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -96,7 +96,7 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - id: "service-1", title: "Responsive Design", description: "Beautiful websites that work perfectly on all devices—desktop, tablet, and mobile.", media: { imageSrc: "http://img.b2bpic.net/free-vector/gradient-responsive-website-design_23-2149496040.jpg", imageAlt: "responsive web design devices" }, + id: "", title: "Responsive Design", description: "Beautiful websites that work perfectly on all devices—desktop, tablet, and mobile.", media: { imageSrc: "http://img.b2bpic.net/free-vector/gradient-responsive-website-design_23-2149496040.jpg", imageAlt: "responsive web design devices" }, items: [ { icon: Smartphone, text: "Mobile-First Approach" }, { icon: Monitor, text: "Desktop Optimization" }, @@ -105,7 +105,7 @@ export default function LandingPage() { reverse: false }, { - id: "service-2", title: "Conversion Optimization", description: "Strategic design and development focused on turning visitors into paying customers through compelling CTAs and smooth user flows.", media: { imageSrc: "http://img.b2bpic.net/free-photo/business-brainstorming-graph-chart-report-data-concept_53876-41686.jpg", imageAlt: "conversion optimization web design" }, + id: "", title: "Conversion Optimization", description: "Strategic design and development focused on turning visitors into paying customers through compelling CTAs and smooth user flows.", media: { imageSrc: "http://img.b2bpic.net/free-photo/business-brainstorming-graph-chart-report-data-concept_53876-41686.jpg", imageAlt: "conversion optimization web design" }, items: [ { icon: TrendingUp, text: "Analytics-Driven" }, { icon: Target, text: "User-Centered Design" }, @@ -114,7 +114,7 @@ export default function LandingPage() { reverse: true }, { - id: "service-3", title: "SEO & Performance", description: "Built-in SEO best practices and lightning-fast performance ensure your website ranks well and keeps visitors engaged.", media: { imageSrc: "http://img.b2bpic.net/free-photo/business-man-with-beard-working-hard-his-desk-office-motivated-young-man_482257-18759.jpg", imageAlt: "SEO optimization web analytics" }, + id: "", title: "SEO & Performance", description: "Built-in SEO best practices and lightning-fast performance ensure your website ranks well and keeps visitors engaged.", media: { imageSrc: "http://img.b2bpic.net/free-photo/business-man-with-beard-working-hard-his-desk-office-motivated-young-man_482257-18759.jpg", imageAlt: "SEO optimization web analytics" }, items: [ { icon: Search, text: "SEO Optimized" }, { icon: Zap, text: "Lightning Fast" }, -- 2.49.1