From d023efe863b81ee8b201eeb213eaeb47e9043466 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 18:59:36 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 78 ++++++++++-------------------------------- 1 file changed, 18 insertions(+), 60 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 76e2fc0..3115ae6 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -16,7 +16,7 @@ export default function AboutPage() { borderRadius="soft" contentWidth="mediumSmall" sizing="mediumLargeSizeMediumTitles" - background="noise" + background="circleGradient" cardStyle="gradient-mesh" primaryButtonStyle="radial-glow" secondaryButtonStyle="glass" @@ -41,20 +41,14 @@ export default function AboutPage() { -- 2.49.1 From 1c646719c28b603b55126c003449a29ec6e41f21 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 18:59:37 +0000 Subject: [PATCH 2/5] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 6056ccd..ec68c50 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -30,7 +30,7 @@ export default function ContactPage() { borderRadius="soft" contentWidth="mediumSmall" sizing="mediumLargeSizeMediumTitles" - background="noise" + background="circleGradient" cardStyle="gradient-mesh" primaryButtonStyle="radial-glow" secondaryButtonStyle="glass" @@ -56,18 +56,13 @@ export default function ContactPage() { description="Let's collaborate to create something extraordinary. Our team is ready to discuss your vision and build the perfect digital solution for your business." buttons={[ { - text: "Contact Us", - href: "/contact", - }, + text: "Contact Us", href: "/contact"}, { - text: "Schedule a Call", - href: "/contact", - }, + text: "Schedule a Call", href: "/contact"}, ]} buttonAnimation="slide-up" background={{ - variant: "noise", - }} + variant: "plain"}} useInvertedBackground={false} /> -- 2.49.1 From e42b94761aea72a6eb1d01ddfe29e906ec5b6023 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 18:59:37 +0000 Subject: [PATCH 3/5] Update src/app/page.tsx --- src/app/page.tsx | 120 ++++++++++------------------------------------- 1 file changed, 25 insertions(+), 95 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3b63faa..fa69115 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -22,7 +22,7 @@ export default function HomePage() { borderRadius="soft" contentWidth="mediumSmall" sizing="mediumLargeSizeMediumTitles" - background="noise" + background="circleGradient" cardStyle="gradient-mesh" primaryButtonStyle="radial-glow" secondaryButtonStyle="glass" @@ -47,20 +47,14 @@ export default function HomePage() { @@ -254,24 +192,16 @@ export default function HomePage() { socialLinks={[ { icon: Twitter, - href: "https://twitter.com/viceweb", - ariaLabel: "Twitter", - }, + href: "https://twitter.com/viceweb", ariaLabel: "Twitter"}, { icon: Linkedin, - href: "https://linkedin.com/company/viceweb", - ariaLabel: "LinkedIn", - }, + href: "https://linkedin.com/company/viceweb", ariaLabel: "LinkedIn"}, { icon: Github, - href: "https://github.com/viceweb", - ariaLabel: "GitHub", - }, + href: "https://github.com/viceweb", ariaLabel: "GitHub"}, { icon: Instagram, - href: "https://instagram.com/viceweb", - ariaLabel: "Instagram", - }, + href: "https://instagram.com/viceweb", ariaLabel: "Instagram"}, ]} /> -- 2.49.1 From 89731d29a17080fb4fc4773fc9968e6ec30467b8 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 18:59:38 +0000 Subject: [PATCH 4/5] Update src/app/portfolio/page.tsx --- src/app/portfolio/page.tsx | 77 ++++++++++---------------------------- 1 file changed, 20 insertions(+), 57 deletions(-) diff --git a/src/app/portfolio/page.tsx b/src/app/portfolio/page.tsx index 9843b44..47d94bf 100644 --- a/src/app/portfolio/page.tsx +++ b/src/app/portfolio/page.tsx @@ -26,7 +26,7 @@ export default function PortfolioPage() { borderRadius="soft" contentWidth="mediumSmall" sizing="mediumLargeSizeMediumTitles" - background="noise" + background="circleGradient" cardStyle="gradient-mesh" primaryButtonStyle="radial-glow" secondaryButtonStyle="glass" @@ -45,20 +45,14 @@ export default function PortfolioPage() { @@ -160,24 +131,16 @@ export default function PortfolioPage() { socialLinks={[ { icon: Twitter, - href: "https://twitter.com/viceweb", - ariaLabel: "Twitter", - }, + href: "https://twitter.com/viceweb", ariaLabel: "Twitter"}, { icon: Linkedin, - href: "https://linkedin.com/company/viceweb", - ariaLabel: "LinkedIn", - }, + href: "https://linkedin.com/company/viceweb", ariaLabel: "LinkedIn"}, { icon: Github, - href: "https://github.com/viceweb", - ariaLabel: "GitHub", - }, + href: "https://github.com/viceweb", ariaLabel: "GitHub"}, { icon: Instagram, - href: "https://instagram.com/viceweb", - ariaLabel: "Instagram", - }, + href: "https://instagram.com/viceweb", ariaLabel: "Instagram"}, ]} /> -- 2.49.1 From d16270deb1e0205028aab7df2c86f35b9ce409b3 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 18:59:38 +0000 Subject: [PATCH 5/5] Update src/app/services/page.tsx --- src/app/services/page.tsx | 119 ++++++++++---------------------------- 1 file changed, 30 insertions(+), 89 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 6561677..7a8b968 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -26,7 +26,7 @@ export default function ServicesPage() { borderRadius="soft" contentWidth="mediumSmall" sizing="mediumLargeSizeMediumTitles" - background="noise" + background="circleGradient" cardStyle="gradient-mesh" primaryButtonStyle="radial-glow" secondaryButtonStyle="glass" @@ -45,20 +45,14 @@ export default function ServicesPage() { @@ -196,24 +145,16 @@ export default function ServicesPage() { socialLinks={[ { icon: Twitter, - href: "https://twitter.com/viceweb", - ariaLabel: "Twitter", - }, + href: "https://twitter.com/viceweb", ariaLabel: "Twitter"}, { icon: Linkedin, - href: "https://linkedin.com/company/viceweb", - ariaLabel: "LinkedIn", - }, + href: "https://linkedin.com/company/viceweb", ariaLabel: "LinkedIn"}, { icon: Github, - href: "https://github.com/viceweb", - ariaLabel: "GitHub", - }, + href: "https://github.com/viceweb", ariaLabel: "GitHub"}, { icon: Instagram, - href: "https://instagram.com/viceweb", - ariaLabel: "Instagram", - }, + href: "https://instagram.com/viceweb", ariaLabel: "Instagram"}, ]} /> -- 2.49.1