diff --git a/src/app/auth/page.tsx b/src/app/auth/page.tsx
index 45dd108..d0eab90 100644
--- a/src/app/auth/page.tsx
+++ b/src/app/auth/page.tsx
@@ -19,8 +19,7 @@ export default function AuthPage() {
const footerColumns = [
{
- title: "Product",
- items: [
+ title: "Product", items: [
{ label: "Features", href: "#features" },
{ label: "Pricing", href: "/pricing" },
{ label: "Security", href: "#" },
@@ -28,8 +27,7 @@ export default function AuthPage() {
],
},
{
- title: "Company",
- items: [
+ title: "Company", items: [
{ label: "About Us", href: "#" },
{ label: "Blog", href: "#" },
{ label: "Careers", href: "#" },
@@ -37,8 +35,7 @@ export default function AuthPage() {
],
},
{
- title: "Legal",
- items: [
+ title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Cookie Policy", href: "#" },
@@ -54,7 +51,7 @@ export default function AuthPage() {
borderRadius="pill"
contentWidth="mediumSmall"
sizing="largeSmallSizeLargeTitles"
- background="blurBottom"
+ background="circleGradient"
cardStyle="outline"
primaryButtonStyle="shadow"
secondaryButtonStyle="solid"
@@ -70,7 +67,7 @@ export default function AuthPage() {
@@ -119,9 +106,9 @@ export default function AuthPage() {
description="Get weekly tips on optimizing your Meta Ads campaigns, new feature announcements, and exclusive marketing insights delivered to your inbox."
tagIcon={Mail}
tagAnimation="slide-up"
- background={{ variant: "blurBottom" }}
+ background={{ variant: "radial-gradient" }}
useInvertedBackground={false}
- imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai6v7OGrLvsW2u9Ic3IozEW7PM/visual-representation-of-email-newslette-1773081216370-65f74d55.png?_wi=2"
+ imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai6v7OGrLvsW2u9Ic3IozEW7PM/visual-representation-of-email-newslette-1773081216370-65f74d55.png"
imageAlt="Newsletter Subscription"
mediaAnimation="slide-up"
mediaPosition="right"
diff --git a/src/app/page.tsx b/src/app/page.tsx
index 1c4e123..92ba306 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -26,8 +26,7 @@ export default function HomePage() {
const footerColumns = [
{
- title: "Product",
- items: [
+ title: "Product", items: [
{ label: "Features", href: "#features" },
{ label: "Pricing", href: "#pricing" },
{ label: "Security", href: "#" },
@@ -35,8 +34,7 @@ export default function HomePage() {
]
},
{
- title: "Company",
- items: [
+ title: "Company", items: [
{ label: "About Us", href: "#" },
{ label: "Blog", href: "#" },
{ label: "Careers", href: "#" },
@@ -44,8 +42,7 @@ export default function HomePage() {
]
},
{
- title: "Legal",
- items: [
+ title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Cookie Policy", href: "#" },
@@ -61,7 +58,7 @@ export default function HomePage() {
borderRadius="pill"
contentWidth="mediumSmall"
sizing="largeSmallSizeLargeTitles"
- background="blurBottom"
+ background="circleGradient"
cardStyle="outline"
primaryButtonStyle="shadow"
secondaryButtonStyle="solid"
@@ -79,7 +76,7 @@ export default function HomePage() {