diff --git a/src/app/booking-confirmation/page.tsx b/src/app/booking-confirmation/page.tsx
new file mode 100644
index 0000000..9455585
--- /dev/null
+++ b/src/app/booking-confirmation/page.tsx
@@ -0,0 +1,138 @@
+"use client"
+
+import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
+import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
+import HeroCentered from '@/components/sections/hero/HeroCentered';
+import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
+import { MessageCircle, ArrowRight } from 'lucide-react';
+import { useSearchParams } from 'next/navigation';
+
+export default function BookingConfirmationPage() {
+ const searchParams = useSearchParams();
+ const plan = searchParams.get('plan') || 'service';
+
+ const whatsappNumber = '525512345678';
+ const whatsappMessage = `Hola GlowStudio MX, acabo de completar el pago de mi servicio y me gustaría confirmar mi reserva. Plan: ${plan}`;
+ const whatsappLink = `https://wa.me/${whatsappNumber}?text=${encodeURIComponent(whatsappMessage)}`;
+
+ return (
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Contacta por WhatsApp
+
+
+ Nuestro número de WhatsApp es: +52 55 1234 5678
+
+
+ Simplemente haz clic en el botón de abajo para abrir WhatsApp y confirmar tu cita. Nuestro equipo te responderá en los próximos minutos durante nuestro horario de atención.
+