From 6c9db19e0e20d9f9d0101d462d9d8d375f5675d5 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 30 Mar 2026 08:11:50 +0000 Subject: [PATCH 1/2] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 84 ++++++++++++++++++++-------------------- 1 file changed, 42 insertions(+), 42 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 86b6491..4a67d1b 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -22,51 +22,51 @@ export default function ContactPage() { headingFontWeight="semibold" > - + -
- -
+
+ +
- + - +
); -- 2.49.1 From 349cdc8e0518c0703f69bda5f06f4de272396e68 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 30 Mar 2026 08:11:50 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 179 +++++++++++++++++++++++------------------------ 1 file changed, 89 insertions(+), 90 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ff5479b..a3ee83e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,8 +8,7 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; -import { Clock, Flame, Leaf } from "lucide-react"; -import FeatureBorderGlow from '@/components/sections/feature/FeatureBorderGlow/FeatureBorderGlow'; +import { Leaf } from "lucide-react"; export default function LandingPage() { return ( @@ -26,99 +25,99 @@ export default function LandingPage() { headingFontWeight="semibold" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1