From 60c4cce30d60304982c9ac4af2b7f47517be62b2 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 1 Jun 2026 12:26:05 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ca15db4..3343005 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -146,7 +146,6 @@ export default function HomePage() { Date: Mon, 1 Jun 2026 12:26:05 +0000 Subject: [PATCH 2/2] Update src/app/portfolio/page.tsx --- src/app/portfolio/page.tsx | 50 ++++++++++++++++++++------------------ 1 file changed, 26 insertions(+), 24 deletions(-) diff --git a/src/app/portfolio/page.tsx b/src/app/portfolio/page.tsx index 8fcd07b..56eed3b 100644 --- a/src/app/portfolio/page.tsx +++ b/src/app/portfolio/page.tsx @@ -15,24 +15,21 @@ export default function PortfolioPage() { { name: "Services", id: "/services" }, { name: "Portfolio", id: "/portfolio" }, { name: "About Us", id: "/about" }, - { name: "Contact", id: "/contact" }, + { name: "Contact", id: "/contact" } ]; - const themeProps = { - defaultButtonVariant: "hover-magnetic", defaultTextAnimation: "background-highlight", borderRadius: "rounded", contentWidth: "small", sizing: "mediumLargeSizeMediumTitles", background: "floatingGradient", cardStyle: "glass-elevated", primaryButtonStyle: "diagonal-gradient", secondaryButtonStyle: "glass", headingFontWeight: "extrabold"}; - return ( -- 2.49.1