From b1bbc0a5ddc7dacfd4000d0de2df5e1627b36ca3 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 11:09:36 +0000 Subject: [PATCH 1/7] Update src/app/about/page.tsx --- src/app/about/page.tsx | 73 +++++++++++------------------------------- 1 file changed, 18 insertions(+), 55 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 7f42299..e076de6 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -43,10 +43,7 @@ export default function AboutPage() { Date: Tue, 3 Mar 2026 11:09:37 +0000 Subject: [PATCH 2/7] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 28 ++++++++-------------------- 1 file changed, 8 insertions(+), 20 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 1f32bfa..b0c8cd8 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -61,29 +61,17 @@ export default function ContactPage() { mediaPosition="left" accordionItems={[ { - id: "discovery", - title: "1. Discovery & Strategy", - content: - "We begin with comprehensive discovery sessions to understand your business, market position, competitive landscape, and specific goals. Our strategists develop a detailed roadmap that outlines how web, mobile, and AI components will work together to achieve your objectives.", - }, + id: "discovery", title: "1. Discovery & Strategy", content: + "We begin with comprehensive discovery sessions to understand your business, market position, competitive landscape, and specific goals. Our strategists develop a detailed roadmap that outlines how web, mobile, and AI components will work together to achieve your objectives."}, { - id: "design", - title: "2. Design & Planning", - content: - "Our design team creates comprehensive wireframes, user experience flows, and visual designs. We present detailed project plans including timelines, milestones, resource allocation, and clear communication protocols to ensure alignment throughout the engagement.", - }, + id: "design", title: "2. Design & Planning", content: + "Our design team creates comprehensive wireframes, user experience flows, and visual designs. We present detailed project plans including timelines, milestones, resource allocation, and clear communication protocols to ensure alignment throughout the engagement."}, { - id: "development", - title: "3. Development & Deployment", - content: - "Our engineering teams build with precision, following rigorous quality standards and best practices. We conduct comprehensive testing, security audits, and performance optimization before deployment. Your success manager provides weekly updates and maintains transparent communication.", - }, + id: "development", title: "3. Development & Deployment", content: + "Our engineering teams build with precision, following rigorous quality standards and best practices. We conduct comprehensive testing, security audits, and performance optimization before deployment. Your success manager provides weekly updates and maintains transparent communication."}, { - id: "optimization", - title: "4. Launch & Optimization", - content: - "Post-launch, we monitor performance metrics, gather user feedback, and optimize continuously. Our team provides training, documentation, and ongoing support to ensure you maximize the value of your digital investment.", - }, + id: "optimization", title: "4. Launch & Optimization", content: + "Post-launch, we monitor performance metrics, gather user feedback, and optimize continuously. Our team provides training, documentation, and ongoing support to ensure you maximize the value of your digital investment."}, ]} buttons={[{ text: "Get Started Now", href: "/contact" }]} useInvertedBackground={false} -- 2.49.1 From ffe3710cadf1e03354efccd5c707abae3fac1514 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 11:09:37 +0000 Subject: [PATCH 3/7] Update src/app/layout.tsx --- src/app/layout.tsx | 29 +++++++---------------------- 1 file changed, 7 insertions(+), 22 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 606796d..fd32549 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,37 +5,22 @@ import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; const figtree = Figtree({ - variable: "--font-figtree", - subsets: ["latin"], + variable: "--font-figtree", subsets: ["latin"], }); export const metadata: Metadata = { - title: "Korva - FullStack Digital Solutions for Enterprise", - description: "Korva delivers integrated web design, mobile app development, AI receptionists, and automation for enterprises. One trusted partner for complete digital transformation.", - keywords: "digital agency, web design, mobile app development, AI systems, automation, enterprise solutions, fullstack development", - metadataBase: new URL("https://korva.io"), + title: "Korva - FullStack Digital Solutions for Enterprise", description: "Korva delivers integrated web design, mobile app development, AI receptionists, and automation for enterprises. One trusted partner for complete digital transformation.", keywords: "digital agency, web design, mobile app development, AI systems, automation, enterprise solutions, fullstack development", metadataBase: new URL("https://korva.io"), alternates: { - canonical: "https://korva.io", - }, + canonical: "https://korva.io"}, openGraph: { - title: "Korva - Your Trusted Digital Partner", - description: "Complete digital solutions: web design, mobile apps, AI automation, and intelligent systems. Enterprise-grade expertise for global markets.", - siteName: "Korva", - type: "website", - images: [ + title: "Korva - Your Trusted Digital Partner", description: "Complete digital solutions: web design, mobile apps, AI automation, and intelligent systems. Enterprise-grade expertise for global markets.", siteName: "Korva", type: "website", images: [ { - url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQrcI01FK1I2qWHIWJIzcpKPpL/modern-fullstack-digital-agency-hero-vis-1772535990568-4f313a26.png", - alt: "Korva Digital Agency - FullStack Solutions", - }, + url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQrcI01FK1I2qWHIWJIzcpKPpL/modern-fullstack-digital-agency-hero-vis-1772535990568-4f313a26.png", alt: "Korva Digital Agency - FullStack Solutions"}, ], }, twitter: { - card: "summary_large_image", - title: "Korva - FullStack Digital Agency", - description: "Transform your business with integrated web, mobile, AI, and automation solutions.", - images: [ - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQrcI01FK1I2qWHIWJIzcpKPpL/modern-fullstack-digital-agency-hero-vis-1772535990568-4f313a26.png", - ], + card: "summary_large_image", title: "Korva - FullStack Digital Agency", description: "Transform your business with integrated web, mobile, AI, and automation solutions.", images: [ + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQrcI01FK1I2qWHIWJIzcpKPpL/modern-fullstack-digital-agency-hero-vis-1772535990568-4f313a26.png"], }, robots: { index: true, -- 2.49.1 From eaee3b0ad420cba7e51e4e7376cad39b74953465 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 11:09:38 +0000 Subject: [PATCH 4/7] Update src/app/page.tsx --- src/app/page.tsx | 165 ++++++++++++++++++----------------------------- 1 file changed, 62 insertions(+), 103 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9fed581..1c060ed 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import MetricCardOne from "@/components/sections/metrics/MetricCardOne"; import TestimonialCardThirteen from "@/components/sections/testimonial/TestimonialCardThirteen"; import ContactCenter from "@/components/sections/contact/ContactCenter"; import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal"; -import { Users, CheckCircle, Star, Award, TrendingUp } from "lucide-react"; +import { Users, CheckCircle, Star, Award } from "lucide-react"; import Link from "next/link"; const navItems = [ @@ -50,17 +50,11 @@ export default function HomePage() { description="From responsive websites and mobile apps to intelligent AI receptionists—Korva builds complete digital systems that scale your business. Designed for enterprises. Built for results." avatars={[ { - src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQrcI01FK1I2qWHIWJIzcpKPpL/professional-headshot-of-a-ceo-or-busine-1772535989805-bdffe733.png", - alt: "Client 1", - }, + src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQrcI01FK1I2qWHIWJIzcpKPpL/professional-headshot-of-a-ceo-or-busine-1772535989805-bdffe733.png", alt: "Client 1"}, { - src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQrcI01FK1I2qWHIWJIzcpKPpL/professional-headshot-of-a-cto-or-tech-l-1772535989613-48786088.png", - alt: "Client 2", - }, + src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQrcI01FK1I2qWHIWJIzcpKPpL/professional-headshot-of-a-cto-or-tech-l-1772535989613-48786088.png", alt: "Client 2"}, { - src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQrcI01FK1I2qWHIWJIzcpKPpL/professional-headshot-of-an-operations-m-1772535990163-ab4cf96f.png", - alt: "Client 3", - }, + src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQrcI01FK1I2qWHIWJIzcpKPpL/professional-headshot-of-an-operations-m-1772535990163-ab4cf96f.png", alt: "Client 3"}, ]} avatarText="Trusted by 50+ Enterprise Clients" background={{ variant: "circleGradient" }} @@ -77,9 +71,7 @@ export default function HomePage() { +
+ +
+
Date: Tue, 3 Mar 2026 11:09:39 +0000 Subject: [PATCH 5/7] Update src/app/portfolio/page.tsx --- src/app/portfolio/page.tsx | 62 ++++++++++---------------------------- 1 file changed, 16 insertions(+), 46 deletions(-) diff --git a/src/app/portfolio/page.tsx b/src/app/portfolio/page.tsx index e92ab36..e50c658 100644 --- a/src/app/portfolio/page.tsx +++ b/src/app/portfolio/page.tsx @@ -45,38 +45,17 @@ export default function PortfolioPage() { tag="Case Studies" products={[ { - id: "case-1", - brand: "Enterprise E-Commerce", - name: "Global Retail Platform Redesign", - price: "ROI: 340%", - rating: 5, - reviewCount: "250M+ transactions", - imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQrcI01FK1I2qWHIWJIzcpKPpL/enterprise-e-commerce-website-case-study-1772535990664-f1e1fcf4.png?_wi=1", - imageAlt: "E-commerce platform redesign", - }, + id: "case-1", brand: "Enterprise E-Commerce", name: "Global Retail Platform Redesign", price: "ROI: 340%", rating: 5, + reviewCount: "250M+ transactions", imageSrc: + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQrcI01FK1I2qWHIWJIzcpKPpL/enterprise-e-commerce-website-case-study-1772535990664-f1e1fcf4.png", imageAlt: "E-commerce platform redesign"}, { - id: "case-2", - brand: "SaaS Scale-Up", - name: "Analytics Dashboard Platform", - price: "Growth: 5.2x", - rating: 5, - reviewCount: "40K+ active users", - imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQrcI01FK1I2qWHIWJIzcpKPpL/saas-platform-interface-design-case-stud-1772535990746-9b778308.png", - imageAlt: "SaaS analytics platform", - }, + id: "case-2", brand: "SaaS Scale-Up", name: "Analytics Dashboard Platform", price: "Growth: 5.2x", rating: 5, + reviewCount: "40K+ active users", imageSrc: + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQrcI01FK1I2qWHIWJIzcpKPpL/saas-platform-interface-design-case-stud-1772535990746-9b778308.png", imageAlt: "SaaS analytics platform"}, { - id: "case-3", - brand: "FinTech Innovation", - name: "Mobile Banking Application", - price: "Adoption: 85%", - rating: 5, - reviewCount: "2.1M+ users", - imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQrcI01FK1I2qWHIWJIzcpKPpL/mobile-first-fintech-application-case-st-1772535990926-a31d7038.png", - imageAlt: "FinTech mobile banking app", - }, + id: "case-3", brand: "FinTech Innovation", name: "Mobile Banking Application", price: "Adoption: 85%", rating: 5, + reviewCount: "2.1M+ users", imageSrc: + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQrcI01FK1I2qWHIWJIzcpKPpL/mobile-first-fintech-application-case-st-1772535990926-a31d7038.png", imageAlt: "FinTech mobile banking app"}, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" @@ -90,29 +69,20 @@ export default function PortfolioPage() { tag="Success Story" title="Why Our Clients Succeed" description="Our integrated approach, deep expertise, and commitment to measurable outcomes deliver results that exceed expectations across every project dimension." - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQrcI01FK1I2qWHIWJIzcpKPpL/enterprise-e-commerce-website-case-study-1772535990664-f1e1fcf4.png?_wi=2" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQrcI01FK1I2qWHIWJIzcpKPpL/enterprise-e-commerce-website-case-study-1772535990664-f1e1fcf4.png" imageAlt="Enterprise solutions showcase" mediaAnimation="slide-up" mediaPosition="right" accordionItems={[ { - id: "strategy", - title: "Strategic Alignment", - content: - "We begin every project by deeply understanding your business objectives, market position, and competitive landscape. Rather than applying a one-size-fits-all approach, we craft strategies that align every digital component with your specific goals. This alignment ensures that web platforms, mobile apps, and AI systems work together to achieve measurable business outcomes.", - }, + id: "strategy", title: "Strategic Alignment", content: + "We begin every project by deeply understanding your business objectives, market position, and competitive landscape. Rather than applying a one-size-fits-all approach, we craft strategies that align every digital component with your specific goals. This alignment ensures that web platforms, mobile apps, and AI systems work together to achieve measurable business outcomes."}, { - id: "execution", - title: "Flawless Execution", - content: - "Our experienced teams execute with precision. We follow rigorous quality standards, maintain transparent communication throughout the engagement, and deliver on timelines consistently. Each project benefits from our accumulated knowledge across 200+ previous implementations.", - }, + id: "execution", title: "Flawless Execution", content: + "Our experienced teams execute with precision. We follow rigorous quality standards, maintain transparent communication throughout the engagement, and deliver on timelines consistently. Each project benefits from our accumulated knowledge across 200+ previous implementations."}, { - id: "optimization", - title: "Continuous Optimization", - content: - "Launch is never the end. We implement comprehensive analytics, gather user feedback, and continuously refine your digital systems for maximum performance. Our clients benefit from ongoing optimization that compounds value over time, ensuring your digital investment continues to deliver stronger ROI.", - }, + id: "optimization", title: "Continuous Optimization", content: + "Launch is never the end. We implement comprehensive analytics, gather user feedback, and continuously refine your digital systems for maximum performance. Our clients benefit from ongoing optimization that compounds value over time, ensuring your digital investment continues to deliver stronger ROI."}, ]} buttons={[{ text: "Start Your Project", href: "/contact" }]} useInvertedBackground={false} -- 2.49.1 From 172a69ca1d48fe3599a0a60d3251643e62e965d6 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 11:09:40 +0000 Subject: [PATCH 6/7] Update src/app/pricing/page.tsx --- src/app/pricing/page.tsx | 62 ++++++++-------------------------------- 1 file changed, 12 insertions(+), 50 deletions(-) diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx index 87386db..92ccebc 100644 --- a/src/app/pricing/page.tsx +++ b/src/app/pricing/page.tsx @@ -44,60 +44,22 @@ export default function PricingPage() { tag="Pricing Plans" plans={[ { - id: "startup", - tag: "Startup Package", - price: "$15,000", - period: "/project", - description: - "Perfect for ambitious startups launching their digital presence with web and mobile.", - button: { text: "Get Started", href: "/contact" }, - featuresTitle: "What's Included:", - features: [ - "Custom website design & development", - "iOS/Android mobile app (choose one)", - "Basic AI automation setup", - "2 months of technical support", - "Performance analytics & optimization", - ], + id: "startup", tag: "Startup Package", price: "$15,000", period: "/project", description: + "Perfect for ambitious startups launching their digital presence with web and mobile.", button: { text: "Get Started", href: "/contact" }, + featuresTitle: "What's Included:", features: [ + "Custom website design & development", "iOS/Android mobile app (choose one)", "Basic AI automation setup", "2 months of technical support", "Performance analytics & optimization"], }, { - id: "growth", - tag: "Growth Package", - price: "$45,000", - period: "/project", - description: - "For growing companies needing comprehensive digital solutions across web, mobile, and AI.", - button: { text: "Schedule Call", href: "/contact" }, - featuresTitle: "What's Included:", - features: [ - "Enterprise website platform", - "iOS & Android native apps", - "Advanced AI receptionist system", - "Workflow automation setup", - "6 months dedicated support", - "Advanced analytics & optimization", - "Multilanguage support (EN/AR/Kurdish)", - ], + id: "growth", tag: "Growth Package", price: "$45,000", period: "/project", description: + "For growing companies needing comprehensive digital solutions across web, mobile, and AI.", button: { text: "Schedule Call", href: "/contact" }, + featuresTitle: "What's Included:", features: [ + "Enterprise website platform", "iOS & Android native apps", "Advanced AI receptionist system", "Workflow automation setup", "6 months dedicated support", "Advanced analytics & optimization", "Multilanguage support (EN/AR/Kurdish)"], }, { - id: "enterprise", - tag: "Enterprise Retainer", - price: "$12,000", - period: "/month", - description: - "For large enterprises requiring ongoing digital transformation, continuous innovation, and dedicated partnership.", - button: { text: "Discuss Partnership", href: "/contact" }, - featuresTitle: "What's Included:", - features: [ - "Unlimited design & development requests", - "Continuous platform optimization", - "Custom AI & automation systems", - "24/7 priority support", - "Quarterly strategy reviews", - "Team training & knowledge transfer", - "Advanced compliance & security", - "Multilanguage platform management", - ], + id: "enterprise", tag: "Enterprise Retainer", price: "$12,000", period: "/month", description: + "For large enterprises requiring ongoing digital transformation, continuous innovation, and dedicated partnership.", button: { text: "Discuss Partnership", href: "/contact" }, + featuresTitle: "What's Included:", features: [ + "Unlimited design & development requests", "Continuous platform optimization", "Custom AI & automation systems", "24/7 priority support", "Quarterly strategy reviews", "Team training & knowledge transfer", "Advanced compliance & security", "Multilanguage platform management"], }, ]} animationType="slide-up" -- 2.49.1 From c041dc9852fb0b8f372949fd518aadc2fa6a43c5 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 11:09:41 +0000 Subject: [PATCH 7/7] Update src/app/services/page.tsx --- src/app/services/page.tsx | 62 ++++++++++----------------------------- 1 file changed, 16 insertions(+), 46 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 2ae2d91..29b2a04 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -43,29 +43,20 @@ export default function ServicesPage() { tag="Our Services" title="Comprehensive Digital Solutions" description="Each service is designed as part of an integrated ecosystem, working seamlessly together to create powerful digital systems that drive your business forward." - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQrcI01FK1I2qWHIWJIzcpKPpL/abstract-representation-of-integrated-di-1772535989602-c13fe056.png?_wi=2" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQrcI01FK1I2qWHIWJIzcpKPpL/abstract-representation-of-integrated-di-1772535989602-c13fe056.png" imageAlt="Integrated digital solutions ecosystem" mediaAnimation="slide-up" mediaPosition="left" accordionItems={[ { - id: "web-design", - title: "Website Design & Development", - content: - "Responsive, high-performance websites that convert visitors into customers. We combine strategic design with cutting-edge development to create digital experiences that engage users and drive measurable business results. Our websites are SEO-optimized, accessibility-focused, and built for enterprise-scale performance. From corporate platforms to e-commerce solutions, every site is crafted to support your business objectives.", - }, + id: "web-design", title: "Website Design & Development", content: + "Responsive, high-performance websites that convert visitors into customers. We combine strategic design with cutting-edge development to create digital experiences that engage users and drive measurable business results. Our websites are SEO-optimized, accessibility-focused, and built for enterprise-scale performance. From corporate platforms to e-commerce solutions, every site is crafted to support your business objectives."}, { - id: "mobile-apps", - title: "Mobile App Development", - content: - "Native iOS and Android applications that deliver exceptional user experiences. We develop intuitive, feature-rich mobile solutions tailored to your specific requirements. Our mobile apps feature smooth performance, secure data handling, seamless user engagement, and integration with your broader digital ecosystem. Whether you need a customer-facing app or internal business tool, we create mobile solutions that users love.", - }, + id: "mobile-apps", title: "Mobile App Development", content: + "Native iOS and Android applications that deliver exceptional user experiences. We develop intuitive, feature-rich mobile solutions tailored to your specific requirements. Our mobile apps feature smooth performance, secure data handling, seamless user engagement, and integration with your broader digital ecosystem. Whether you need a customer-facing app or internal business tool, we create mobile solutions that users love."}, { - id: "ai-receptionists", - title: "AI Receptionists & Automation", - content: - "Intelligent AI systems that handle customer interactions 24/7 with human-like sophistication. Our AI receptionists manage inquiries, appointments, routing, and workflows while learning from each interaction. They reduce operational costs dramatically while improving customer satisfaction. Fully integrated with your CRM, email, and business systems, our AI solutions become your always-on business partner.", - }, + id: "ai-receptionists", title: "AI Receptionists & Automation", content: + "Intelligent AI systems that handle customer interactions 24/7 with human-like sophistication. Our AI receptionists manage inquiries, appointments, routing, and workflows while learning from each interaction. They reduce operational costs dramatically while improving customer satisfaction. Fully integrated with your CRM, email, and business systems, our AI solutions become your always-on business partner."}, ]} buttons={[{ text: "Discuss Your Project", href: "/contact" }]} useInvertedBackground={false} @@ -80,38 +71,17 @@ export default function ServicesPage() { tag="Popular Combinations" products={[ { - id: "1", - brand: "Growth Package", - name: "Web + Mobile Solution", - price: "From $25K", - rating: 5, - reviewCount: "150+ clients", - imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQrcI01FK1I2qWHIWJIzcpKPpL/responsive-web-design-showcase-displayin-1772535990541-871712fb.png", - imageAlt: "Web and mobile design showcase", - }, + id: "1", brand: "Growth Package", name: "Web + Mobile Solution", price: "From $25K", rating: 5, + reviewCount: "150+ clients", imageSrc: + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQrcI01FK1I2qWHIWJIzcpKPpL/responsive-web-design-showcase-displayin-1772535990541-871712fb.png", imageAlt: "Web and mobile design showcase"}, { - id: "2", - brand: "Scale Package", - name: "Web + Mobile + AI", - price: "From $45K", - rating: 5, - reviewCount: "85+ enterprises", - imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQrcI01FK1I2qWHIWJIzcpKPpL/mobile-app-development-showcase-with-mul-1772535990031-8c243b50.png", - imageAlt: "Mobile and AI integration", - }, + id: "2", brand: "Scale Package", name: "Web + Mobile + AI", price: "From $45K", rating: 5, + reviewCount: "85+ enterprises", imageSrc: + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQrcI01FK1I2qWHIWJIzcpKPpL/mobile-app-development-showcase-with-mul-1772535990031-8c243b50.png", imageAlt: "Mobile and AI integration"}, { - id: "3", - brand: "Enterprise Package", - name: "Full Digital Ecosystem", - price: "Custom", - rating: 5, - reviewCount: "50+ enterprises", - imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQrcI01FK1I2qWHIWJIzcpKPpL/ai-receptionist-and-automation-systems-v-1772535990075-6d4740d4.png", - imageAlt: "AI and automation systems", - }, + id: "3", brand: "Enterprise Package", name: "Full Digital Ecosystem", price: "Custom", rating: 5, + reviewCount: "50+ enterprises", imageSrc: + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQrcI01FK1I2qWHIWJIzcpKPpL/ai-receptionist-and-automation-systems-v-1772535990075-6d4740d4.png", imageAlt: "AI and automation systems"}, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" -- 2.49.1