diff --git a/src/app/bespoke/page.tsx b/src/app/bespoke/page.tsx index 1fd8257..972bd8e 100644 --- a/src/app/bespoke/page.tsx +++ b/src/app/bespoke/page.tsx @@ -8,7 +8,7 @@ import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import { CheckCircle } from "lucide-react"; -export default function LandingPage() { +export default function BespokePage() { return ( - + -
- -
+
+ +
-
- -
- - +
+ +
); diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 68173ad..ce1df4a 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -8,7 +8,7 @@ import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import { Shield, Star } from "lucide-react"; -export default function LandingPage() { +export default function ContactPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
- +
);