diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index e346803..137445c 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -7,7 +7,7 @@ import LegalSection from '@/components/legal/LegalSection'; import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -export default function LandingPage() { +export default function ContactPage() { return ( - + - + -
- -
+
+ +
- +
); diff --git a/src/app/tips/page.tsx b/src/app/tips/page.tsx index 71f0bb6..d62a5b4 100644 --- a/src/app/tips/page.tsx +++ b/src/app/tips/page.tsx @@ -7,7 +7,7 @@ import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import LegalSection from '@/components/legal/LegalSection'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -export default function LandingPage() { +export default function TipsPage() { return ( - + -
- -
+
+ +
- + - +
);