Merge version_1 into main #2
@@ -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.",
|
||||
|
||||
@@ -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 (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="hover-magnetic"
|
||||
defaultTextAnimation="reveal-blur"
|
||||
borderRadius="rounded"
|
||||
contentWidth="compact"
|
||||
sizing="largeSmallSizeLargeTitles"
|
||||
background="circleGradient"
|
||||
cardStyle="outline"
|
||||
primaryButtonStyle="primary-glow"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
headingFontWeight="light"
|
||||
defaultButtonVariant="hover-magnetic"
|
||||
defaultTextAnimation="reveal-blur"
|
||||
borderRadius="rounded"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "/services",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
]}
|
||||
brandName="Dylan Alcott"
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "Contact", id: "/contact" }
|
||||
]}
|
||||
brandName="Dylan Alcott"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="services-list" data-section="services-list">
|
||||
<FeatureCardNineteen
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
tag: "Speaking",
|
||||
title: "Motivational Speaking",
|
||||
subtitle: "Inspiring audiences",
|
||||
description: "Keynotes that challenge perspectives and spark meaningful change.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-trendy-speaker-holding-seminar_74855-3154.jpg?_wi=2",
|
||||
imageAlt: "professional speaker portrait high contrast",
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
tag: "Brand",
|
||||
title: "Ambassadorships",
|
||||
subtitle: "Partnering for progress",
|
||||
description: "Representing purpose-driven brands with authenticity and reach.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-station-recording-speaking-online-podcast-influencer-making-social-media-content-with-production-microphone-professional-home-studio-with-modern-equipment_482257-16578.jpg?_wi=2",
|
||||
imageAlt: "professional microphone on stage",
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
tag: "Media",
|
||||
title: "TV Hosting & Acting",
|
||||
subtitle: "Communicating for impact",
|
||||
description: "Dynamic media presence that entertains, educates, and inspires.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-indian-man-suit-glasses-posed-outdoor_627829-1678.jpg?_wi=2",
|
||||
imageAlt: "charismatic portrait professional",
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
tag: "Consulting",
|
||||
title: "Disability Consulting",
|
||||
subtitle: "Strategic inclusion",
|
||||
description: "Expert advice to make your organization truly accessible for everyone.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/dynamic-stylish-business-presentation-backdrop-with-bokeh-effect_1017-58225.jpg?_wi=2",
|
||||
imageAlt: "abstract modern geometric shapes dark background",
|
||||
},
|
||||
]}
|
||||
title="Professional Services"
|
||||
/>
|
||||
</div>
|
||||
<div id="services-list" data-section="services-list">
|
||||
<FeatureCardNineteen
|
||||
title="Professional Services"
|
||||
description="Expert services tailored for inclusion and impact."
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ id: 1, tag: "Speaking", title: "Motivational Speaking", subtitle: "Inspiring audiences", description: "Keynotes that challenge perspectives and spark meaningful change.", imageSrc: "http://img.b2bpic.net/free-photo/successful-trendy-speaker-holding-seminar_74855-3154.jpg", imageAlt: "professional speaker portrait high contrast" },
|
||||
{ id: 2, tag: "Brand", title: "Ambassadorships", subtitle: "Partnering for progress", description: "Representing purpose-driven brands with authenticity and reach.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-station-recording-speaking-online-podcast-influencer-making-social-media-content-with-production-microphone-professional-home-studio-with-modern-equipment_482257-16578.jpg", imageAlt: "professional microphone on stage" },
|
||||
{ id: 3, tag: "Media", title: "TV Hosting & Acting", subtitle: "Communicating for impact", description: "Dynamic media presence that entertains, educates, and inspires.", imageSrc: "http://img.b2bpic.net/free-photo/young-indian-man-suit-glasses-posed-outdoor_627829-1678.jpg", imageAlt: "charismatic portrait professional" },
|
||||
{ id: 4, tag: "Consulting", title: "Disability Consulting", subtitle: "Strategic inclusion", description: "Expert advice to make your organization truly accessible for everyone.", imageSrc: "http://img.b2bpic.net/free-vector/dynamic-stylish-business-presentation-backdrop-with-bokeh-effect_1017-58225.jpg", imageAlt: "abstract modern geometric shapes dark background" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="pricing" data-section="pricing">
|
||||
<PricingCardFive
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
title="Engagement Tiers"
|
||||
description="Choose the level of partnership that fits your organizational needs."
|
||||
plans={[
|
||||
{
|
||||
id: "p1",
|
||||
tag: "Essentials",
|
||||
price: "Custom",
|
||||
period: "Project",
|
||||
description: "Perfect for single keynotes or workshops.",
|
||||
button: {
|
||||
text: "Inquire",
|
||||
},
|
||||
featuresTitle: "Includes",
|
||||
features: [
|
||||
"Virtual or in-person",
|
||||
"Strategy Briefing",
|
||||
"Digital Assets",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
tag: "Premier",
|
||||
price: "Custom",
|
||||
period: "Annual",
|
||||
description: "Comprehensive partnership for major brands.",
|
||||
button: {
|
||||
text: "Contact Us",
|
||||
},
|
||||
featuresTitle: "Includes",
|
||||
features: [
|
||||
"Full Brand Integration",
|
||||
"Strategic Consulting",
|
||||
"Priority Media Access",
|
||||
],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-vector/blue-techno-particle-wave-light-background_1017-20140.jpg?_wi=3"
|
||||
columns={[
|
||||
{
|
||||
title: "Site",
|
||||
items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "/",
|
||||
},
|
||||
{
|
||||
label: "About",
|
||||
href: "/about",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
{
|
||||
label: "All Services",
|
||||
href: "/services",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
{
|
||||
label: "Connect",
|
||||
href: "/contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="pricing" data-section="pricing">
|
||||
<PricingCardFive
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
title="Engagement Tiers"
|
||||
description="Choose the level of partnership that fits your organizational needs."
|
||||
plans={[
|
||||
{
|
||||
id: "p1", tag: "Essentials", price: "Custom", period: "Project", description: "Perfect for single keynotes or workshops.", button: { text: "Inquire" },
|
||||
featuresTitle: "Includes", features: ["Virtual or in-person", "Strategy Briefing", "Digital Assets"]
|
||||
},
|
||||
{
|
||||
id: "p2", tag: "Premier", price: "Custom", period: "Annual", description: "Comprehensive partnership for major brands.", button: { text: "Contact Us" },
|
||||
featuresTitle: "Includes", features: ["Full Brand Integration", "Strategic Consulting", "Priority Media Access"]
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user