From e8dff5b76d5f6e4e8360e565ed90a0caa97b875d Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 10:05:13 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 350 ++++++++++++++--------------------------------- 1 file changed, 104 insertions(+), 246 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ad25f86..d29f37b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,14 +2,14 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactText from '@/components/sections/contact/ContactText'; -import FaqBase from '@/components/sections/faq/FaqBase'; -import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow'; -import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; -import HeroCentered from '@/components/sections/hero/HeroCentered'; -import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; -import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; +import ContactCTA from '@/components/sections/contact/ContactCTA'; +import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; +import FeatureCardNine from '@/components/sections/feature/FeatureCardNine'; +import FooterSimple from '@/components/sections/footer/FooterSimple'; +import HeroPersonalLinks from '@/components/sections/hero/HeroPersonalLinks'; +import MediaAbout from '@/components/sections/about/MediaAbout'; +import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; +import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; import { Award, Clock, Utensils } from "lucide-react"; export default function LandingPage() { @@ -18,254 +18,112 @@ export default function LandingPage() { defaultButtonVariant="text-stagger" defaultTextAnimation="reveal-blur" borderRadius="soft" - contentWidth="mediumSmall" + contentWidth="medium" sizing="mediumLargeSizeMediumTitles" - background="circleGradient" - cardStyle="gradient-mesh" - primaryButtonStyle="diagonal-gradient" - secondaryButtonStyle="layered" - headingFontWeight="extrabold" + background="none" + cardStyle="outline" + primaryButtonStyle="flat" + secondaryButtonStyle="solid" + headingFontWeight="semibold" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -} +} \ No newline at end of file