From 1d58610d6c3f685829309f8a883dd85757d8acf3 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 1 Apr 2026 02:35:29 +0000 Subject: [PATCH 1/3] Update src/app/about/page.tsx --- src/app/about/page.tsx | 41 +++++++++++++++++++++-------------------- 1 file changed, 21 insertions(+), 20 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 750ae67..49d05ad 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -3,35 +3,36 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -import TeamCardTen from '@/components/sections/team/TeamCardTen'; +import TeamCardFive from '@/components/sections/team/TeamCardFive'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; export default function AboutPage() { return ( - + - -- 2.49.1 From b5f66cc54e24ac4582335e596d3a1620cd6b5a9b Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 1 Apr 2026 02:35:29 +0000 Subject: [PATCH 2/3] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 58b79b1..5c3086d 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -3,7 +3,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -import ContactCenter from '@/components/sections/contact/ContactCenter'; +import ContactCTA from '@/components/sections/contact/ContactCTA'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; export default function ContactPage() { @@ -13,18 +13,17 @@ export default function ContactPage() { defaultTextAnimation="reveal-blur" borderRadius="rounded" contentWidth="medium" - sizing="mediumLargeSizeLargeTitles" - background="noiseDiagonalGradient" - cardStyle="soft-shadow" - primaryButtonStyle="diagonal-gradient" - secondaryButtonStyle="radial-glow" - headingFontWeight="bold" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" >
-
-- 2.49.1 From e88039e1bf36c2fc8e9dbd9adad34d0229978ab2 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 1 Apr 2026 02:35:30 +0000 Subject: [PATCH 3/3] Update src/app/portfolio/page.tsx --- src/app/portfolio/page.tsx | 33 +++++++++++++++++---------------- 1 file changed, 17 insertions(+), 16 deletions(-) diff --git a/src/app/portfolio/page.tsx b/src/app/portfolio/page.tsx index cf8582b..3f383d4 100644 --- a/src/app/portfolio/page.tsx +++ b/src/app/portfolio/page.tsx @@ -3,37 +3,38 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree'; +import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; export default function PortfolioPage() { return ( - + - -- 2.49.1