From 3d1bad9ae7231591d05c205ad596b1e95b7547df Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 7 Jun 2026 21:19:25 +0000 Subject: [PATCH 1/2] Update src/app/about/page.tsx --- src/app/about/page.tsx | 27 +++++++++++++-------------- 1 file changed, 13 insertions(+), 14 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 0d03373..f16ccae 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -87,24 +87,19 @@ export default function AboutPage() { gridVariant="uniform-all-items-equal" members={[ { - id: "1", name: "Sarah Miller", role: "Lead Developer", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-1.webp", imageAlt: "Sarah Miller", socialLinks: [{ icon: Twitter, url: "#" }, { icon: Linkedin, url: "#" }], - description: "Sarah leads our development team, specializing in cutting-edge web technologies and scalable solutions." + id: "1", name: "Sarah Miller", role: "Lead Developer", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-1.webp", imageAlt: "Sarah Miller", description: "Sarah leads our development team, specializing in cutting-edge web technologies and scalable solutions." }, { - id: "2", name: "Valentina Reyes", role: "Creative Director", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-2.webp", imageAlt: "Valentina Reyes", socialLinks: [{ icon: Instagram, url: "#" }, { icon: Dribbble, url: "#" }], - description: "Valentina brings artistic vision and innovative design thinking to every project, ensuring unique brand experiences." + id: "2", name: "Valentina Reyes", role: "Creative Director", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-2.webp", imageAlt: "Valentina Reyes", description: "Valentina brings artistic vision and innovative design thinking to every project, ensuring unique brand experiences." }, { - id: "3", name: "Carlos Mendoza", role: "UX Designer", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-3.webp", imageAlt: "Carlos Mendoza", socialLinks: [{ icon: Twitter, url: "#" }, { icon: Linkedin, url: "#" }], - description: "Carlos is dedicated to crafting intuitive and engaging user experiences that delight users and drive conversions." + id: "3", name: "Carlos Mendoza", role: "UX Designer", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-3.webp", imageAlt: "Carlos Mendoza", description: "Carlos is dedicated to crafting intuitive and engaging user experiences that delight users and drive conversions." }, { - id: "4", name: "Emily Chen", role: "Project Manager", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-4.webp", imageAlt: "Emily Chen", socialLinks: [{ icon: Linkedin, url: "#" }], - description: "Emily ensures all projects run smoothly, on time, and within budget, acting as the key liaison between clients and the team." + id: "4", name: "Emily Chen", role: "Project Manager", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-4.webp", imageAlt: "Emily Chen", description: "Emily ensures all projects run smoothly, on time, and within budget, acting as the key liaison between clients and the team." }, { - id: "5", name: "David Lee", role: "SEO Specialist", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-5.webp", imageAlt: "David Lee", socialLinks: [{ icon: Twitter, url: "#" }], - description: "David boosts our clients' online visibility through advanced SEO strategies, driving organic traffic and higher search rankings." + id: "5", name: "David Lee", role: "SEO Specialist", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-5.webp", imageAlt: "David Lee", description: "David boosts our clients' online visibility through advanced SEO strategies, driving organic traffic and higher search rankings." }, ]} /> @@ -119,13 +114,16 @@ export default function AboutPage() { testimonials={[ { id: "1", name: "Maria Santos", handle: "CEO at Luxuria Travel", testimonial: "Webild transformed our online presence. Their design and development expertise led to a stunning website and doubled our conversion rate.", rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-1.webp", imageAlt: "Maria Santos"}, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-1.webp", imageAlt: "Maria Santos" + }, { id: "2", name: "John Doe", handle: "Founder of StartupX", testimonial: "The team at Webild is incredibly professional and skilled. They understood our vision perfectly and delivered beyond expectations.", rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-2.webp", imageAlt: "John Doe"}, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-2.webp", imageAlt: "John Doe" + }, { id: "3", name: "Sarah Chen", handle: "Marketing Director, GlobalCorp", testimonial: "Outstanding results and exceptional service. Webild is our go-to partner for all digital projects. Highly recommend them!", rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-3.webp", imageAlt: "Sarah Chen"}, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-3.webp", imageAlt: "Sarah Chen" + }, ]} /> Date: Sun, 7 Jun 2026 21:19:26 +0000 Subject: [PATCH 2/2] Update src/app/work/page.tsx --- src/app/work/page.tsx | 116 +++++++++++++++++------------------------- 1 file changed, 46 insertions(+), 70 deletions(-) diff --git a/src/app/work/page.tsx b/src/app/work/page.tsx index 8902fb0..6d55fa4 100644 --- a/src/app/work/page.tsx +++ b/src/app/work/page.tsx @@ -3,12 +3,43 @@ import ReactLenis from "lenis/react"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay"; -import FeatureCardMedia from "@/components/sections/feature/FeatureCardMedia"; -import BlogCardTwo from "@/components/sections/blog/BlogCardTwo"; -import FooterBase from "@/components/sections/footer/FooterBase"; -import { ArrowUpRight } from "lucide-react"; +import BlogCardOne from "@/components/sections/blog/BlogCardOne"; +import FooterBaseCard from "@/components/sections/footer/FooterBaseCard"; + +export default function WorkPage() { + const navItems = [ + { name: "Work", id: "/work" }, + { name: "Services", id: "/services" }, { name: "About", id: "/about" }, + { name: "Contact", id: "/contact" }, + ]; + + const footerColumns = [ + { + title: "Company", items: [ + { label: "About", href: "#about" }, + { label: "Services", href: "/services" }, + { label: "Work", href: "/work" }, + { label: "Contact", href: "/contact" }, + ], + }, + { + title: "Services", items: [ + { label: "Web Development", href: "#" }, + { label: "SEO", href: "#" }, + { label: "Branding", href: "#" }, + { label: "UI/UX Design", href: "#" }, + ], + }, + { + title: "Connect", items: [ + { label: "Twitter", href: "#" }, + { label: "LinkedIn", href: "#" }, + { label: "Instagram", href: "#" }, + { label: "Dribbble", href: "#" }, + ], + }, + ]; -export default function PortfolioPage() { return ( - - - -- 2.49.1