From 29cfcf427e6935f8c016b4650adf61958f3e152f Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 07:14:05 +0000 Subject: [PATCH 1/7] Add src/app/about/page.tsx --- src/app/about/page.tsx | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 src/app/about/page.tsx diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx new file mode 100644 index 0000000..ed23835 --- /dev/null +++ b/src/app/about/page.tsx @@ -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 ( + + + +
+ +
+ +
+
+ ); +} \ No newline at end of file -- 2.49.1 From 3d3cbd0b2bf5f10ff10862bcb0f21a91e27ebecf Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 07:14:05 +0000 Subject: [PATCH 2/7] Add src/app/contact/page.tsx --- src/app/contact/page.tsx | 45 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 src/app/contact/page.tsx diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx new file mode 100644 index 0000000..9f0b6ac --- /dev/null +++ b/src/app/contact/page.tsx @@ -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 ( + + + +
+ +
+ +
+
+ ); +} \ No newline at end of file -- 2.49.1 From 2c8b8ab66208c8c9ada53e3f06930bfdbd6f6ad1 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 07:14:06 +0000 Subject: [PATCH 3/7] Update src/app/page.tsx --- src/app/page.tsx | 147 +++++++---------------------------------------- 1 file changed, 22 insertions(+), 125 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 48c2812..7e01dc1 100644 --- a/src/app/page.tsx +++ b/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() { @@ -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: [] }, ]} /> -- 2.49.1 From 1cf2e3e80b498700f830474a846a71bb811b6b57 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 07:14:06 +0000 Subject: [PATCH 4/7] Add src/app/pricing/page.tsx --- src/app/pricing/page.tsx | 49 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 src/app/pricing/page.tsx diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx new file mode 100644 index 0000000..1e33281 --- /dev/null +++ b/src/app/pricing/page.tsx @@ -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 ( + + + +
+ +
+ +
+
+ ); +} \ No newline at end of file -- 2.49.1 From b88b9e57e8ee4c08aee8cec00b8927f30b67ea7e Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 07:14:07 +0000 Subject: [PATCH 5/7] Add src/app/services/page.tsx --- src/app/services/page.tsx | 62 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 src/app/services/page.tsx diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx new file mode 100644 index 0000000..28fe338 --- /dev/null +++ b/src/app/services/page.tsx @@ -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 ( + + + +
+ +
+ +
+
+ ); +} \ No newline at end of file -- 2.49.1 From 1bec7f2c6737d87523170bf0013a1ff9dac0cb84 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 07:14:07 +0000 Subject: [PATCH 6/7] Update src/app/styles/variables.css --- src/app/styles/variables.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 0fdb09b..d68696b 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -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); -- 2.49.1 From de7794d79e24bdd365d8d29d19af2e6676c178bc Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 07:14:07 +0000 Subject: [PATCH 7/7] Add src/app/testimonials/page.tsx --- src/app/testimonials/page.tsx | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 src/app/testimonials/page.tsx diff --git a/src/app/testimonials/page.tsx b/src/app/testimonials/page.tsx new file mode 100644 index 0000000..f62c3cd --- /dev/null +++ b/src/app/testimonials/page.tsx @@ -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 ( + + + + + + + + ); +} -- 2.49.1