From b50c3baba3eb3a3e1fc3b9e388d505aa28698911 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Mar 2026 21:37:04 +0000 Subject: [PATCH 1/3] Update src/app/about/page.tsx --- src/app/about/page.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index a0510f3..3a3e16b 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -166,7 +166,6 @@ export default function AboutPage() { imageAlt: "Michael Osei", }, ]} - gridVariant="three-columns-all-equal-width" animationType="slide-up" textboxLayout="default" useInvertedBackground={false} -- 2.49.1 From f12f032a01d1c59be3ae6b589a0f5e8f85f82c04 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Mar 2026 21:37:04 +0000 Subject: [PATCH 2/3] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index b7efae8..e7e09f4 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -5,6 +5,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen"; import ContactCenter from "@/components/sections/contact/ContactCenter"; import FooterBase from "@/components/sections/footer/FooterBase"; +import { Mail } from "lucide-react"; export default function ContactPage() { const navItems = [ @@ -87,7 +88,7 @@ export default function ContactPage() { tag="Get in Touch" title="Ready to Transform Your Repair Business?" description="Have questions about MobiFixHub? Our team is here to help. Get in touch with us today and let's discuss how we can help your business grow." - tagIcon="Mail" + tagIcon={Mail} tagAnimation="slide-up" background={{ variant: "radial-gradient" }} useInvertedBackground={false} -- 2.49.1 From 0c0552a0c78ff5de43fbbc513648eee42101d420 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Mar 2026 21:37:05 +0000 Subject: [PATCH 3/3] Update src/app/page.tsx --- src/app/page.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index df149a4..432429d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -299,7 +299,7 @@ export default function HomePage() { icon: Clock, }, ]} - gridVariant="four-items-2x2-equal-grid" + gridVariant="bento-grid" animationType="slide-up" textboxLayout="default" useInvertedBackground={false} @@ -383,7 +383,6 @@ export default function HomePage() { imageAlt: "Patricia Nakamura", }, ]} - gridVariant="three-columns-all-equal-width" animationType="slide-up" textboxLayout="default" useInvertedBackground={false} -- 2.49.1