From fab30172fd1144331c161e8f25e581524460d0f2 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 3 Jun 2026 07:07:34 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 433 +++++++++++------------------------------------ 1 file changed, 100 insertions(+), 333 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 94ca01d..3e8da40 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -34,41 +34,23 @@ export default function LandingPage() { @@ -116,72 +92,29 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "f1", - title: "Website Development", - tags: [ - "Business", - "Corporate", - "Startup", - "Portfolio", - ], - imageSrc: "http://img.b2bpic.net/free-photo/innovation-ideas-imagine-processing-system-concept_53876-132192.jpg", - imageAlt: "Abstract illustration of website development", - }, + id: "f1", title: "Website Development", tags: [ + "Business", "Corporate", "Startup", "Portfolio"], + imageSrc: "http://img.b2bpic.net/free-photo/innovation-ideas-imagine-processing-system-concept_53876-132192.jpg", imageAlt: "Abstract illustration of website development"}, { - id: "f2", - title: "eCommerce Development", - tags: [ - "Online Stores", - "Product Catalog", - "Payment Integration", - ], - imageSrc: "http://img.b2bpic.net/free-photo/mobile-shopping-experience_23-2151952959.jpg", - imageAlt: "Illustration of online shopping cart with payment icons", - }, + id: "f2", title: "eCommerce Development", tags: [ + "Online Stores", "Product Catalog", "Payment Integration"], + imageSrc: "http://img.b2bpic.net/free-photo/mobile-shopping-experience_23-2151952959.jpg", imageAlt: "Illustration of online shopping cart with payment icons"}, { - id: "f3", - title: "Landing Pages", - tags: [ - "Lead Generation", - "Sales Pages", - "Marketing Funnels", - ], - imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-neon-triangle_23-2151294108.jpg", - imageAlt: "Illustration of a conversion funnel for landing pages", - }, + id: "f3", title: "Landing Pages", tags: [ + "Lead Generation", "Sales Pages", "Marketing Funnels"], + imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-neon-triangle_23-2151294108.jpg", imageAlt: "Illustration of a conversion funnel for landing pages"}, { - id: "f4", - title: "Website Redesign", - tags: [ - "UI/UX Improvements", - "Speed Optimization", - "Mobile Responsiveness", - ], - imageSrc: "http://img.b2bpic.net/free-photo/creative-workspace-desk-with-notebook_1384-33.jpg", - imageAlt: "Illustration comparing old and new website designs", - }, + id: "f4", title: "Website Redesign", tags: [ + "UI/UX Improvements", "Speed Optimization", "Mobile Responsiveness"], + imageSrc: "http://img.b2bpic.net/free-photo/creative-workspace-desk-with-notebook_1384-33.jpg", imageAlt: "Illustration comparing old and new website designs"}, { - id: "f5", - title: "SEO Services", - tags: [ - "On-Page SEO", - "Technical SEO", - "Website Optimization", - ], - imageSrc: "http://img.b2bpic.net/free-photo/arrange-white-letters-as-seo_1384-118.jpg", - imageAlt: "Illustration of search bar with traffic graph", - }, + id: "f5", title: "SEO Services", tags: [ + "On-Page SEO", "Technical SEO", "Website Optimization"], + imageSrc: "http://img.b2bpic.net/free-photo/arrange-white-letters-as-seo_1384-118.jpg", imageAlt: "Illustration of search bar with traffic graph"}, { - id: "f6", - title: "Website Maintenance", - tags: [ - "Regular Updates", - "Security Monitoring", - "Backup Management", - ], - imageSrc: "http://img.b2bpic.net/free-photo/standard-quality-control-collage_23-2149631020.jpg", - imageAlt: "Illustration of website with wrench and shield icons", - }, + id: "f6", title: "Website Maintenance", tags: [ + "Regular Updates", "Security Monitoring", "Backup Management"], + imageSrc: "http://img.b2bpic.net/free-photo/standard-quality-control-collage_23-2149631020.jpg", imageAlt: "Illustration of website with wrench and shield icons"}, ]} title="Our Services" description="We offer a comprehensive suite of web development and digital marketing services to elevate your online presence." @@ -190,56 +123,33 @@ export default function LandingPage() {