diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 298e593..5c8babc 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -17,7 +17,8 @@ import ContactSection from './HomePage/sections/Contact'; -{/* webild-stub @2026-06-02T16:12:07.363Z: I want a premium blue color theme */} + +import BookingCtaSection from './HomePage/sections/BookingCta';{/* webild-stub @2026-06-02T16:12:07.363Z: I want a premium blue color theme */} {/* webild-stub @2026-06-02T16:01:32.987Z: change the about section's image to rotate every 5 seconds and add a progress bar at the bottom of the image */} @@ -33,6 +34,7 @@ export default function HomePage(): React.JSX.Element { + diff --git a/src/pages/HomePage/sections/BookingCta.tsx b/src/pages/HomePage/sections/BookingCta.tsx new file mode 100644 index 0000000..d269236 --- /dev/null +++ b/src/pages/HomePage/sections/BookingCta.tsx @@ -0,0 +1,28 @@ +// Created by create_section tool. + +import React from 'react'; +import ScrollReveal from '@/components/ui/ScrollReveal'; +import Tag from '@/components/ui/Tag'; +import Button from '@/components/ui/Button'; + +export default function BookingCtaSection(): React.JSX.Element { + return ( +
+
+ + +

+ Book Your Stay Today +

+

+ Experience unrivaled luxury and impeccable service. Check our availability and secure your perfect getaway now. +

+
+
+
+
+
+ ); +} \ No newline at end of file