From 4e00408f7c700dbeee8444d93b4f98b746bd5fe2 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 1 Jun 2026 05:09:31 +0000 Subject: [PATCH 1/3] Update src/app/about/page.tsx --- src/app/about/page.tsx | 39 ++++++++++++++++++++------------------- 1 file changed, 20 insertions(+), 19 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index a3b619b..04dc30c 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -12,8 +12,8 @@ export default function AboutPage() { const navItems = [ { name: "Home", id: "/" }, { name: "About", id: "/about" }, - { name: "Services", id: "#services" }, - { name: "Work", id: "#work" }, + { name: "Services", id: "/services" }, + { name: "Work", id: "/work" }, { name: "Contact", id: "/contact" } ]; @@ -36,27 +36,28 @@ export default function AboutPage() { brandName="Web Design Tech360" button={{ text: "Get in Touch", href: "/contact" }} /> - +
+ +
Date: Mon, 1 Jun 2026 05:09:31 +0000 Subject: [PATCH 2/3] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 32 +++++++++++++++++--------------- 1 file changed, 17 insertions(+), 15 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index e1b02f2..98dffc0 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -3,14 +3,14 @@ import ReactLenis from "lenis/react"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; -import { Phone, Mail } from "lucide-react"; +import { Phone, Mail, Twitter, Instagram, Linkedin } from "lucide-react"; import ContactCTA from "@/components/sections/contact/ContactCTA"; import FooterCard from "@/components/sections/footer/FooterCard"; export default function ContactPage() { const navItems = [ - { name: "Home", id: "home" }, - { name: "Services", id: "services" }, + { name: "Home", id: "/" }, + { name: "Services", id: "/services" }, { name: "Contact", id: "/contact" } ]; @@ -33,18 +33,20 @@ export default function ContactPage() { brandName="Web Design Tech360" button={{ text: "Get in Touch", href: "/contact" }} /> - +
+ +
Date: Mon, 1 Jun 2026 05:09:32 +0000 Subject: [PATCH 3/3] Update src/app/work/page.tsx --- src/app/work/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/work/page.tsx b/src/app/work/page.tsx index a3560b8..dad58de 100644 --- a/src/app/work/page.tsx +++ b/src/app/work/page.tsx @@ -47,28 +47,28 @@ export default function WorkPage() { useInvertedBackground={false} products={[ { - id: "1", name: "Innovate Solutions", category: "Web Design, Development", price: "", rating: 5, - reviewCount: "", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency/hero/hero1.webp", imageAlt: "Modern Business Website" + id: "1", name: "Innovate Solutions", price: "", rating: 5, + reviewCount: "", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency/hero/hero1.webp", imageAlt: "Modern Business Website" }, { - id: "2", name: "ShopSphere", category: "E-commerce, UX/UI", price: "", rating: 5, - reviewCount: "", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency/hero/hero2.webp?_wi=1", imageAlt: "E-commerce Platform Redesign" + id: "2", name: "ShopSphere", price: "", rating: 5, + reviewCount: "", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency/hero/hero2.webp?_wi=1", imageAlt: "E-commerce Platform Redesign" }, { - id: "3", name: "Global Connect", category: "WordPress Development", price: "", rating: 5, - reviewCount: "", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency/hero/hero3.webp?_wi=1", imageAlt: "Corporate WordPress Site" + id: "3", name: "Global Connect", price: "", rating: 5, + reviewCount: "", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency/hero/hero3.webp?_wi=1", imageAlt: "Corporate WordPress Site" }, { - id: "4", name: "LaunchPad", category: "Landing Page, SEO", price: "", rating: 5, - reviewCount: "", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency/hero/hero4.webp?_wi=1", imageAlt: "Startup Landing Page" + id: "4", name: "LaunchPad", price: "", rating: 5, + reviewCount: "", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency/hero/hero4.webp?_wi=1", imageAlt: "Startup Landing Page" }, { - id: "5", name: "DataDash App", category: "Web Application, UI/UX", price: "", rating: 5, - reviewCount: "", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency/hero/hero5.webp", imageAlt: "Custom Web Application" + id: "5", name: "DataDash App", price: "", rating: 5, + reviewCount: "", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency/hero/hero5.webp", imageAlt: "Custom Web Application" }, { - id: "6", name: "Creative Canvas", category: "Portfolio, Responsive Design", price: "", rating: 5, - reviewCount: "", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency/services/how2.webp", imageAlt: "Portfolio Site for Artist" + id: "6", name: "Creative Canvas", price: "", rating: 5, + reviewCount: "", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency/services/how2.webp", imageAlt: "Portfolio Site for Artist" } ]} />