From b7f0745b400ee447d99d6fcb3ad4961b2d9abddd Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Mar 2026 07:24:47 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 227 +++++++++++++++-------------------------------- 1 file changed, 73 insertions(+), 154 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6f78882..3932e92 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,13 +2,12 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow'; -import FooterMedia from '@/components/sections/footer/FooterMedia'; -import HeroLogoBillboardSplit from '@/components/sections/hero/HeroLogoBillboardSplit'; -import MediaAbout from '@/components/sections/about/MediaAbout'; -import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; -import { Building, Leaf, Star } from "lucide-react"; +import FooterCard from '@/components/sections/footer/FooterCard'; +import HeroLogo from '@/components/sections/hero/HeroLogo'; +import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; +import FeatureCardEight from '@/components/sections/feature/FeatureCardEight'; +import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; +import { Building, Star, Leaf, Mail, Instagram } from "lucide-react"; export default function LandingPage() { return ( @@ -16,161 +15,81 @@ export default function LandingPage() { defaultButtonVariant="expand-hover" defaultTextAnimation="reveal-blur" borderRadius="soft" - contentWidth="compact" + contentWidth="medium" sizing="large" - background="floatingGradient" - cardStyle="inset" - primaryButtonStyle="gradient" + background="none" + cardStyle="outline" + primaryButtonStyle="flat" secondaryButtonStyle="solid" - headingFontWeight="extrabold" + headingFontWeight="semibold" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
- - +
); -} +} \ No newline at end of file -- 2.49.1