5 Commits

Author SHA1 Message Date
3e997add9e Update src/app/page.tsx 2026-03-03 12:50:46 +00:00
f108ecaea4 Update src/app/page.tsx 2026-03-03 12:48:04 +00:00
3cba7d5077 Merge version_6 into main
Merge version_6 into main
2026-03-03 12:43:29 +00:00
c00c3cf268 Update src/app/page.tsx 2026-03-03 12:43:24 +00:00
c98bda084f Merge version_5 into main
Merge version_5 into main
2026-03-03 12:38:24 +00:00

View File

@@ -10,6 +10,7 @@ import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCa
import ContactSplit from '@/components/sections/contact/ContactSplit';
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
import { Award, BarChart3, CheckCircle, ClipboardList, DollarSign, Sparkles, Star, Target, TrendingUp, Users, Zap, Shield } from 'lucide-react';
import Image from 'next/image';
export default function LandingPage() {
return (
@@ -249,13 +250,12 @@ export default function LandingPage() {
mediaPosition="right"
inputPlaceholder="Enter your email"
buttonText="Claim Your Free Credit Analysis"
termsText="We respect your privacy. Your consultation request will be handled securely."
termsText="We respect your privacy. Your consultation request will be handled securely. Zero obligation—just expert guidance to help you succeed."
/>
</div>
<div id="footer" data-section="footer">
<FooterLogoReveal
logoText="Rize Financial"
leftLink={{ text: "Privacy Policy", href: "#" }}
rightLink={{ text: "Terms of Service", href: "#" }}
/>