Update src/app/page.tsx
This commit is contained in:
@@ -58,12 +58,12 @@ export default function LandingPage() {
|
||||
showDimOverlay={true}
|
||||
showBlur={true}
|
||||
textPosition="bottom"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
<div id="social-proof" data-section="social-proof" className="grayscale opacity-50 hover:opacity-100 transition-opacity duration-300">
|
||||
<SocialProofOne
|
||||
title="Trusted by visionaries shaping tomorrow."
|
||||
description="Companies of all sizes leverage Marvixa to boost efficiency and deliver projects on time."
|
||||
names={[
|
||||
"Acme Corp", "Orbit Solutions", "Initech Innovations", "Stellar Systems", "Quantum Labs", "InnovateCo", "FutureForge"
|
||||
]}
|
||||
@@ -154,12 +154,11 @@ export default function LandingPage() {
|
||||
columns={[
|
||||
{ title: "Product", items: [{ label: "Features", href: "#features" }, { label: "Pricing", href: "#pricing" }, { label: "Integrations", href: "#" }, { label: "Testimonials", href: "#" }] },
|
||||
{ title: "Company", items: [{ label: "About Us", href: "#" }, { label: "Careers", href: "#" }, { label: "Blog", href: "#" }, { label: "Contact", href: "#" }] },
|
||||
{ title: "Resources", items: [{ label: "Documentation", href: "#" }, { label: "Support", href: "#" }, { label: "API Reference", href: "#" }, { label: "Security", href: "#" }] },
|
||||
{ title: "Resources", items: [{ label: "Documentation", href: "#" }, { label: "Support", href: "#" }, { label: "API Reference", href: "#" }, { label: "Security", href: "#" }, { label: "Changelog", href: "#" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Cookie Policy", href: "#" }, { label: "Disclaimer", href: "#" }] }
|
||||
]}
|
||||
bottomLeftText="© 2024 Marvixa. All rights reserved."
|
||||
bottomRightText="Built with Intelligence and Precision."
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
|
||||
Reference in New Issue
Block a user