From 29ceb4f1c43dce838bfe610c3f8dc46d3682cd07 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 18 Jun 2026 07:25:01 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 248 +++++++++++++++++++++++------------------------ 1 file changed, 124 insertions(+), 124 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7f192a4..eb1455a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,19 +2,18 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; -import FaqSplitText from '@/components/sections/faq/FaqSplitText'; -import FeatureCardNine from '@/components/sections/feature/FeatureCardNine'; -import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; -import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; -import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -import PricingCardOne from '@/components/sections/pricing/PricingCardOne'; -import ProductCardOne from '@/components/sections/product/ProductCardOne'; -import SocialProofMarquee from '@/components/sections/social-proof/SocialProofMarquee'; -import TeamCardTwo from '@/components/sections/team/TeamCardTwo'; -import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; -import TextAbout from '@/components/sections/about/TextAbout'; -import { Crown, Diamond, Sparkles } from "lucide-react"; +import ContactCta from '@/components/sections/contact/ContactCta'; +import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; +import FeaturesBorderGlow from '@/components/sections/features/FeaturesBorderGlow'; +import FooterSimpleReveal from '@/components/sections/footer/FooterSimpleReveal'; +import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi'; +import NavbarFullscreen from '@/components/ui/NavbarFullscreen'; +import PricingSplitCards from '@/components/sections/pricing/PricingSplitCards'; +import FeaturesRevealCardsBento from '@/components/sections/features/FeaturesRevealCardsBento'; +import AboutTestimonial from '@/components/sections/about/AboutTestimonial'; +import TeamStackedCards from '@/components/sections/team/TeamStackedCards'; +import TestimonialTrustCard from '@/components/sections/testimonial/TestimonialTrustCard'; +import { Crown, Star } from "lucide-react"; export default function LandingPage() { return ( @@ -31,127 +30,128 @@ export default function LandingPage() { headingFontWeight="semibold" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ ({ + title: `Space ${i + 1}`, + description: "A breathtaking venue designed for grand occasions and intimate gatherings alike.", href: "#contact", imageSrc: `https://picsum.photos/seed/${i}/800/600` + }))} + /> +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
- - +
);