From 8a8b5cc423ee7498f234aaa9d4017061dbe8ceec Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 03:28:23 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 124 ++++++++++------------------------------- 1 file changed, 28 insertions(+), 96 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 4b57db4..c6e19ff 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -1,13 +1,10 @@ "use client"; -import Link from "next/link"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; -import TextSplitAbout from "@/components/sections/about/TextSplitAbout"; import FeatureCardEight from "@/components/sections/feature/FeatureCardEight"; -import MetricCardThree from "@/components/sections/metrics/MetricCardThree"; import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal"; -import { Building2, Users, Clock, TrendingUp } from "lucide-react"; +import Link from "next/link"; export default function AboutPage() { return ( @@ -17,131 +14,66 @@ export default function AboutPage() { borderRadius="rounded" contentWidth="mediumLarge" sizing="medium" - background="none" - cardStyle="outline" - primaryButtonStyle="radial-glow" - secondaryButtonStyle="radial-glow" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" headingFontWeight="normal" > - {/* Navbar */} - {/* About Section */} -
- -
- - {/* Why Choose JBS Section */} -
+
- {/* Metrics Section */} -
- -
- - {/* Footer */} ); -} \ No newline at end of file +}