Merge version_2 into main #1
40
src/app/about/page.tsx
Normal file
40
src/app/about/page.tsx
Normal file
@@ -0,0 +1,40 @@
|
||||
"use client";
|
||||
|
||||
import ReactLenis from "lenis/react";
|
||||
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
|
||||
import TeamCardTen from "@/components/sections/team/TeamCardTen";
|
||||
import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis";
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
|
||||
export default function AboutPage() {
|
||||
const navItems = [
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "Testimonials", id: "#testimonials" },
|
||||
{ name: "Contact", id: "#contact" },
|
||||
];
|
||||
|
||||
return (
|
||||
<ThemeProvider>
|
||||
<ReactLenis root>
|
||||
<NavbarLayoutFloatingInline navItems={navItems} brandName="Coach" button={{ text: "Book a Call", href: "#contact" }} />
|
||||
<div id="about" data-section="about">
|
||||
<TeamCardTen
|
||||
title="Get to know the experienced coaches who will personally guide your entire business transformation journey"
|
||||
tag="About"
|
||||
membersAnimation="slide-up"
|
||||
memberVariant="card"
|
||||
useInvertedBackground={false}
|
||||
members={[
|
||||
{
|
||||
id: "1", name: "John Anderson", role: "Lead Business Coach", description: "With over 15 years of experience, John specializes in scaling startups and optimizing operational efficiency.", imageSrc: "https://images.unsplash.com/photo-1472099645785-5658abf4ff4e?w=400&h=400&fit=crop&crop=face", imageAlt: "John Anderson - Business Coach"},
|
||||
{
|
||||
id: "2", name: "Lisa Thompson", role: "Executive Coach", description: "Lisa focuses on leadership development and team dynamics to foster high-performance company cultures.", imageSrc: "https://images.unsplash.com/photo-1573497019940-1c28c88b4f3e?w=400&h=400&fit=crop&crop=face", imageAlt: "Lisa Thompson - Executive Coach"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<FooterLogoEmphasis logoText="Coach" columns={[{ items: [{ label: "About", href: "/about" }, { label: "Services", href: "/services" }, { label: "Testimonials", href: "#testimonials" }] }, { items: [{ label: "FAQ", href: "#faq" }, { label: "Contact", href: "#contact" }, { label: "Book a Call", href: "#" }] }, { items: [{ label: "LinkedIn", href: "#" }, { label: "Twitter", href: "#" }, { label: "Instagram", href: "#" }] }]} />
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
45
src/app/contact/page.tsx
Normal file
45
src/app/contact/page.tsx
Normal file
@@ -0,0 +1,45 @@
|
||||
"use client";
|
||||
|
||||
import ReactLenis from "lenis/react";
|
||||
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
|
||||
import ContactCenter from "@/components/sections/contact/ContactCenter";
|
||||
import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis";
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
|
||||
export default function ContactPage() {
|
||||
const navItems = [
|
||||
{ name: "About", href: "/#about" },
|
||||
{ name: "Services", href: "/#services" },
|
||||
{ name: "Testimonials", href: "/#testimonials" },
|
||||
{ name: "Pricing", href: "/pricing" },
|
||||
{ name: "Contact", href: "/contact" },
|
||||
];
|
||||
|
||||
return (
|
||||
<ThemeProvider>
|
||||
<ReactLenis root>
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={navItems}
|
||||
brandName="Coach"
|
||||
button={{ text: "Book a Call", href: "/contact" }}
|
||||
/>
|
||||
<div className="pt-32 pb-20">
|
||||
<ContactCenter
|
||||
tag="Contact Us"
|
||||
title="Let's transform your business"
|
||||
description="Fill out the form below and we will get back to you within 24 hours."
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
<FooterLogoEmphasis
|
||||
logoText="Coach"
|
||||
columns={[
|
||||
{ items: [{ label: "Home", href: "/" }] },
|
||||
{ items: [{ label: "Pricing", href: "/pricing" }, { label: "Contact", href: "/contact" }] }
|
||||
]}
|
||||
/>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
147
src/app/page.tsx
147
src/app/page.tsx
@@ -14,10 +14,10 @@ import { Sparkles, Target, Users, TrendingUp, Lightbulb } from "lucide-react";
|
||||
|
||||
export default function BusinessCoachTemplatePage() {
|
||||
const navItems = [
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
{ name: "About", href: "/" },
|
||||
{ name: "Services", href: "/" },
|
||||
{ name: "Testimonials", href: "/testimonials" },
|
||||
{ name: "Contact", href: "/" },
|
||||
];
|
||||
|
||||
return (
|
||||
@@ -37,7 +37,7 @@ export default function BusinessCoachTemplatePage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={navItems}
|
||||
brandName="Coach"
|
||||
button={{ text: "Book a Call", href: "#contact" }}
|
||||
button={{ text: "Book a Call", href: "/" }}
|
||||
/>
|
||||
<HeroSplitDualMedia
|
||||
background={{ variant: "radial-gradient" }}
|
||||
@@ -52,8 +52,8 @@ export default function BusinessCoachTemplatePage() {
|
||||
rating={5}
|
||||
ratingText="Rated by loving Clients"
|
||||
buttons={[
|
||||
{ text: "Book a Call", href: "#" },
|
||||
{ text: "Learn More", href: "#" },
|
||||
{ text: "Book a Call", href: "/" },
|
||||
{ text: "Learn More", href: "/" },
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -66,42 +66,10 @@ export default function BusinessCoachTemplatePage() {
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Business Strategy",
|
||||
description: "Crafting clear, actionable strategies that align with your goals for sustainable growth.",
|
||||
icon: Target,
|
||||
mediaItems: [
|
||||
{ imageSrc: "https://images.unsplash.com/photo-1552664730-d307ca884978?w=800&h=600&fit=crop", imageAlt: "Team collaborating around a whiteboard" },
|
||||
{ imageSrc: "https://images.unsplash.com/photo-1542744173-8e7e53415bb0?w=800&h=600&fit=crop", imageAlt: "Strategy meeting presentation" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Leadership Development",
|
||||
description: "Build the leadership skills needed to inspire teams and drive organizational success.",
|
||||
icon: Users,
|
||||
mediaItems: [
|
||||
{ imageSrc: "https://images.unsplash.com/photo-1600880292203-757bb62b4baf?w=800&h=600&fit=crop", imageAlt: "Professional team meeting" },
|
||||
{ imageSrc: "https://images.unsplash.com/photo-1573496359142-b8d87734a5a2?w=800&h=600&fit=crop", imageAlt: "Confident business leader" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Growth Acceleration",
|
||||
description: "Identify opportunities and implement systems to scale your business efficiently.",
|
||||
icon: TrendingUp,
|
||||
mediaItems: [
|
||||
{ imageSrc: "https://images.unsplash.com/photo-1460925895917-afdab827c52f?w=800&h=600&fit=crop", imageAlt: "Business analytics dashboard" },
|
||||
{ imageSrc: "https://images.unsplash.com/photo-1551288049-bebda4e38f71?w=800&h=600&fit=crop", imageAlt: "Growth metrics on screen" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Mindset Coaching",
|
||||
description: "Overcome limiting beliefs and develop the mindset of a successful entrepreneur.",
|
||||
icon: Lightbulb,
|
||||
mediaItems: [
|
||||
{ imageSrc: "https://images.unsplash.com/photo-1508672019048-805c876b67e2?w=800&h=600&fit=crop", imageAlt: "Mindfulness and focus" },
|
||||
{ imageSrc: "https://images.unsplash.com/photo-1521791136064-7986c2920216?w=800&h=600&fit=crop", imageAlt: "One-on-one coaching session" },
|
||||
],
|
||||
},
|
||||
{ title: "Business Strategy", description: "Crafting clear, actionable strategies that align with your goals for sustainable growth.", icon: Target, mediaItems: [] },
|
||||
{ title: "Leadership Development", description: "Build the leadership skills needed to inspire teams and drive organizational success.", icon: Users, mediaItems: [] },
|
||||
{ title: "Growth Acceleration", description: "Identify opportunities and implement systems to scale your business efficiently.", icon: TrendingUp, mediaItems: [] },
|
||||
{ title: "Mindset Coaching", description: "Overcome limiting beliefs and develop the mindset of a successful entrepreneur.", icon: Lightbulb, mediaItems: [] },
|
||||
]}
|
||||
/>
|
||||
<TestimonialCardSixteen
|
||||
@@ -113,33 +81,9 @@ export default function BusinessCoachTemplatePage() {
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Mitchell",
|
||||
role: "Founder & CEO",
|
||||
company: "TechStart Inc",
|
||||
rating: 5,
|
||||
imageSrc: "https://images.unsplash.com/photo-1573496359142-b8d87734a5a2?w=400&h=400&fit=crop&crop=face",
|
||||
imageAlt: "Sarah Mitchell",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Chen",
|
||||
role: "Managing Director",
|
||||
company: "Growth Partners",
|
||||
rating: 5,
|
||||
imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=400&h=400&fit=crop&crop=face",
|
||||
imageAlt: "Michael Chen",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Rodriguez",
|
||||
role: "Business Owner",
|
||||
company: "Creative Studios",
|
||||
rating: 5,
|
||||
imageSrc: "https://images.unsplash.com/photo-1580489944761-15a19d654956?w=400&h=400&fit=crop&crop=face",
|
||||
imageAlt: "Emily Rodriguez",
|
||||
},
|
||||
{ id: "1", name: "Sarah Mitchell", role: "Founder & CEO", company: "TechStart Inc", rating: 5, imageSrc: "https://images.unsplash.com/photo-1573496359142-b8d87734a5a2?w=400&h=400&fit=crop&crop=face", imageAlt: "Sarah Mitchell" },
|
||||
{ id: "2", name: "Michael Chen", role: "Managing Director", company: "Growth Partners", rating: 5, imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=400&h=400&fit=crop&crop=face", imageAlt: "Michael Chen" },
|
||||
{ id: "3", name: "Emily Rodriguez", role: "Business Owner", company: "Creative Studios", rating: 5, imageSrc: "https://images.unsplash.com/photo-1580489944761-15a19d654956?w=400&h=400&fit=crop&crop=face", imageAlt: "Emily Rodriguez" },
|
||||
]}
|
||||
kpiItems={[
|
||||
{ value: "200+", label: "Clients coached" },
|
||||
@@ -154,18 +98,8 @@ export default function BusinessCoachTemplatePage() {
|
||||
memberVariant="card"
|
||||
useInvertedBackground={false}
|
||||
members={[
|
||||
{
|
||||
id: "1",
|
||||
name: "John Anderson",
|
||||
imageSrc: "https://images.unsplash.com/photo-1472099645785-5658abf4ff4e?w=400&h=400&fit=crop&crop=face",
|
||||
imageAlt: "John Anderson - Business Coach",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Lisa Thompson",
|
||||
imageSrc: "https://images.unsplash.com/photo-1573497019940-1c28c88b4f3e?w=400&h=400&fit=crop&crop=face",
|
||||
imageAlt: "Lisa Thompson - Executive Coach",
|
||||
},
|
||||
{ id: "1", name: "John Anderson", imageSrc: "https://images.unsplash.com/photo-1472099645785-5658abf4ff4e?w=400&h=400&fit=crop&crop=face", imageAlt: "John Anderson - Business Coach" },
|
||||
{ id: "2", name: "Lisa Thompson", imageSrc: "https://images.unsplash.com/photo-1573497019940-1c28c88b4f3e?w=400&h=400&fit=crop&crop=face", imageAlt: "Lisa Thompson - Executive Coach" },
|
||||
]}
|
||||
/>
|
||||
<FaqSplitMedia
|
||||
@@ -181,26 +115,8 @@ export default function BusinessCoachTemplatePage() {
|
||||
imageAlt="Business coaching consultation"
|
||||
mediaPosition="right"
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "What types of businesses do you work with?",
|
||||
content: "I work with entrepreneurs, startups, and established businesses across various industries. My coaching is tailored to your specific challenges and goals, whether you're just starting out or scaling to the next level.",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "How long is a typical coaching engagement?",
|
||||
content: "Most clients see significant results within 3-6 months of consistent coaching. However, the duration depends on your goals and challenges. We'll create a customized plan during our initial consultation.",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "What can I expect from our sessions?",
|
||||
content: "Each session is a focused, action-oriented conversation where we'll work through your challenges, develop strategies, and set clear action items. You'll leave every session with concrete steps to implement.",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "Do you offer virtual coaching sessions?",
|
||||
content: "Yes, I offer both in-person and virtual coaching sessions via Zoom. Virtual sessions provide the same level of engagement and results, making coaching accessible regardless of your location.",
|
||||
},
|
||||
{ id: "1", title: "What types of businesses do you work with?", content: "I work with entrepreneurs, startups, and established businesses." },
|
||||
{ id: "2", title: "How long is a typical coaching engagement?", content: "Most clients see significant results within 3-6 months." },
|
||||
]}
|
||||
/>
|
||||
<ContactText
|
||||
@@ -208,34 +124,15 @@ export default function BusinessCoachTemplatePage() {
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{ text: "Book a Free Consultation", href: "#" },
|
||||
{ text: "Learn More", href: "#" },
|
||||
{ text: "Book a Free Consultation", href: "/" },
|
||||
{ text: "Learn More", href: "/" },
|
||||
]}
|
||||
/>
|
||||
<FooterLogoEmphasis
|
||||
logoText="Coach"
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
{ label: "About", href: "#about" },
|
||||
{ label: "Services", href: "#services" },
|
||||
{ label: "Testimonials", href: "#testimonials" },
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{ label: "FAQ", href: "#faq" },
|
||||
{ label: "Contact", href: "#contact" },
|
||||
{ label: "Book a Call", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{ label: "LinkedIn", href: "#" },
|
||||
{ label: "Twitter", href: "#" },
|
||||
{ label: "Instagram", href: "#" },
|
||||
],
|
||||
},
|
||||
{ items: [{ label: "About", href: "/" }, { label: "Services", href: "/" }, { label: "Testimonials", href: "/testimonials" }] },
|
||||
{ items: [{ label: "FAQ", href: "/" }, { label: "Contact", href: "/" }] },
|
||||
]}
|
||||
/>
|
||||
</ReactLenis>
|
||||
|
||||
49
src/app/pricing/page.tsx
Normal file
49
src/app/pricing/page.tsx
Normal file
@@ -0,0 +1,49 @@
|
||||
"use client";
|
||||
|
||||
import ReactLenis from "lenis/react";
|
||||
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
|
||||
import PricingCardEight from "@/components/sections/pricing/PricingCardEight";
|
||||
import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis";
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
|
||||
export default function PricingPage() {
|
||||
const navItems = [
|
||||
{ name: "About", href: "/#about" },
|
||||
{ name: "Services", href: "/#services" },
|
||||
{ name: "Testimonials", href: "/#testimonials" },
|
||||
{ name: "Pricing", href: "/pricing" },
|
||||
{ name: "Contact", href: "/contact" },
|
||||
];
|
||||
|
||||
return (
|
||||
<ThemeProvider>
|
||||
<ReactLenis root>
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={navItems}
|
||||
brandName="Coach"
|
||||
button={{ text: "Book a Call", href: "/contact" }}
|
||||
/>
|
||||
<div className="pt-32 pb-20">
|
||||
<PricingCardEight
|
||||
title="Investment Options"
|
||||
description="Choose the coaching plan that fits your business goals"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{ id: "p1", badge: "Essential", price: "$499", subtitle: "For early stage startups", buttons: [{ text: "Get Started", href: "/contact" }], features: ["Bi-weekly calls", "Strategy roadmap", "Email support"] },
|
||||
{ id: "p2", badge: "Growth", price: "$999", subtitle: "For scaling businesses", buttons: [{ text: "Get Started", href: "/contact" }], features: ["Weekly calls", "Full strategy audit", "Direct access", "Team training"] },
|
||||
{ id: "p3", badge: "Enterprise", price: "Custom", subtitle: "For established organizations", buttons: [{ text: "Contact Us", href: "/contact" }], features: ["Unlimited calls", "Full operations audit", "On-site consulting", "Priority 24/7"] }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<FooterLogoEmphasis
|
||||
logoText="Coach"
|
||||
columns={[
|
||||
{ items: [{ label: "Home", href: "/" }] },
|
||||
{ items: [{ label: "Pricing", href: "/pricing" }, { label: "Contact", href: "/contact" }] }
|
||||
]}
|
||||
/>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
62
src/app/services/page.tsx
Normal file
62
src/app/services/page.tsx
Normal file
@@ -0,0 +1,62 @@
|
||||
"use client";
|
||||
|
||||
import ReactLenis from "lenis/react";
|
||||
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
|
||||
import FeatureCardTwentyFive from "@/components/sections/feature/FeatureCardTwentyFive";
|
||||
import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis";
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import { Target, Users, TrendingUp, Lightbulb } from "lucide-react";
|
||||
|
||||
export default function ServicesPage() {
|
||||
const navItems = [
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "Testimonials", id: "#testimonials" },
|
||||
{ name: "Contact", id: "#contact" },
|
||||
];
|
||||
|
||||
return (
|
||||
<ThemeProvider>
|
||||
<ReactLenis root>
|
||||
<NavbarLayoutFloatingInline navItems={navItems} brandName="Coach" button={{ text: "Book a Call", href: "#contact" }} />
|
||||
<div id="services" data-section="services">
|
||||
<FeatureCardTwentyFive
|
||||
tag="Our Services"
|
||||
title="How I Can Help You"
|
||||
description="Comprehensive coaching services designed to accelerate your growth"
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Business Strategy", description: "Crafting clear, actionable strategies that align with your goals for sustainable growth.", icon: Target,
|
||||
mediaItems: [
|
||||
{ imageSrc: "https://images.unsplash.com/photo-1552664730-d307ca884978?w=800&h=600&fit=crop", imageAlt: "Team collaborating around a whiteboard" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Leadership Development", description: "Build the leadership skills needed to inspire teams and drive organizational success.", icon: Users,
|
||||
mediaItems: [
|
||||
{ imageSrc: "https://images.unsplash.com/photo-1600880292203-757bb62b4baf?w=800&h=600&fit=crop", imageAlt: "Professional team meeting" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Growth Acceleration", description: "Identify opportunities and implement systems to scale your business efficiently.", icon: TrendingUp,
|
||||
mediaItems: [
|
||||
{ imageSrc: "https://images.unsplash.com/photo-1460925895917-afdab827c52f?w=800&h=600&fit=crop", imageAlt: "Business analytics dashboard" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Mindset Coaching", description: "Overcome limiting beliefs and develop the mindset of a successful entrepreneur.", icon: Lightbulb,
|
||||
mediaItems: [
|
||||
{ imageSrc: "https://images.unsplash.com/photo-1508672019048-805c876b67e2?w=800&h=600&fit=crop", imageAlt: "Mindfulness and focus" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<FooterLogoEmphasis logoText="Coach" columns={[{ items: [{ label: "About", href: "/about" }, { label: "Services", href: "/services" }, { label: "Testimonials", href: "#testimonials" }] }, { items: [{ label: "FAQ", href: "#faq" }, { label: "Contact", href: "#contact" }, { label: "Book a Call", href: "#" }] }, { items: [{ label: "LinkedIn", href: "#" }, { label: "Twitter", href: "#" }, { label: "Instagram", href: "#" }] }]} />
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #fffefe;
|
||||
--card: #f6f7f4;
|
||||
--foreground: #080908;
|
||||
--primary-cta: #0e3a29;
|
||||
--background: #fbfbfb;
|
||||
--card: #ffffff;
|
||||
--foreground: #0a0a0a;
|
||||
--primary-cta: #106efb;
|
||||
--primary-cta-text: #fffefe;
|
||||
--secondary-cta: #e7eecd;
|
||||
--secondary-cta: #f1f1f1;
|
||||
--secondary-cta-text: #080908;
|
||||
--accent: #35c18b;
|
||||
--background-accent: #ecebe4;
|
||||
--accent: #e5e7eb;
|
||||
--background-accent: #f3f4f6;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
32
src/app/testimonials/page.tsx
Normal file
32
src/app/testimonials/page.tsx
Normal file
@@ -0,0 +1,32 @@
|
||||
"use client";
|
||||
|
||||
import ReactLenis from "lenis/react";
|
||||
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
|
||||
import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive";
|
||||
import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis";
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
|
||||
export default function TestimonialsPage() {
|
||||
const navItems = [
|
||||
{ name: "Home", href: "/" },
|
||||
{ name: "Testimonials", href: "/testimonials" },
|
||||
];
|
||||
|
||||
return (
|
||||
<ThemeProvider>
|
||||
<ReactLenis root>
|
||||
<NavbarLayoutFloatingInline navItems={navItems} brandName="Coach" />
|
||||
<TestimonialCardFive
|
||||
title="Client Success Stories"
|
||||
description="Real feedback from the leaders we've helped scale."
|
||||
textboxLayout="default"
|
||||
testimonials={[
|
||||
{ id: "1", name: "Sarah M.", date: "Oct 2023", title: "Exceptional Results", quote: "Transformed my leadership approach significantly.", tag: "Growth", avatarSrc: "" },
|
||||
{ id: "2", name: "Michael C.", date: "Nov 2023", title: "Highly Recommended", quote: "A game-changer for our team dynamics.", tag: "Strategy", avatarSrc: "" },
|
||||
]}
|
||||
/>
|
||||
<FooterLogoEmphasis logoText="Coach" columns={[]} />
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user