diff --git a/src/app/layout.tsx b/src/app/layout.tsx index e604769..5e48c62 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -11,8 +11,8 @@ import { Manrope } from "next/font/google"; export const metadata: Metadata = { - title: 'Dylan Alcott | Motivational Speaker & Advocate', - description: 'The official website for Dylan Alcott. Motivational speaking, advocacy, media hosting, and disability consulting.', + title: 'Services | Dylan Alcott', + description: 'Professional services from Dylan Alcott, including motivational speaking, brand ambassadorships, and disability consulting.', openGraph: { "title": "Dylan Alcott", "description": "Inclusion and excellence through speaking, media, and advocacy.", diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index ed6b7bb..30eb776 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -2,178 +2,71 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen'; -import FooterMedia from '@/components/sections/footer/FooterMedia'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; +import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen'; import PricingCardFive from '@/components/sections/pricing/PricingCardFive'; -export default function LandingPage() { +export default function ServicesPage() { return ( - + -
- -
+
+ +
-
- -
- - +
+ +
);