From 36d70a56b03b7de301334a027121f4edc9b78f91 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 16:01:31 +0000 Subject: [PATCH 1/3] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 134 ++++++++++++--------------------------- 1 file changed, 41 insertions(+), 93 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 41fd0bd..688420e 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -22,102 +22,50 @@ export default function LandingPage() { headingFontWeight="semibold" > - + -
- -
+
+ +
-
- -
+
+ +
- +
); -} +} \ No newline at end of file From 801c9f90616f49f3e201e16effd47fd08b0ed8a4 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 16:01:31 +0000 Subject: [PATCH 2/3] Update src/app/page.tsx --- src/app/page.tsx | 52 ++++-------------------------------------------- 1 file changed, 4 insertions(+), 48 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8457caa..f9e3729 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,14 +2,12 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import { ShieldCheck, Award } from "lucide-react"; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial'; import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -import PricingCardFive from '@/components/sections/pricing/PricingCardFive'; -import ProductCardFour from '@/components/sections/product/ProductCardFour'; import TeamCardSix from '@/components/sections/team/TeamCardSix'; +import ProductCardFour from '@/components/sections/product/ProductCardFour'; export default function LandingPage() { return ( @@ -67,38 +65,6 @@ export default function LandingPage() { /> -
- -
-
@@ -150,4 +106,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file From cf38dae54dfcfe5385f80909da7c0c7cb6d25d8a Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 16:01:32 +0000 Subject: [PATCH 3/3] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 168 ++++++++++-------------------------------- 1 file changed, 38 insertions(+), 130 deletions(-) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index f2d75ac..5324e2d 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -22,138 +22,46 @@ export default function LandingPage() { headingFontWeight="semibold" > - + -
- -
+
+ +
-
- -
- - +
); -} +} \ No newline at end of file