From 7352f487c0b598524db972578f1b282408b404a1 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 15:53:26 +0000 Subject: [PATCH 1/2] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 290 ++++++++++++++++++--------------------- 1 file changed, 132 insertions(+), 158 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 2941cb3..89761c6 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -8,171 +8,145 @@ import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import { Clock, MessageSquare, Smile } from "lucide-react"; -export default function LandingPage() { +export default function ContactPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1 From c9b6dada4925bedc7c5281488d7a632720976652 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 15:53:26 +0000 Subject: [PATCH 2/2] Update src/app/products/page.tsx --- src/app/products/page.tsx | 410 +++++++++++++++----------------------- 1 file changed, 165 insertions(+), 245 deletions(-) diff --git a/src/app/products/page.tsx b/src/app/products/page.tsx index b16b4c4..0d585ca 100644 --- a/src/app/products/page.tsx +++ b/src/app/products/page.tsx @@ -8,258 +8,178 @@ import PricingCardThree from '@/components/sections/pricing/PricingCardThree'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import { Crown, Sparkles, Star } from "lucide-react"; -export default function LandingPage() { +export default function ProductsPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1