From 966a4396d63bcab91f2e49e859878a3760f9ab51 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 09:02:58 +0000 Subject: [PATCH 1/6] Update src/app/about/page.tsx --- src/app/about/page.tsx | 23 ++++------------------- 1 file changed, 4 insertions(+), 19 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 890f6ca..dfd973b 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -67,26 +67,11 @@ export default function AboutPage() { tagAnimation="slide-up" features={[ { - id: 1, - title: "Innovation First", description: "We stay ahead of industry trends and continuously explore new technologies and methodologies to deliver cutting-edge solutions that keep our clients competitive.", phoneOne: { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQaMoBX7jFwK0QlMohZLIPqdAi/designer-working-on-a-design-on-computer-1772527371388-f91c4851.png?_wi=2", imageAlt: "Innovation in design"}, - phoneTwo: { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQaMoBX7jFwK0QlMohZLIPqdAi/developer-coding-in-modern-ide-with-webs-1772527371268-4b56aafe.png?_wi=3", imageAlt: "Innovation in development"}, - }, + id: "1", title: "Innovation First", description: "We stay ahead of industry trends and continuously explore new technologies and methodologies to deliver cutting-edge solutions that keep our clients competitive.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQaMoBX7jFwK0QlMohZLIPqdAi/designer-working-on-a-design-on-computer-1772527371388-f91c4851.png?_wi=2", imageAlt: "Innovation in design"}, { - id: 2, - title: "Client-Centric Approach", description: "Your success is our success. We listen deeply, understand your vision, and work collaboratively to ensure every project exceeds expectations and delivers measurable results.", phoneOne: { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQaMoBX7jFwK0QlMohZLIPqdAi/strategic-planning-session-with-design-t-1772527371376-ae35dee8.png?_wi=3", imageAlt: "Client collaboration"}, - phoneTwo: { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQaMoBX7jFwK0QlMohZLIPqdAi/a-diverse-team-of-creative-professionals-1772527369837-abebcb83.png?_wi=3", imageAlt: "Team partnership"}, - }, + id: "2", title: "Client-Centric Approach", description: "Your success is our success. We listen deeply, understand your vision, and work collaboratively to ensure every project exceeds expectations and delivers measurable results.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQaMoBX7jFwK0QlMohZLIPqdAi/strategic-planning-session-with-design-t-1772527371376-ae35dee8.png?_wi=3", imageAlt: "Client collaboration"}, { - id: 3, - title: "Quality & Excellence", description: "We maintain the highest standards in every aspect of our work. From design to development to deployment, we're committed to delivering excellence every single time.", phoneOne: { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQaMoBX7jFwK0QlMohZLIPqdAi/code-editor-on-screen-displaying-clean-o-1772527370169-57931e12.png?_wi=3", imageAlt: "Quality code"}, - phoneTwo: { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQaMoBX7jFwK0QlMohZLIPqdAi/successful-website-launch-celebration-wi-1772527369611-c8a22c79.png?_wi=2", imageAlt: "Successful delivery"}, - }, + id: "3", title: "Quality & Excellence", description: "We maintain the highest standards in every aspect of our work. From design to development to deployment, we're committed to delivering excellence every single time.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQaMoBX7jFwK0QlMohZLIPqdAi/code-editor-on-screen-displaying-clean-o-1772527370169-57931e12.png?_wi=3", imageAlt: "Quality code"}, ]} showStepNumbers={true} textboxLayout="default" @@ -139,4 +124,4 @@ export default function AboutPage() { ); -} \ No newline at end of file +} -- 2.49.1 From fc665c7becf0d39fe6533547f21fd3e15eb4c3e0 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 09:02:59 +0000 Subject: [PATCH 2/6] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 2a0ddaa..276f5ec 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -83,4 +83,4 @@ export default function ContactPage() { ); -} \ No newline at end of file +} -- 2.49.1 From 3f2f0a9ad63b112f14a958100487514c8e78fa9a Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 09:03:00 +0000 Subject: [PATCH 3/6] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index ea0c0a1..472f439 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1405,4 +1405,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} -- 2.49.1 From 1df1be60b5d764fcee0a588f39e9efe12daac031 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 09:03:01 +0000 Subject: [PATCH 4/6] Update src/app/page.tsx --- src/app/page.tsx | 36 ++++++++++++++++++++++++++++++++++-- 1 file changed, 34 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 564654e..b1809f7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,10 +8,11 @@ import FeatureCardNine from "@/components/sections/feature/FeatureCardNine"; import ProductCardOne from "@/components/sections/product/ProductCardOne"; import MetricCardEleven from "@/components/sections/metrics/MetricCardEleven"; import TestimonialCardThirteen from "@/components/sections/testimonial/TestimonialCardThirteen"; +import TeamCardEleven from "@/components/sections/team/TeamCardEleven"; import ContactText from "@/components/sections/contact/ContactText"; import FooterBase from "@/components/sections/footer/FooterBase"; import Link from "next/link"; -import { Zap, Heart, Rocket, Lightbulb, Star, TrendingUp, Workflow, MessageCircle } from "lucide-react"; +import { Zap, Heart, Rocket, Lightbulb, Star, TrendingUp, Workflow, MessageCircle, Users } from "lucide-react"; export default function HomePage() { const navItems = [ @@ -104,6 +105,37 @@ export default function HomePage() { /> +
+ +
+
); -} \ No newline at end of file +} -- 2.49.1 From a71731a41812bdf80387c10eafae8f73eb8d6a13 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 09:03:02 +0000 Subject: [PATCH 5/6] Update src/app/portfolio/page.tsx --- src/app/portfolio/page.tsx | 23 ++++------------------- 1 file changed, 4 insertions(+), 19 deletions(-) diff --git a/src/app/portfolio/page.tsx b/src/app/portfolio/page.tsx index c38befc..ae59358 100644 --- a/src/app/portfolio/page.tsx +++ b/src/app/portfolio/page.tsx @@ -73,26 +73,11 @@ export default function PortfolioPage() { tagAnimation="slide-up" features={[ { - id: 1, - title: "Strategy & Discovery", description: "We start by understanding your business goals, target audience, and competitive landscape. Through research and discovery, we create a solid foundation for your project.", phoneOne: { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQaMoBX7jFwK0QlMohZLIPqdAi/strategic-planning-session-with-design-t-1772527371376-ae35dee8.png?_wi=1", imageAlt: "Strategy planning"}, - phoneTwo: { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQaMoBX7jFwK0QlMohZLIPqdAi/strategic-planning-session-with-design-t-1772527371376-ae35dee8.png?_wi=2", imageAlt: "Discovery process"}, - }, + id: "1", title: "Strategy & Discovery", description: "We start by understanding your business goals, target audience, and competitive landscape. Through research and discovery, we create a solid foundation for your project.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQaMoBX7jFwK0QlMohZLIPqdAi/strategic-planning-session-with-design-t-1772527371376-ae35dee8.png?_wi=1", imageAlt: "Strategy planning"}, { - id: 2, - title: "Design & Development", description: "Our team crafts beautiful designs and builds robust websites. We focus on user experience, performance, and scalability to ensure your site exceeds expectations.", phoneOne: { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQaMoBX7jFwK0QlMohZLIPqdAi/designer-working-on-a-design-on-computer-1772527371388-f91c4851.png?_wi=1", imageAlt: "Design process"}, - phoneTwo: { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQaMoBX7jFwK0QlMohZLIPqdAi/developer-coding-in-modern-ide-with-webs-1772527371268-4b56aafe.png?_wi=1", imageAlt: "Development phase"}, - }, + id: "2", title: "Design & Development", description: "Our team crafts beautiful designs and builds robust websites. We focus on user experience, performance, and scalability to ensure your site exceeds expectations.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQaMoBX7jFwK0QlMohZLIPqdAi/designer-working-on-a-design-on-computer-1772527371388-f91c4851.png?_wi=1", imageAlt: "Design process"}, { - id: 3, - title: "Testing & Launch", description: "Rigorous testing ensures everything works perfectly. After final refinements, we launch your website with ongoing support to keep it running smoothly.", phoneOne: { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQaMoBX7jFwK0QlMohZLIPqdAi/developer-coding-in-modern-ide-with-webs-1772527371268-4b56aafe.png?_wi=2", imageAlt: "Testing phase"}, - phoneTwo: { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQaMoBX7jFwK0QlMohZLIPqdAi/successful-website-launch-celebration-wi-1772527369611-c8a22c79.png?_wi=1", imageAlt: "Launch celebration"}, - }, + id: "3", title: "Testing & Launch", description: "Rigorous testing ensures everything works perfectly. After final refinements, we launch your website with ongoing support to keep it running smoothly.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQaMoBX7jFwK0QlMohZLIPqdAi/developer-coding-in-modern-ide-with-webs-1772527371268-4b56aafe.png?_wi=2", imageAlt: "Testing phase"}, ]} showStepNumbers={true} textboxLayout="default" @@ -145,4 +130,4 @@ export default function PortfolioPage() {
); -} \ No newline at end of file +} -- 2.49.1 From e117e7a372b40c053d68bf7b22171190660fe3c3 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 09:03:03 +0000 Subject: [PATCH 6/6] Update src/app/services/page.tsx --- src/app/services/page.tsx | 33 ++++++++++----------------------- 1 file changed, 10 insertions(+), 23 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index fb7c987..50c69e5 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -41,37 +41,24 @@ export default function ServicesPage() { /> -
+
); -} \ No newline at end of file +} -- 2.49.1