From 73582e34e9795e5930d28c3bc1b7744ba377b8f8 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 21:36:38 +0000 Subject: [PATCH 01/16] Add src/app/about/page.tsx --- src/app/about/page.tsx | 70 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 70 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..adc3733 --- /dev/null +++ b/src/app/about/page.tsx @@ -0,0 +1,70 @@ +"use client"; + +import ReactLenis from "lenis/react"; +import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; +import TextSplitAbout from "@/components/sections/about/TextSplitAbout"; +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: "Home", id: "/" }, + { name: "Services", id: "/#services" }, + { name: "Testimonials", id: "/#testimonials" }, + { name: "Contact", id: "/#contact" }, + ]; + + return ( + + + + + + + + + ); +} -- 2.49.1 From b9c3410323c17a1fdd01964b2683e1082811bac7 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 21:36:38 +0000 Subject: [PATCH 02/16] Add src/app/contact/page.tsx --- src/app/contact/page.tsx | 75 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 75 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..ff40f0f --- /dev/null +++ b/src/app/contact/page.tsx @@ -0,0 +1,75 @@ +"use client"; + +import ReactLenis from "lenis/react"; +import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; +import ContactCTA from "@/components/sections/contact/ContactCTA"; +import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCardSix"; +import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis"; +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import { MessageSquare, Sparkles } from "lucide-react"; + +export default function ContactPage() { + const navItems = [ + { name: "Home", id: "/" }, + { name: "About", id: "/#about" }, + { name: "Services", id: "/#services" }, + { name: "Testimonials", id: "/#testimonials" }, + ]; + + return ( + + + + + + + + + ); +} \ No newline at end of file -- 2.49.1 From f030146441dd55318be0e9bb8b22429cbbcbe4a8 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 21:36:39 +0000 Subject: [PATCH 03/16] Update src/app/page.tsx --- src/app/page.tsx | 113 ++++++++++++++--------------------------------- 1 file changed, 33 insertions(+), 80 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 48c2812..8db0ada 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", id: "/#about" }, + { name: "Services", id: "/#services" }, + { name: "Testimonials", id: "/#testimonials" }, + { name: "Contact", id: "/contact" }, ]; return ( @@ -37,7 +37,7 @@ export default function BusinessCoachTemplatePage() { @@ -67,36 +67,28 @@ export default function BusinessCoachTemplatePage() { useInvertedBackground={false} features={[ { - title: "Business Strategy", - description: "Crafting clear, actionable strategies that align with your goals for sustainable growth.", - icon: Target, + 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, + 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, + 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, + 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" }, @@ -114,32 +106,14 @@ export default function BusinessCoachTemplatePage() { 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: "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: "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: "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" }, @@ -155,17 +129,9 @@ export default function BusinessCoachTemplatePage() { 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: "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: "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"}, ]} /> Date: Wed, 15 Apr 2026 21:36:39 +0000 Subject: [PATCH 04/16] Add src/app/pricing/page.tsx --- src/app/pricing/page.tsx | 72 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 72 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..ff31c18 --- /dev/null +++ b/src/app/pricing/page.tsx @@ -0,0 +1,72 @@ +"use client"; + +import ReactLenis from "lenis/react"; +import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; +import PricingCardNine from "@/components/sections/pricing/PricingCardNine"; +import ContactSplit from "@/components/sections/contact/ContactSplit"; +import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis"; +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import { Sparkles } from "lucide-react"; + +export default function PricingPage() { + const navItems = [ + { name: "Home", id: "/" }, + { name: "Pricing", id: "/pricing" }, + ]; + + return ( + + + + + console.log(email)} + /> + + + + ); +} \ No newline at end of file -- 2.49.1 From c26d6ac0a9109a4179636d0bda8d77b264102431 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 21:36:40 +0000 Subject: [PATCH 05/16] Add src/app/services/page.tsx --- src/app/services/page.tsx | 101 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 101 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..08c017a --- /dev/null +++ b/src/app/services/page.tsx @@ -0,0 +1,101 @@ +"use client"; + +import ReactLenis from "lenis/react"; +import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; +import FeatureCardTwentyFive from "@/components/sections/feature/FeatureCardTwentyFive"; +import ContactText from "@/components/sections/contact/ContactText"; +import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis"; +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import { Target, Users, TrendingUp, Lightbulb, Zap, ShieldCheck, BarChart3, Clock } from "lucide-react"; + +export default function ServicesPage() { + const navItems = [ + { name: "Home", id: "/" }, + { name: "About", id: "/about" }, + { name: "Services", id: "/services" }, + { name: "Testimonials", id: "/testimonials" }, + { name: "Contact", id: "/contact" }, + ]; + + return ( + + + + + + + + + + ); +} -- 2.49.1 From d776749e2933cc0429b2a7a533295177c07139b0 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 21:38:53 +0000 Subject: [PATCH 06/16] Update src/app/about/page.tsx --- src/app/about/page.tsx | 80 +++++++++++++++++++++--------------------- 1 file changed, 40 insertions(+), 40 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index adc3733..9c824c9 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -2,17 +2,18 @@ import ReactLenis from "lenis/react"; import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; -import TextSplitAbout from "@/components/sections/about/TextSplitAbout"; -import TeamCardTen from "@/components/sections/team/TeamCardTen"; -import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis"; +import MetricSplitMediaAbout from "@/components/sections/about/MetricSplitMediaAbout"; +import TeamCardTwo from "@/components/sections/team/TeamCardTwo"; +import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import { User } from "lucide-react"; export default function AboutPage() { const navItems = [ { name: "Home", id: "/" }, - { name: "Services", id: "/#services" }, - { name: "Testimonials", id: "/#testimonials" }, - { name: "Contact", id: "/#contact" }, + { name: "Services", id: "/services" }, + { name: "Pricing", id: "/pricing" }, + { name: "Contact", id: "/contact" }, ]; return ( @@ -29,42 +30,41 @@ export default function AboutPage() { headingFontWeight="medium" > - - - - + + +
+ +
+
+ +
+
); -} +} \ No newline at end of file -- 2.49.1 From 19368970cf007053234e7ef43b2cff4ddb441529 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 21:38:53 +0000 Subject: [PATCH 07/16] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 66 ++++++++++++++-------------------------- 1 file changed, 23 insertions(+), 43 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index ff40f0f..975d23b 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -3,17 +3,16 @@ import ReactLenis from "lenis/react"; import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; import ContactCTA from "@/components/sections/contact/ContactCTA"; -import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCardSix"; -import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis"; +import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import { MessageSquare, Sparkles } from "lucide-react"; export default function ContactPage() { const navItems = [ { name: "Home", id: "/" }, - { name: "About", id: "/#about" }, - { name: "Services", id: "/#services" }, - { name: "Testimonials", id: "/#testimonials" }, + { name: "About", id: "/about" }, + { name: "Services", id: "/services" }, + { name: "Pricing", id: "/pricing" }, + { name: "Contact", id: "/contact" }, ]; return ( @@ -30,44 +29,25 @@ export default function ContactPage() { headingFontWeight="medium" > - - - - + + +
+ +
+
-- 2.49.1 From 8c0e50a83fab252740d6f46f48bc6a8ebf38474a Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 21:38:54 +0000 Subject: [PATCH 08/16] Update src/app/page.tsx --- src/app/page.tsx | 186 +++++------------------------------------------ 1 file changed, 18 insertions(+), 168 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8db0ada..c3deff9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,22 +1,16 @@ "use client"; import ReactLenis from "lenis/react"; -import HeroSplitDualMedia from "@/components/sections/hero/HeroSplitDualMedia"; import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; -import FeatureCardTwentyFive from "@/components/sections/feature/FeatureCardTwentyFive"; -import TestimonialCardSixteen from "@/components/sections/testimonial/TestimonialCardSixteen"; -import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia"; -import TeamCardTen from "@/components/sections/team/TeamCardTen"; -import ContactText from "@/components/sections/contact/ContactText"; -import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis"; +import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import { Sparkles, Target, Users, TrendingUp, Lightbulb } from "lucide-react"; -export default function BusinessCoachTemplatePage() { +export default function HomePage() { const navItems = [ - { name: "About", id: "/#about" }, - { name: "Services", id: "/#services" }, - { name: "Testimonials", id: "/#testimonials" }, + { name: "Home", id: "/" }, + { name: "About", id: "/about" }, + { name: "Services", id: "/services" }, + { name: "Pricing", id: "/pricing" }, { name: "Contact", id: "/contact" }, ]; @@ -34,164 +28,20 @@ export default function BusinessCoachTemplatePage() { headingFontWeight="medium" > - - - - - - - - + + +
+

Welcome to Coach

+
+
); -} +} \ No newline at end of file -- 2.49.1 From 2e356987067c1539fa82f361975a0d684bcffdc8 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 21:38:55 +0000 Subject: [PATCH 09/16] Update src/app/pricing/page.tsx --- src/app/pricing/page.tsx | 70 ++++++++++++++++++---------------------- 1 file changed, 32 insertions(+), 38 deletions(-) diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx index ff31c18..a53c36d 100644 --- a/src/app/pricing/page.tsx +++ b/src/app/pricing/page.tsx @@ -3,15 +3,17 @@ import ReactLenis from "lenis/react"; import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; import PricingCardNine from "@/components/sections/pricing/PricingCardNine"; -import ContactSplit from "@/components/sections/contact/ContactSplit"; -import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis"; +import ContactCTA from "@/components/sections/contact/ContactCTA"; +import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import { Sparkles } from "lucide-react"; export default function PricingPage() { const navItems = [ { name: "Home", id: "/" }, + { name: "About", id: "/about" }, + { name: "Services", id: "/services" }, { name: "Pricing", id: "/pricing" }, + { name: "Contact", id: "/contact" }, ]; return ( @@ -28,43 +30,35 @@ export default function PricingPage() { headingFontWeight="medium" > - + + +
+ +
+ - - console.log(email)} - /> -
-- 2.49.1 From e36310b0804fdb3a046bffc05e55b0864b98f900 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 21:38:56 +0000 Subject: [PATCH 10/16] Update src/app/services/page.tsx --- src/app/services/page.tsx | 106 ++++++++++++++------------------------ 1 file changed, 40 insertions(+), 66 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 08c017a..6d301db 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -2,18 +2,18 @@ import ReactLenis from "lenis/react"; import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; -import FeatureCardTwentyFive from "@/components/sections/feature/FeatureCardTwentyFive"; -import ContactText from "@/components/sections/contact/ContactText"; -import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis"; +import FeatureCardNine from "@/components/sections/feature/FeatureCardNine"; +import ContactCTA from "@/components/sections/contact/ContactCTA"; +import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import { Target, Users, TrendingUp, Lightbulb, Zap, ShieldCheck, BarChart3, Clock } from "lucide-react"; +import { Target, Users } from "lucide-react"; export default function ServicesPage() { const navItems = [ { name: "Home", id: "/" }, { name: "About", id: "/about" }, { name: "Services", id: "/services" }, - { name: "Testimonials", id: "/testimonials" }, + { name: "Pricing", id: "/pricing" }, { name: "Contact", id: "/contact" }, ]; @@ -31,71 +31,45 @@ export default function ServicesPage() { headingFontWeight="medium" > - - - - + + +
+ +
+ -
); -} +} \ No newline at end of file -- 2.49.1 From 75bc5e03537ce74eaf1dbdb4da77aa5ac39a196b Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 21:41:08 +0000 Subject: [PATCH 11/16] Update src/app/about/page.tsx --- src/app/about/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 9c824c9..7418e45 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -6,7 +6,6 @@ import MetricSplitMediaAbout from "@/components/sections/about/MetricSplitMediaA import TeamCardTwo from "@/components/sections/team/TeamCardTwo"; import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import { User } from "lucide-react"; export default function AboutPage() { const navItems = [ @@ -34,6 +33,7 @@ export default function AboutPage() {
@@ -49,6 +49,7 @@ export default function AboutPage() {
Date: Wed, 15 Apr 2026 21:41:09 +0000 Subject: [PATCH 12/16] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 975d23b..7ffa4df 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -33,6 +33,7 @@ export default function ContactPage() {
-- 2.49.1 From 0dce14945b5756cf2cc31f3a7ba9b137ce53c59d Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 21:41:10 +0000 Subject: [PATCH 13/16] Update src/app/page.tsx --- src/app/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index c3deff9..9f66851 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,6 +32,7 @@ export default function HomePage() {
-- 2.49.1 From b25ec78a32230d3d35e57545251b58b06db7909f Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 21:41:11 +0000 Subject: [PATCH 14/16] Update src/app/pricing/page.tsx --- src/app/pricing/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx index a53c36d..a6a303c 100644 --- a/src/app/pricing/page.tsx +++ b/src/app/pricing/page.tsx @@ -34,6 +34,7 @@ export default function PricingPage() {
-- 2.49.1 From 3841d111ff5a7a166284058198ec858054263e8c Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 21:41:11 +0000 Subject: [PATCH 15/16] Update src/app/services/page.tsx --- src/app/services/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 6d301db..6aa129c 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -6,7 +6,6 @@ import FeatureCardNine from "@/components/sections/feature/FeatureCardNine"; import ContactCTA from "@/components/sections/contact/ContactCTA"; import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import { Target, Users } from "lucide-react"; export default function ServicesPage() { const navItems = [ @@ -35,6 +34,7 @@ export default function ServicesPage() {
-- 2.49.1 From 484c3579102c25b2eb0af7f7c300f85355fb449c Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 21:43:14 +0000 Subject: [PATCH 16/16] Update src/app/services/page.tsx --- src/app/services/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 6aa129c..dc83aa9 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -47,12 +47,12 @@ export default function ServicesPage() { showStepNumbers={true} features={[ { - title: "Strategy & Operations", description: "Optimizing business models.", phoneOne: { imageSrc: "https://images.unsplash.com/photo-1552664730-d307ca884978" }, - phoneTwo: { imageSrc: "https://images.unsplash.com/photo-1552664730-d307ca884978" } + title: "Strategy & Operations", description: "Optimizing business models.", phoneOne: { imageSrc: "https://images.unsplash.com/photo-1552664730-d307ca884978?_wi=1" }, + phoneTwo: { imageSrc: "https://images.unsplash.com/photo-1552664730-d307ca884978?_wi=2" } }, { - title: "Executive Leadership", description: "Refining decision-making.", phoneOne: { imageSrc: "https://images.unsplash.com/photo-1552664730-d307ca884978" }, - phoneTwo: { imageSrc: "https://images.unsplash.com/photo-1552664730-d307ca884978" } + title: "Executive Leadership", description: "Refining decision-making.", phoneOne: { imageSrc: "https://images.unsplash.com/photo-1552664730-d307ca884978?_wi=3" }, + phoneTwo: { imageSrc: "https://images.unsplash.com/photo-1552664730-d307ca884978?_wi=4" } } ]} /> -- 2.49.1