7 Commits

Author SHA1 Message Date
9e7ade9208 Update src/app/page.tsx 2026-03-14 16:13:49 +00:00
c3b20b768e Update src/app/page.tsx 2026-03-14 16:12:59 +00:00
6415f43055 Merge version_17 into main
Merge version_17 into main
2026-03-14 16:03:09 +00:00
a7112f1916 Remove watermark 2026-03-14 16:03:05 +00:00
33a8415703 Merge version_17 into main
Merge version_17 into main
2026-03-12 19:29:28 +00:00
674486ba4b Update src/app/page.tsx 2026-03-12 19:29:24 +00:00
4a2db32f8a Merge version_16 into main
Merge version_16 into main
2026-03-12 19:01:45 +00:00
2 changed files with 89 additions and 32 deletions

View File

@@ -3,7 +3,6 @@ import { DM_Sans } from "next/font/google";
import { Inter } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const dmSans = DM_Sans({
variable: "--font-dm-sans", subsets: ["latin"],
@@ -41,7 +40,7 @@ export default function RootLayout({
<body
className={`${dmSans.variable} ${inter.variable} antialiased`}
>
<Tag />
{children}
<script

View File

@@ -6,9 +6,10 @@ import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonia
import TextAbout from '@/components/sections/about/TextAbout';
import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive';
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
import ContactSplit from '@/components/sections/contact/ContactSplit';
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
import { Award, BarChart3, CheckCircle, ClipboardList, DollarSign, Sparkles, Target, TrendingUp, Users, Zap, Shield } from 'lucide-react';
import { Award, BarChart3, CheckCircle, ClipboardList, DollarSign, Sparkles, Target, TrendingUp, Users, Zap, Shield, Star } from 'lucide-react';
import Image from 'next/image';
export default function LandingPage() {
@@ -50,7 +51,21 @@ export default function LandingPage() {
imageAlt="Professional financial services"
imagePosition="right"
mediaAnimation="slide-up"
testimonials={[]}
testimonials={[
{
name: "Sarah Johnson", handle: "@sarahj", testimonial: "My credit score jumped 127 points in just 6 months. Rize Financial made the entire process so easy.", rating: 5,
imageSrc: "https://api.dicebear.com/7.x/avataaars/svg?seed=Sarah&_wi=1", imageAlt: "Sarah Johnson"
},
{
name: "Marcus Chen", handle: "@marcusc", testimonial: "Finally got approved for the loan I needed. Their strategic approach to credit building really works!", rating: 5,
imageSrc: "https://api.dicebear.com/7.x/avataaars/svg?seed=Marcus&_wi=1", imageAlt: "Marcus Chen"
},
{
name: "Emma Rodriguez", handle: "@emmar", testimonial: "Best decision I made for my financial future. The team is professional and genuinely cares about results.", rating: 5,
imageSrc: "https://api.dicebear.com/7.x/avataaars/svg?seed=Emma&_wi=1", imageAlt: "Emma Rodriguez"
}
]}
testimonialRotationInterval={5000}
buttons={[
{ text: "Repair My Credit Now", href: "contact" },
{ text: "Learn More", href: "services" }
@@ -58,6 +73,15 @@ export default function LandingPage() {
buttonAnimation="slide-up"
useInvertedBackground={false}
fixedMediaHeight={false}
marqueeItems={[
{ type: "text", text: "✓ Credit Score Boost" },
{ type: "text", text: "✓ Dispute Resolution" },
{ type: "text", text: "✓ Funding Unlocked" },
{ type: "text", text: "✓ Expert Guidance" },
{ type: "text", text: "✓ 98% Success Rate" }
]}
marqueeSpeed={30}
showMarqueeCard={true}
/>
</div>
@@ -119,33 +143,67 @@ export default function LandingPage() {
</div>
<div id="results" data-section="results">
<div style={{ overflow: "auto" }}>
<MetricCardOne
title="Proven Results That Speak"
description="Our track record of success demonstrates real impact on real lives"
tag="Results"
tagIcon={Award}
tagAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={true}
animationType="scale-rotate"
gridVariant="uniform-all-items-equal"
metrics={[
{
id: "1", value: "5000+", title: "Clients Helped", description: "Families and businesses restored to financial health", icon: Users
},
{
id: "2", value: "127", title: "Avg. Score Increase", description: "Average credit score improvement in 6 months", icon: TrendingUp
},
{
id: "3", value: "98%", title: "Success Rate", description: "Client satisfaction with our proven methodology", icon: CheckCircle
},
{
id: "4", value: "$50M+", title: "Funding Secured", description: "Total funding unlocked for our clients", icon: DollarSign
}
]}
/>
</div>
<MetricCardOne
title="Proven Results That Speak"
description="Our track record of success demonstrates real impact on real lives"
tag="Results"
tagIcon={Award}
tagAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={true}
animationType="scale-rotate"
gridVariant="uniform-all-items-equal"
metrics={[
{
id: "1", value: "5000+", title: "Clients Helped", description: "Families and businesses restored to financial health", icon: Users
},
{
id: "2", value: "127", title: "Avg. Score Increase", description: "Average credit score improvement in 6 months", icon: TrendingUp
},
{
id: "3", value: "98%", title: "Success Rate", description: "Client satisfaction with our proven methodology", icon: CheckCircle
},
{
id: "4", value: "$50M+", title: "Funding Secured", description: "Total funding unlocked for our clients", icon: DollarSign
}
]}
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardOne
title="What Our Clients Say"
description="Join thousands who've transformed their financial lives with Rize Financial"
tag="Testimonials"
tagIcon={Star}
tagAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={false}
animationType="slide-up"
gridVariant="uniform-all-items-equal"
testimonials={[
{
id: "1", name: "Sarah Johnson", role: "Entrepreneur", company: "TechStart Inc", rating: 5,
imageSrc: "https://api.dicebear.com/7.x/avataaars/svg?seed=Sarah&_wi=2", imageAlt: "Sarah Johnson"
},
{
id: "2", name: "Marcus Chen", role: "Business Owner", company: "Chen Ventures", rating: 5,
imageSrc: "https://api.dicebear.com/7.x/avataaars/svg?seed=Marcus&_wi=2", imageAlt: "Marcus Chen"
},
{
id: "3", name: "Emma Rodriguez", role: "Financial Analyst", company: "Global Finance Co", rating: 5,
imageSrc: "https://api.dicebear.com/7.x/avataaars/svg?seed=Emma&_wi=2", imageAlt: "Emma Rodriguez"
},
{
id: "4", name: "James Wilson", role: "Consultant", company: "Wilson Consulting", rating: 5,
imageSrc: "https://api.dicebear.com/7.x/avataaars/svg?seed=James", imageAlt: "James Wilson"
}
]}
buttons={[
{ text: "Start Your Journey", href: "contact" }
]}
buttonAnimation="slide-up"
/>
</div>
<div id="howitworks" data-section="howitworks">
@@ -221,4 +279,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}