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
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() {
/>
-
-