diff --git a/src/app/page.tsx b/src/app/page.tsx index 7840071..e45e4aa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,9 +7,8 @@ import ContactText from '@/components/sections/contact/ContactText'; import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import HeroLogo from '@/components/sections/hero/HeroLogo'; -import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -import { Award, Coffee, MapPin, ShieldCheck, Smile, Sun } from "lucide-react"; +import { Coffee, ShieldCheck, Sun, Play, Zap, Puzzle, ArrowUpCircle } from "lucide-react"; export default function LandingPage() { return ( @@ -17,195 +16,83 @@ export default function LandingPage() { defaultButtonVariant="text-stagger" defaultTextAnimation="entrance-slide" borderRadius="pill" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
- - +
);