Merge version_5_1782308034472 into main #8

Merged
bender merged 1 commits from version_5_1782308034472 into main 2026-06-24 13:34:14 +00:00

View File

@@ -2,7 +2,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactCTA from '@/components/sections/contact/ContactCTA';
import ContactCta from '@/components/sections/contact/ContactCta';
import FeatureCardTen from '@/components/sections/feature/FeatureCardTen';
import FooterBase from '@/components/sections/footer/FooterBase';
import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial';
@@ -10,7 +10,7 @@ import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSp
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import PricingCardEight from '@/components/sections/pricing/PricingCardEight';
import ProductCardOne from '@/components/sections/product/ProductCardOne';
import { Award, Sparkles, Star } from "lucide-react";
import { Sparkles, Star, Award } from "lucide-react";
export default function LandingPage() {
return (
@@ -151,16 +151,11 @@ export default function LandingPage() {
</div>
<div id="contact" data-section="contact">
<ContactCTA
useInvertedBackground={false}
background={{ variant: "radial-gradient" }}
<ContactCta
tag="Take Control"
title="Ready to Invest Smarter Today?"
description="Unlock InvestIQ's full potential and make data-driven decisions for your financial future."
buttons={[
{ text: "Start Free Trial", href: "#" },
{ text: "View All Plans", href: "#pricing" },
]}
text="Ready to Invest Smarter Today? Unlock InvestIQ's full potential and make data-driven decisions for your financial future."
primaryButton={{ text: "Start Free Trial", href: "#" }}
secondaryButton={{ text: "View All Plans", href: "#pricing" }}
/>
</div>
@@ -172,7 +167,7 @@ export default function LandingPage() {
{ title: "Resources", items: [{ label: "Blog", href: "#" }, { label: "FAQ", href: "#" }, { label: "Support", href: "#" }] },
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] },
]}
logoText="InvestIQ"
brand="InvestIQ"
copyrightText="© 2024 InvestIQ. All rights reserved."
/>
</div>