Update src/app/about/page.tsx

This commit is contained in:
2026-04-23 16:54:02 +00:00
parent eecde765a6
commit ad8d76dc89

View File

@@ -9,7 +9,7 @@ import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
export default function AboutPage() {
return (
<ThemeProvider>
<ThemeProvider defaultButtonVariant="text-stagger" defaultTextAnimation="entrance-slide" borderRadius="rounded" contentWidth="medium" sizing="medium" background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="gradient" secondaryButtonStyle="glass" headingFontWeight="normal">
<ReactLenis root>
<NavbarStyleFullscreen
navItems={[
@@ -33,6 +33,7 @@ export default function AboutPage() {
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
useInvertedBackground={true}
textboxLayout="default"
members={[
{ id: "1", name: "Alex Rivers", role: "Lead Technician", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-businessman-wearing-suit-standing-with-crossed-arms-with-isolated-studio-white-background_1150-63629.jpg" },
{ id: "2", name: "Jordan Smith", role: "Equipment Specialist", imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-redhead-bearded-male-dressed-suit-posing-grey-background_613910-11594.jpg" },
@@ -49,4 +50,4 @@ export default function AboutPage() {
</ReactLenis>
</ThemeProvider>
);
}
}