diff --git a/src/app/page.tsx b/src/app/page.tsx index 25a9f04..ce417b6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,6 @@ import ContactCTA from '@/components/sections/contact/ContactCTA'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -import { Mail } from "lucide-react"; export default function LandingPage() { return ( @@ -55,6 +54,7 @@ export default function LandingPage() { title="Core Solutions" description="High-impact software tools designed for scale." useInvertedBackground={true} + textboxLayout="default" products={[ { id: "1", name: "Cloud Platform", price: "$99/mo", variant: "Pro", imageSrc: "http://img.b2bpic.net/free-photo/laptop-dark-night-desktop_169016-51691.jpg" }, { id: "2", name: "Design System", price: "$49/mo", variant: "Starter", imageSrc: "http://img.b2bpic.net/free-photo/luxurious-boardroom-space-within-multinational-company-used-meetings_482257-124520.jpg" } @@ -68,6 +68,8 @@ export default function LandingPage() { title="Ready to scale?" description="Let's build your next project together. Reach out for a consultation." buttons={[{ text: "Contact Now", href: "#contact" }]} + background={{ variant: "plain" }} + useInvertedBackground={false} />