From 83591bd895218dd8df7bb170fc3df31caf58ea84 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 7 Jun 2026 21:08:59 +0000 Subject: [PATCH 1/5] Add src/app/about/page.tsx --- src/app/about/page.tsx | 83 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 83 insertions(+) create mode 100644 src/app/about/page.tsx diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx new file mode 100644 index 0000000..78f4e60 --- /dev/null +++ b/src/app/about/page.tsx @@ -0,0 +1,83 @@ +"use client"; + +import ReactLenis from "lenis/react"; +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay"; +import TextAbout from "@/components/sections/about/TextAbout"; +import FooterBase from "@/components/sections/footer/FooterBase"; +import { Sparkles } from "lucide-react"; + +export default function AboutPage() { + return ( + + + +
+ +
+ +
+
+ ); +} \ No newline at end of file -- 2.49.1 From a22811e1a752171a3e972831101ab0e3849b066c Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 7 Jun 2026 21:08:59 +0000 Subject: [PATCH 2/5] Add src/app/blog/page.tsx --- src/app/blog/page.tsx | 100 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 100 insertions(+) create mode 100644 src/app/blog/page.tsx diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx new file mode 100644 index 0000000..6696896 --- /dev/null +++ b/src/app/blog/page.tsx @@ -0,0 +1,100 @@ +"use client"; + +import ReactLenis from "lenis/react"; +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay"; +import FooterBase from "@/components/sections/footer/FooterBase"; +import BlogCardThree from "@/components/sections/blog/BlogCardThree"; +import { Sparkles, CalendarDays, User } from "lucide-react"; + +export default function BlogPage() { + return ( + + + + +
+ +
+ + +
+
+ ); +} -- 2.49.1 From 4865db7bda1851738a0360080decc5b0c982d734 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 7 Jun 2026 21:09:00 +0000 Subject: [PATCH 3/5] Add src/app/case-studies/page.tsx --- src/app/case-studies/page.tsx | 102 ++++++++++++++++++++++++++++++++++ 1 file changed, 102 insertions(+) create mode 100644 src/app/case-studies/page.tsx diff --git a/src/app/case-studies/page.tsx b/src/app/case-studies/page.tsx new file mode 100644 index 0000000..d917971 --- /dev/null +++ b/src/app/case-studies/page.tsx @@ -0,0 +1,102 @@ +"use client"; + +import ReactLenis from "lenis/react"; +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay"; +import FeatureCardTwentySix from "@/components/sections/feature/FeatureCardTwentySix"; +import FooterBase from "@/components/sections/footer/FooterBase"; +import { ArrowUpRight } from "lucide-react"; + +export default function CaseStudiesListingPage() { + return ( + + + +
+ +
+ +
+
+ ); +} \ No newline at end of file -- 2.49.1 From a7a72e9d7bafe5615a98b985b2cbae011ddeef1b Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 7 Jun 2026 21:09:00 +0000 Subject: [PATCH 4/5] Update src/app/page.tsx --- src/app/page.tsx | 72 +++++++++++++++++++++++++----------------------- 1 file changed, 38 insertions(+), 34 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1a64faf..51a71a5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,16 +33,18 @@ export default function WebAgency2Page() { @@ -154,17 +156,17 @@ export default function WebAgency2Page() { { name: "Camera", icon: Camera }, { name: "Music", icon: Music }, { name: "Settings", icon: Settings }, - { name: "Chat", icon: MessageCircle }, - ], + { name: "Chat", icon: MessageCircle } + ] }, { - title: "Secure Hosting", description: "Enterprise-grade security and 99.9% uptime for your applications.", bentoComponent: "reveal-icon", icon: Shield, + title: "Secure Hosting", description: "Enterprise-grade security and 99.9% uptime for your applications.", bentoComponent: "reveal-icon", icon: Shield }, { title: "Fast Deployment", description: "From concept to solution launch in record time without sacrificing quality.", bentoComponent: "timeline", heading: "Project Launch", subheading: "Week 1", items: [ { label: "Discovery & scoping", detail: "Day 1-3" }, { label: "Design & development", detail: "Day 4-10" }, - { label: "Testing & deployment", detail: "Day 11-14" }, + { label: "Testing & deployment", detail: "Day 11-14" } ], completedLabel: "Live"}, { @@ -173,11 +175,11 @@ export default function WebAgency2Page() { { icon: Shield }, { icon: Monitor }, { icon: Zap }, - { icon: TrendingUp }, - ], + { icon: TrendingUp } + ] }, { - title: "Data-Driven Growth Trends", description: "Data-driven insights to optimize your solutions and drive business growth.", bentoComponent: "line-chart"}, + title: "Data-Driven Growth Trends", description: "Data-driven insights to optimize your solutions and drive business growth.", bentoComponent: "line-chart"} ]} /> @@ -194,12 +196,12 @@ export default function WebAgency2Page() { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-2.webp?_wi=1"}, { id: "3", name: "Sophie Chen", role: "Head of Product", company: "Innovate Health", rating: 4, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-3.webp?_wi=1"}, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-3.webp?_wi=1"} ]} kpiItems={[ { value: "99%", label: "Client Satisfaction" }, { value: "2.5x", label: "ROI on Digital Projects" }, - { value: "50+", label: "Projects Delivered" }, + { value: "50+", label: "Projects Delivered" } ]} animationType="slide-up" textboxLayout="default" @@ -218,7 +220,7 @@ export default function WebAgency2Page() { metrics={[ { id: "projects", value: "50+", title: "Projects Delivered", description: "Successfully launched across diverse industries", icon: Rocket }, { id: "growth", value: "98%", title: "Customer Growth", description: "Average increase for our clients", icon: TrendingUp }, - { id: "clients", value: "20+", title: "Happy Clients", description: "Trust us with their mission-critical initiatives", icon: Award }, + { id: "clients", value: "20+", title: "Happy Clients", description: "Trust us with their mission-critical initiatives", icon: Award } ]} /> @@ -231,11 +233,11 @@ export default function WebAgency2Page() { animationType="slide-up" negativeCard={{ items: [ - "Generic digital solutions with limited impact", "Slow development and hidden costs", "No clear strategy or measurable ROI", "Outdated methods with poor results", "No ongoing support for your systems"], + "Generic digital solutions with limited impact", "Slow development and hidden costs", "No clear strategy or measurable ROI", "Outdated methods with poor results", "No ongoing support for your systems"] }} positiveCard={{ items: [ - "Custom digital solutions tailored to your goals", "Rapid deployment and optimized performance", "Data-driven strategy to ensure measurable ROI", "Cutting-edge tools and continuous improvement", "Dedicated support and maintenance"], + "Custom digital solutions tailored to your goals", "Rapid deployment and optimized performance", "Data-driven strategy to ensure measurable ROI", "Cutting-edge tools and continuous improvement", "Dedicated support and maintenance"] }} /> @@ -250,7 +252,7 @@ export default function WebAgency2Page() { team={[ { id: "1", name: "Sarah Miller", role: "Lead Digital Strategist", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-1.webp?_wi=2", imageAlt: "Sarah Miller" }, { id: "2", name: "Valentina Reyes", role: "Principal Developer", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-2.webp?_wi=2", imageAlt: "Valentina Reyes" }, - { id: "3", name: "Carlos Mendoza", role: "Solutions Architect", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-3.webp?_wi=2", imageAlt: "Carlos Mendoza" }, + { id: "3", name: "Carlos Mendoza", role: "Solutions Architect", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-3.webp?_wi=2", imageAlt: "Carlos Mendoza" } ]} /> @@ -266,7 +268,7 @@ export default function WebAgency2Page() { { id: "2", title: "What is your pricing structure?", content: "We offer project-based pricing tailored to your needs. Every project includes strategy, development, integration, and post-deployment support." }, { id: "3", title: "Do you offer ongoing solution maintenance?", content: "Yes! We provide ongoing support and maintenance packages to keep your solutions updated, optimized, and performing accurately." }, { id: "4", title: "Can you integrate with my existing systems?", content: "Absolutely. We specialize in seamless integrations that enhance your current infrastructure while preserving existing data and workflows." }, - { id: "5", title: "What technologies do you use?", content: "We leverage cutting-edge frameworks including modern web stacks, cloud services (AWS, Google Cloud, Azure), and AI/ML tools to ensure robust and scalable solutions." }, + { id: "5", title: "What technologies do you use?", content: "We leverage cutting-edge frameworks including modern web stacks, cloud services (AWS, Google Cloud, Azure), and AI/ML tools to ensure robust and scalable solutions." } ]} /> @@ -277,8 +279,8 @@ export default function WebAgency2Page() { description="Let's build something extraordinary with powerful digital solutions. Get in touch and let's discuss your next project." background={{ variant: "rotated-rays-animated" }} buttons={[ - { text: "Start Your Project", href: "#contact" }, - { text: "Explore Our Work", href: "#case-studies" }, + { text: "Start Your Project", href: "/contact" }, + { text: "Explore Our Work", href: "#case-studies" } ]} buttonAnimation="slide-up" useInvertedBackground={false} @@ -293,25 +295,27 @@ export default function WebAgency2Page() { { label: "Why Us", href: "#why-choose-us" }, { label: "Team", href: "#team" }, { label: "Case Studies", href: "#case-studies" }, - { label: "Contact", href: "#contact" }, - ], + { label: "Contact", href: "/contact" }, + { label: "Blog", href: "/blog" }, + { label: "Documentation", href: "/resources/documentation" } + ] }, { title: "Our Services", items: [ { label: "Web Development", href: "#ai-services-overview" }, { label: "App Development", href: "#ai-services-overview" }, { label: "AI Automations", href: "#ai-services-overview" }, - { label: "Marketing & Growth", href: "#ai-services-overview" }, - ], + { label: "Marketing & Growth", href: "#ai-services-overview" } + ] }, { title: "Connect", items: [ { label: "Twitter", href: "#" }, { label: "LinkedIn", href: "#" }, { label: "Instagram", href: "#" }, - { label: "Dribbble", href: "#" }, - ], - }, + { label: "Dribbble", href: "#" } + ] + } ]} /> -- 2.49.1 From 8be03ee62e1d8fe54394abcbe486b99c97812954 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 7 Jun 2026 21:09:01 +0000 Subject: [PATCH 5/5] Add src/app/pricing/page.tsx --- src/app/pricing/page.tsx | 103 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 103 insertions(+) create mode 100644 src/app/pricing/page.tsx diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx new file mode 100644 index 0000000..b7cb428 --- /dev/null +++ b/src/app/pricing/page.tsx @@ -0,0 +1,103 @@ +"use client"; + +import ReactLenis from "lenis/react"; +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay"; +import PricingCardThree from "@/components/sections/pricing/PricingCardThree"; +import FooterBase from "@/components/sections/footer/FooterBase"; +import { CheckCircle, Sparkles } from "lucide-react"; + +export default function PricingPage() { + return ( + + + +
+ +
+ +
+
+ ); +} \ No newline at end of file -- 2.49.1