From 39fceeeef7995f359414d5467886c0de6f9b117c Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Thu, 26 Mar 2026 14:51:41 +0000 Subject: [PATCH 1/2] Bob AI: fix build error in src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ed51add..96a4aa9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import TeamCardTen from '@/components/sections/team/TeamCardTen'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; -import { Cloud, Database, Phone, Zap } from "lucide-react"; +import { Brain, Cloud, Database, Phone, Zap } from "lucide-react"; export default function LandingPage() { return ( -- 2.49.1 From 46b3b986c3bf6b57f0653312064d4c4f2abd2255 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 14:52:00 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 180 +++++++++++------------------------------------ 1 file changed, 43 insertions(+), 137 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 96a4aa9..02183ca 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import TeamCardTen from '@/components/sections/team/TeamCardTen'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; -import { Brain, Cloud, Database, Phone, Zap } from "lucide-react"; +import { Cloud, Database, Phone, Zap, Brain } from "lucide-react"; export default function LandingPage() { return ( @@ -31,21 +31,13 @@ export default function LandingPage() { @@ -55,30 +47,21 @@ export default function LandingPage() { @@ -90,31 +73,16 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "m1", - value: "99.9%", - title: "System Uptime", - items: [ - "High-availability infrastructure", - "24/7 monitoring", - ], + id: "m1", value: "99.9%", title: "System Uptime", items: [ + "High-availability infrastructure", "24/7 monitoring"], }, { - id: "m2", - value: "500+", - title: "Cloud Projects", - items: [ - "End-to-end cloud migrations", - "Legacy system modernizations", - ], + id: "m2", value: "500+", title: "Cloud Projects", items: [ + "End-to-end cloud migrations", "Legacy system modernizations"], }, { - id: "m3", - value: "24/7", - title: "Support Availability", - items: [ - "Around-the-clock technical support", - "Rapid incident response", - ], + id: "m3", value: "24/7", title: "Support Availability", items: [ + "Around-the-clock technical support", "Rapid incident response"], }, ]} title="Proven Technical Performance" @@ -129,40 +97,28 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - id: "f1", - title: "Cloud Architecture", - description: "Build, deploy, and manage distributed systems in the cloud with ease and security.", - media: { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/futuristic-it-infrastructure-dashboard-w-1774536648074-c1790b53.png?_wi=2", - }, + id: "f1", title: "Cloud Architecture", description: "Build, deploy, and manage distributed systems in the cloud with ease and security.", media: { + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/futuristic-it-infrastructure-dashboard-w-1774536648074-c1790b53.png"}, items: [ { icon: Cloud, - text: "Cloud Strategy & Design", - }, + text: "Cloud Strategy & Design"}, { icon: Database, - text: "Scalable Database Management", - }, + text: "Scalable Database Management"}, ], reverse: false, }, { - id: "f2", - title: "AI & Automation", - description: "Automate complex business processes using intelligent AI and ML algorithms.", - media: { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/futuristic-it-infrastructure-dashboard-w-1774536648074-c1790b53.png?_wi=3", - }, + id: "f2", title: "AI & Automation", description: "Automate complex business processes using intelligent AI and ML algorithms.", media: { + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/futuristic-it-infrastructure-dashboard-w-1774536648074-c1790b53.png"}, items: [ { icon: Zap, - text: "Process Automation", - }, + text: "Process Automation"}, { icon: Brain, - text: "AI Integration", - }, + text: "AI Integration"}, ], reverse: true, }, @@ -180,25 +136,13 @@ export default function LandingPage() { membersAnimation="slide-up" members={[ { - id: "t1", - name: "John Doe", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/professional-headshot-of-a-software-deve-1774536648689-7e90180c.png", - }, + id: "t1", name: "John Doe", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/professional-headshot-of-a-software-deve-1774536648689-7e90180c.png"}, { - id: "t2", - name: "Jane Smith", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/professional-headshot-of-a-cloud-archite-1774536649969-aabd947e.png", - }, + id: "t2", name: "Jane Smith", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/professional-headshot-of-a-cloud-archite-1774536649969-aabd947e.png"}, { - id: "t3", - name: "Robert Chen", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/professional-headshot-of-a-cybersecurity-1774536649121-804f8698.png", - }, + id: "t3", name: "Robert Chen", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/professional-headshot-of-a-cybersecurity-1774536649121-804f8698.png"}, { - id: "t4", - name: "Alice Wong", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/professional-headshot-of-a-ai-product-ma-1774536648329-e0d9c11c.png", - }, + id: "t4", name: "Alice Wong", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/professional-headshot-of-a-ai-product-ma-1774536648329-e0d9c11c.png"}, ]} memberVariant="card" /> @@ -211,33 +155,13 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "1", - name: "Marcus Thorne", - role: "CTO", - testimonial: "Exceptional service and technical expertise.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/professional-headshot-of-a-middle-aged-m-1774536650571-1528f978.png?_wi=2", - }, + id: "1", name: "Marcus Thorne", role: "CTO", testimonial: "Exceptional service and technical expertise.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/professional-headshot-of-a-middle-aged-m-1774536650571-1528f978.png"}, { - id: "2", - name: "Elena Rossi", - role: "COO", - testimonial: "NexTech is the partner we trust for all scaling.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/professional-headshot-of-a-female-entrep-1774536647362-63f0fc32.png", - }, + id: "2", name: "Elena Rossi", role: "COO", testimonial: "NexTech is the partner we trust for all scaling.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/professional-headshot-of-a-female-entrep-1774536647362-63f0fc32.png"}, { - id: "3", - name: "David Wu", - role: "VP Engineering", - testimonial: "Fast, reliable, and incredibly professional.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/professional-headshot-of-a-young-male-da-1774536648952-96b4c892.png", - }, + id: "3", name: "David Wu", role: "VP Engineering", testimonial: "Fast, reliable, and incredibly professional.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/professional-headshot-of-a-young-male-da-1774536648952-96b4c892.png"}, { - id: "4", - name: "Sarah Miller", - role: "CEO", - testimonial: "Infrastructure optimization was seamless.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/professional-headshot-of-a-female-projec-1774536648633-21668036.png", - }, + id: "4", name: "Sarah Miller", role: "CEO", testimonial: "Infrastructure optimization was seamless.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/professional-headshot-of-a-female-projec-1774536648633-21668036.png"}, ]} title="Trusted by Industry Leaders" description="Don't take our word for it—hear what our long-term partners have to say about our impact." @@ -250,54 +174,36 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "q1", - title: "Do you handle migration?", - content: "Yes, we handle end-to-end cloud migrations for enterprises of all sizes.", - }, + id: "q1", title: "Do you handle migration?", content: "Yes, we handle end-to-end cloud migrations for enterprises of all sizes."}, { - id: "q2", - title: "How do we start?", - content: "Schedule a discovery call with our technical team to analyze your infrastructure needs.", - }, + id: "q2", title: "How do we start?", content: "Schedule a discovery call with our technical team to analyze your infrastructure needs."}, ]} ctaTitle="Ready to Transform Your IT?" ctaDescription="Let's discuss how our expert solutions can scale your business efficiently." ctaButton={{ - text: "Schedule a Call", - href: "#contact", - }} + text: "Schedule a Call", href: "#contact"}} ctaIcon={Phone} />