From ca124eaf89596f88f7313a773e6cf238f1741ad1 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 15:20:43 +0000 Subject: [PATCH 1/3] Update src/app/about/page.tsx --- src/app/about/page.tsx | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index f05b31a..ac53fa6 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -3,7 +3,7 @@ import ReactLenis from "lenis/react"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay"; -import MetricSplitMediaAbout from "@/components/sections/about/MetricSplitMediaAbout"; +import MetricCardSeven from "@/components/sections/metrics/MetricCardSeven"; import TeamCardSix from "@/components/sections/team/TeamCardSix"; import FooterSimple from "@/components/sections/footer/FooterSimple"; @@ -33,17 +33,17 @@ export default function AboutPage() { ]} /> -
- +
@@ -66,6 +66,8 @@ export default function AboutPage() { columns={[ { title: "Company", items: [{ label: "About", href: "/about" }, { label: "Contact", href: "/contact" }] } ]} + bottomLeftText="© 2024 Webild" + bottomRightText="All rights reserved." />
-- 2.49.1 From 12ec12cbfe4da8f74fee27483fc63077c053e444 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 15:20:44 +0000 Subject: [PATCH 2/3] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 8c3de80..0a0117c 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -46,6 +46,8 @@ export default function ContactPage() { columns={[ { title: "Company", items: [{ label: "About", href: "/about" }, { label: "Contact", href: "/contact" }] } ]} + bottomLeftText="© 2024 Webild" + bottomRightText="All rights reserved." /> -- 2.49.1 From 735029aba62aa8a6df15fdfb0c7181743a17b4fc Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 15:20:44 +0000 Subject: [PATCH 3/3] Update src/app/services/page.tsx --- src/app/services/page.tsx | 109 ++++++++++++++------------------------ 1 file changed, 40 insertions(+), 69 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 3511759..6d727bb 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -3,87 +3,58 @@ import ReactLenis from "lenis/react"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay"; -import PricingCardTwo from "@/components/sections/pricing/PricingCardTwo"; -import FooterBase from "@/components/sections/footer/FooterBase"; -import { Sparkles, CheckCircle } from "lucide-react"; +import PricingCardEight from "@/components/sections/pricing/PricingCardEight"; +import FooterSimple from "@/components/sections/footer/FooterSimple"; export default function ServicesPage() { return ( - - - + +
+ +
+
); -} +} \ No newline at end of file -- 2.49.1