From 9b106a826fb91038508cff4672eb99076166121c Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 23:22:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) 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" }] +} />
@@ -56,7 +59,8 @@ export default function Page() {
@@ -72,6 +76,15 @@ export default function Page() { ]} />
+
+ +
-- 2.49.1