2 Commits

Author SHA1 Message Date
1c2e9ebecb Update src/app/booking/page.tsx 2026-06-12 05:11:59 +00:00
0b52af4293 Merge version_2 into main
Merge version_2 into main
2026-06-12 05:04:16 +00:00

View File

@@ -29,8 +29,7 @@ const CalendlyEmbed = () => {
</p>
<div
className="calendly-inline-widget min-w-[320px] w-full max-w-4xl h-[800px] mx-auto rounded-lg shadow-xl overflow-hidden"
data-url="https://calendly.com/your-username/30min" // Placeholder: User would replace with actual Calendly link
style={{ minWidth: '320px', height: '800px' }}
data-url="https://calendly.com/your-username/30min"
></div>
</div>
);