12 Commits

Author SHA1 Message Date
c0e2cf7cbe Update src/app/page.tsx 2026-03-12 18:33:36 +00:00
c13daf8163 Merge version_8 into main
Merge version_8 into main
2026-03-12 18:31:40 +00:00
ae163a4b2b Update src/app/page.tsx 2026-03-12 18:31:36 +00:00
64c2a7283e Merge version_8 into main
Merge version_8 into main
2026-03-03 12:56:46 +00:00
259990b195 Update src/app/page.tsx 2026-03-03 12:56:41 +00:00
7215ada6e2 Merge version_7 into main
Merge version_7 into main
2026-03-03 12:50:50 +00:00
3e997add9e Update src/app/page.tsx 2026-03-03 12:50:46 +00:00
90591a26d4 Merge version_7 into main
Merge version_7 into main
2026-03-03 12:48:08 +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 (
@@ -47,7 +48,7 @@ export default function LandingPage() {
tagIcon={Sparkles}
tagAnimation="slide-up"
background={{ variant: "glowing-orb" }}
imageSrc="http://img.b2bpic.net/free-photo/landmarks-shanghai_1359-1099.jpg"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQzoj29wXnmZL7I0lqwKhA2SM2/uploaded-1772541756005-i1d7tli4.jpg"
imageAlt="Professional financial services"
imagePosition="right"
mediaAnimation="slide-up"
@@ -71,6 +72,7 @@ export default function LandingPage() {
]}
buttonAnimation="slide-up"
useInvertedBackground={false}
fixedMediaHeight={false}
/>
</div>
@@ -249,7 +251,7 @@ 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>
@@ -257,9 +259,9 @@ export default function LandingPage() {
<FooterLogoReveal
logoText="Rize Financial"
leftLink={{ text: "Privacy Policy", href: "#" }}
rightLink={{ text: "Terms of Service", href: "#" }}
rightLink={{ text: "© 2024 Rize Financial. All rights reserved.", href: "#" }}
/>
</div>
</ThemeProvider>
);
}
}