From c9a2aba1626ba62d8917c066ea307a86be6d7d44 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 02:12:18 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 368 ++++++++++++----------------------------------- 1 file changed, 90 insertions(+), 278 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4fa20b6..6438066 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,9 +7,9 @@ import FeatureCardTen from '@/components/sections/feature/FeatureCardTen'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; import MediaAbout from '@/components/sections/about/MediaAbout'; -import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; -import { Briefcase, FileText, Settings, ShoppingBag, Truck, Users } from "lucide-react"; +import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; +import { Briefcase, FileText, Settings, ShoppingBag, Truck, Users, Factory, Clipboard, Sprout } from "lucide-react"; export default function LandingPage() { return ( @@ -17,289 +17,101 @@ export default function LandingPage() { defaultButtonVariant="hover-magnetic" defaultTextAnimation="entrance-slide" borderRadius="pill" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
- - +
); -} +} \ No newline at end of file