diff --git a/src/app/page.tsx b/src/app/page.tsx index 749d513..61e33c0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -24,8 +24,7 @@ export default function HomePage() { const footerColumns = [ { - title: "Products", - items: [ + title: "Products", items: [ { label: "Health & Wellness", href: "/products" }, { label: "Grooming", href: "/products" }, { label: "Lifestyle", href: "/products" }, @@ -33,8 +32,7 @@ export default function HomePage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Blog", href: "#" }, { label: "Careers", href: "#" }, @@ -42,8 +40,7 @@ export default function HomePage() { ], }, { - title: "Support", - items: [ + title: "Support", items: [ { label: "FAQ", href: "#faq" }, { label: "Privacy Policy", href: "#" }, { label: "Terms & Conditions", href: "#" }, @@ -59,7 +56,7 @@ export default function HomePage() { borderRadius="rounded" contentWidth="mediumLarge" sizing="medium" - background="fluid" + background="circleGradient" cardStyle="gradient-radial" primaryButtonStyle="gradient" secondaryButtonStyle="radial-glow" @@ -69,9 +66,7 @@ export default function HomePage() { @@ -80,7 +75,7 @@ export default function HomePage() {