From 5ff0d70dd2381b178f37110ab6e6be1892c38e76 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 12:12:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 497 +++++++++++++++-------------------------------- 1 file changed, 153 insertions(+), 344 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8164b45..0839d36 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,6 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; +import { Shield, CheckCircle, Zap, MapPin } from "lucide-react"; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FaqBase from '@/components/sections/faq/FaqBase'; import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix'; @@ -18,360 +19,168 @@ export default function LandingPage() { defaultButtonVariant="directional-hover" defaultTextAnimation="reveal-blur" borderRadius="pill" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- console.log(email)} - imageSrc="http://img.b2bpic.net/free-photo/woman-white-dress-with-bicycle-field_1303-9693.jpg?_wi=4" - mediaAnimation="slide-up" - /> -
+
+ console.log(email)} + imageSrc="http://img.b2bpic.net/free-photo/woman-white-dress-with-bicycle-field_1303-9693.jpg" + mediaAnimation="slide-up" + /> +
- +
); -- 2.49.1