diff --git a/src/app/page.tsx b/src/app/page.tsx index 6da413c..cdbd9b0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import TestimonialCardSixteen from "@/components/sections/testimonial/Testimonia import SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; import MediaAbout from "@/components/sections/about/MediaAbout"; import FooterMedia from "@/components/sections/footer/FooterMedia"; -import { Sparkles, Award, Shield, Zap } from "lucide-react"; +import { Sparkles, Award, Shield, Zap, Users } from "lucide-react"; export default function HomePage() { const navItems = [ @@ -23,8 +23,7 @@ export default function HomePage() { const footerColumns = [ { - title: "Product", - items: [ + title: "Product", items: [ { label: "Services", href: "/services" }, { label: "Portfolio", href: "/portfolio" }, { label: "Pricing", href: "#pricing" }, @@ -32,8 +31,7 @@ export default function HomePage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Team", href: "/about" }, { label: "Blog", href: "#blog" }, @@ -41,8 +39,7 @@ export default function HomePage() { ], }, { - title: "Connect", - items: [ + title: "Connect", items: [ { label: "Contact", href: "/contact" }, { label: "Email", href: "mailto:hello@primegrowth.digital" }, { label: "LinkedIn", href: "https://linkedin.com" }, @@ -58,7 +55,7 @@ export default function HomePage() { borderRadius="rounded" contentWidth="mediumLarge" sizing="mediumLarge" - background="noiseDiagonalGradient" + background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="diagonal-gradient" secondaryButtonStyle="glass" @@ -77,7 +74,7 @@ export default function HomePage() {