diff --git a/src/app/page.tsx b/src/app/page.tsx index 41efe74..dfc5de1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,13 +6,15 @@ import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarou import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve'; import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; +import ContactCTA from '@/components/sections/contact/ContactCTA'; import ContactText from '@/components/sections/contact/ContactText'; import FooterBase from '@/components/sections/footer/FooterBase'; const navItems = [ { name: 'Home', id: '/' }, { name: 'About', id: '/about' }, - { name: 'Contact', id: '/contact' } + { name: 'Contact', id: '/contact' }, + { name: 'Booking', id: '/booking' } ]; export default function Page() { @@ -37,7 +39,8 @@ export default function Page() { title="Welcome to Our Platform" description="Experience the future of digital solutions with our innovative tools." background={{ variant: "gradient-bars" }} - mediaItems={[{ imageSrc: "https://images.unsplash.com/photo-1451187580459-43490279c0fa?q=80&w=1600", imageAlt: "Digital innovation" }]} + mediaItems={[{ imageSrc: "https://images.unsplash.com/photo-1451187580459-43490279c0fa?q=80&w=1600", imageAlt: "Digital innovation" }] +} />