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() {
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}
/>
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"},
]}
/>
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"},
]}
/>
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"},
]}
/>