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 ( - + -
- -
+
+ +
-
- -
+
+ +
- +
); 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 ( - + -
- -
+
+ +
-
- -
+
+ +
- +
);