diff --git a/src/app/services/coaching/page.tsx b/src/app/services/coaching/page.tsx index b82c534..9451dd8 100644 --- a/src/app/services/coaching/page.tsx +++ b/src/app/services/coaching/page.tsx @@ -1,67 +1,67 @@ -import { ChevronRight } from "lucide-react"; -import Link from "next/link"; -import { Socials } from "@/app/components/Socials"; -import { AppointmentCalendar } from "@/components/AppointmentCalendar/AppointmentCalendar"; -import { Button } from "@/components/ui/button"; +import { ChevronRight } from 'lucide-react' +import Link from 'next/link' +import { Socials } from '@/app/components/Socials' +import { AppointmentCalendar } from '@/components/AppointmentCalendar/AppointmentCalendar' +import { Button } from '@/components/ui/button' export default function CoachingPage() { - return ( -
- - Wondering if software engineering is the right career for you? - Looking to level up in frontend architecture? You are a founder with - technical questions? Book a free 1-on-1 coaching session with me. - We'll discuss your goals, interests, and how to improve in your - position. - - } - // items={{ - // location: 'Online', - // duration: '60 minutes', - // extra: 'Includes a follow-up email with resources', - // price: 'Free', - // }} - services={[ - { - name: "1-on-1 Coaching Session", - duration: 30, - location: "Online", - price: 0, - description: "Details will be provided by email after booking.", - }, - // { - // name: 'Group Coaching Session', - // duration: 120, - // location: 'Online', - // price: 0, - // }, - ]} - stepOptions={{ - identify: { - providers: [ - "google", - "facebook", - "apple", - "email-without-password", - ], - }, - }} - /> - + return ( +
+ + Wondering if software engineering is the right career for you? + Looking to level up in frontend architecture? You are a founder with + technical questions? Book a free 1-on-1 coaching session with me. + We'll discuss your goals, interests, and how to improve in your + position. + + } + // items={{ + // location: 'Online', + // duration: '60 minutes', + // extra: 'Includes a follow-up email with resources', + // price: 'Free', + // }} + services={[ + { + name: '1-on-1 Coaching Session', + duration: 30, + location: 'Online', + price: 0, + description: 'Details will be provided by email after booking.', + }, + // { + // name: 'Group Coaching Session', + // duration: 120, + // location: 'Online', + // price: 0, + // }, + ]} + stepOptions={{ + identify: { + providers: [ + 'google', + 'facebook', + 'apple', + 'email-without-password', + ], + }, + }} + /> + -
- -
-
- ); +
+ +
+
+ ) } diff --git a/src/config/tags.json b/src/config/tags.json index 708f541..4ca65cd 100644 --- a/src/config/tags.json +++ b/src/config/tags.json @@ -3,6 +3,7 @@ "Web", "React", "UX", + "AI", "Craftsmanship", "Agility", "Speaker",