From 55f53112bab59c750c9a8a7cd616e990aaf900ed Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 16:36:07 +0000 Subject: [PATCH 1/3] Update src/app/about/page.tsx --- src/app/about/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index acd6d66..b036099 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -7,7 +7,7 @@ import MetricCardThree from "@/components/sections/metrics/MetricCardThree"; import ContactSplit from "@/components/sections/contact/ContactSplit"; import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal"; import Link from "next/link"; -import { Award, Zap, Smile, Star } from "lucide-react"; +import { Award, Zap, Smile, Star, Calendar } from "lucide-react"; export default function AboutPage() { const navItems = [ @@ -112,7 +112,7 @@ export default function AboutPage() {
Date: Thu, 12 Mar 2026 16:36:08 +0000 Subject: [PATCH 2/3] Update src/app/gallery/page.tsx --- src/app/gallery/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index 3c29e3d..d508edc 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -6,6 +6,7 @@ import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCar import ContactSplit from "@/components/sections/contact/ContactSplit"; import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal"; import Link from "next/link"; +import { Phone } from "lucide-react"; export default function GalleryPage() { const navItems = [ @@ -109,7 +110,7 @@ export default function GalleryPage() {
Date: Thu, 12 Mar 2026 16:36:08 +0000 Subject: [PATCH 3/3] Update src/app/services/page.tsx --- src/app/services/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 497dd31..2a4c06d 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -6,6 +6,7 @@ import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/Nav import ProductCardTwo from "@/components/sections/product/ProductCardTwo"; import ContactSplit from "@/components/sections/contact/ContactSplit"; import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal"; +import { Phone } from "lucide-react"; export default function ServicesPage() { const navItems = [ @@ -100,7 +101,7 @@ export default function ServicesPage() {