Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c8839eaf84 | |||
| 92be44a5cb | |||
| 88b9b86a24 | |||
| 124c07a0e7 | |||
| 64232c36a7 |
120
src/app/page.tsx
120
src/app/page.tsx
@@ -36,9 +36,9 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
name: "Contact", id: "contact"},
|
name: "Contact", id: "contact"},
|
||||||
]}
|
]}
|
||||||
brandName="TrustBank"
|
brandName="Apex Insurance"
|
||||||
button={{
|
button={{
|
||||||
text: "Client Login", href: "#"}}
|
text: "Client Portal", href: "#"}}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -46,28 +46,25 @@ export default function LandingPage() {
|
|||||||
<HeroBillboardGallery
|
<HeroBillboardGallery
|
||||||
background={{
|
background={{
|
||||||
variant: "gradient-bars"}}
|
variant: "gradient-bars"}}
|
||||||
title="Financial Excellence Secured"
|
title="Insurance Excellence Secured"
|
||||||
description="Empowering your wealth with precision, integrity, and advanced financial strategies. We build foundations for your long-term legacy."
|
description="Protecting your assets with precision, integrity, and advanced risk strategies. We build foundations for your long-term peace of mind."
|
||||||
tag="Trusted Private Banking"
|
tag="Trusted Insurance Agency"
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Schedule a Consultation", href: "#contact"},
|
text: "Get a Quote", href: "#contact"},
|
||||||
{
|
{
|
||||||
text: "View Solutions", href: "#features"},
|
text: "Explore Policies", href: "#features"},
|
||||||
]}
|
]}
|
||||||
mediaItems={[
|
mediaItems={[
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-business-woman-front-glass-building_23-2147704434.jpg?_wi=1", imageAlt: "Financial district architecture"},
|
imageSrc: "http://img.b2bpic.net/free-photo/stylish-business-woman-front-glass-building_23-2147704434.jpg?_wi=1", imageAlt: "Professional protection"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-business-woman-front-glass-building_23-2147704434.jpg?_wi=2", imageAlt: "Financial district architecture"},
|
imageSrc: "http://img.b2bpic.net/free-photo/stylish-business-woman-front-glass-building_23-2147704434.jpg?_wi=2", imageAlt: "Professional protection"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-business-woman-front-glass-building_23-2147704434.jpg?_wi=3", imageAlt: "Financial district architecture"},
|
imageSrc: "http://img.b2bpic.net/free-photo/stylish-business-woman-front-glass-building_23-2147704434.jpg?_wi=3", imageAlt: "Professional protection"
|
||||||
{
|
}
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-business-woman-front-glass-building_23-2147704434.jpg?_wi=4", imageAlt: "Financial district architecture"},
|
|
||||||
{
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-business-woman-front-glass-building_23-2147704434.jpg?_wi=5", imageAlt: "Financial district architecture"},
|
|
||||||
{
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-business-woman-front-glass-building_23-2147704434.jpg?_wi=6", imageAlt: "Financial district architecture"},
|
|
||||||
]}
|
]}
|
||||||
mediaAnimation="blur-reveal"
|
mediaAnimation="blur-reveal"
|
||||||
/>
|
/>
|
||||||
@@ -80,52 +77,46 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
title: "Digital Assets", description: "Real-time insights and management of your global portfolio through our proprietary digital platform.", icon: Smartphone,
|
title: "Global Coverage", description: "Comprehensive risk management and policy management through our seamless digital interface.", icon: Smartphone,
|
||||||
mediaItems: [
|
mediaItems: [
|
||||||
{
|
{ imageSrc: "http://img.b2bpic.net/free-vector/goals-habits-tracking-app_23-2148623421.jpg?_wi=1", imageAlt: "Insurance UI" },
|
||||||
imageSrc: "http://img.b2bpic.net/free-vector/goals-habits-tracking-app_23-2148623421.jpg?_wi=1", imageAlt: "Banking UI"},
|
{ imageSrc: "http://img.b2bpic.net/free-vector/goals-habits-tracking-app_23-2148623421.jpg?_wi=2", imageAlt: "Insurance UI" }
|
||||||
{
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-vector/goals-habits-tracking-app_23-2148623421.jpg?_wi=2", imageAlt: "Banking UI"},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Strategic Security", description: "Institutional-grade encryption and security protocols protecting every facet of your financial footprint.", icon: Shield,
|
title: "Policy Security", description: "Institutional-grade encryption protecting your personal records and policy documents around the clock.", icon: Shield,
|
||||||
mediaItems: [
|
mediaItems: [
|
||||||
{
|
{ imageSrc: "http://img.b2bpic.net/free-vector/flat-design-data-privacy-labels-template_23-2149496785.jpg?_wi=1", imageAlt: "Security icon" },
|
||||||
imageSrc: "http://img.b2bpic.net/free-vector/flat-design-data-privacy-labels-template_23-2149496785.jpg?_wi=1", imageAlt: "Security icon"},
|
{ imageSrc: "http://img.b2bpic.net/free-vector/flat-design-data-privacy-labels-template_23-2149496785.jpg?_wi=2", imageAlt: "Security icon" }
|
||||||
{
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-vector/flat-design-data-privacy-labels-template_23-2149496785.jpg?_wi=2", imageAlt: "Security icon"},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Legacy Planning", description: "Customized trust and estate strategies that preserve and transfer your wealth across generations.", icon: Award,
|
title: "Future Planning", description: "Customized life and liability strategies that provide safety for your family and business assets.", icon: Award,
|
||||||
mediaItems: [
|
mediaItems: [
|
||||||
{
|
{ imageSrc: "http://img.b2bpic.net/free-vector/flat-design-data-privacy-labels-template_23-2149496785.jpg?_wi=3", imageAlt: "Security icon" },
|
||||||
imageSrc: "http://img.b2bpic.net/free-vector/flat-design-data-privacy-labels-template_23-2149496785.jpg?_wi=3", imageAlt: "Security icon"},
|
{ imageSrc: "http://img.b2bpic.net/free-vector/flat-design-data-privacy-labels-template_23-2149496785.jpg?_wi=4", imageAlt: "Security icon" }
|
||||||
{
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-vector/flat-design-data-privacy-labels-template_23-2149496785.jpg?_wi=4", imageAlt: "Security icon"},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
title="Comprehensive Banking Solutions"
|
title="Comprehensive Coverage Solutions"
|
||||||
description="Our suite of services is designed to manage and grow your capital with sophisticated care."
|
description="Our suite of services is designed to manage risks and protect your capital with sophisticated care."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="metrics" data-section="metrics">
|
<div id="metrics" data-section="metrics">
|
||||||
<MetricCardFourteen
|
<MetricCardFourteen
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
title="Our Track Record"
|
title="Our Performance"
|
||||||
tag="Proven Results"
|
tag="Proven Results"
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
id: "m1", value: "150B+", description: "Assets Managed"},
|
id: "m1", value: "500M+", description: "Claims Settled"},
|
||||||
{
|
{
|
||||||
id: "m2", value: "25+", description: "Years of Excellence"},
|
id: "m2", value: "30+", description: "Years of Trust"},
|
||||||
{
|
{
|
||||||
id: "m3", value: "99.8%", description: "Security Rating"},
|
id: "m3", value: "99.9%", description: "Retention Rate"},
|
||||||
{
|
{
|
||||||
id: "m4", value: "12k+", description: "Active Clients"},
|
id: "m4", value: "50k+", description: "Protected Families"},
|
||||||
]}
|
]}
|
||||||
metricsAnimation="slide-up"
|
metricsAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
@@ -138,18 +129,14 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1", name: "Sarah Jenkins", handle: "@sjenkins", testimonial: "The precision and attention to detail have transformed my approach to wealth management.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-senior-caucasian-executive-sitting-desk-office-smiling-camera_1098-17608.jpg?_wi=1"},
|
id: "1", name: "Sarah Jenkins", handle: "@sjenkins", testimonial: "Their claims process is incredibly fast and stress-free. Truly the gold standard in insurance.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-senior-caucasian-executive-sitting-desk-office-smiling-camera_1098-17608.jpg?_wi=1"},
|
||||||
{
|
{
|
||||||
id: "2", name: "Marcus Vane", handle: "@mvane", testimonial: "Unparalleled security and forward-thinking strategy for complex portfolios.", imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-successful-young-businesswoman_1262-5844.jpg"},
|
id: "2", name: "Marcus Vane", handle: "@mvane", testimonial: "Unparalleled support and clear, forward-thinking policy options for my business.", imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-successful-young-businesswoman_1262-5844.jpg"},
|
||||||
{
|
{
|
||||||
id: "3", name: "Elena Rodriguez", handle: "@erod", testimonial: "A truly modern banking experience that actually understands client needs.", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg"},
|
id: "3", name: "Elena Rodriguez", handle: "@erod", testimonial: "A truly modern insurance experience that actually puts the client first.", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg"},
|
||||||
{
|
|
||||||
id: "4", name: "David Thorne", handle: "@dthorne", testimonial: "Consistently reliable service that has helped our family trust grow steadily for a decade.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-happy-indian-goes-work-office-him-modern-building_496169-2880.jpg"},
|
|
||||||
{
|
|
||||||
id: "5", name: "Robert Chen", handle: "@rchen", testimonial: "Exceptional private banking service that balances tradition with modern agility.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-senior-caucasian-executive-sitting-desk-office-smiling-camera_1098-17608.jpg?_wi=2"},
|
|
||||||
]}
|
]}
|
||||||
title="Trusted by Leaders"
|
title="Trusted by Clients"
|
||||||
description="Proven results for high-net-worth clients globally."
|
description="Proven protection for individuals and businesses globally."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -158,44 +145,35 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{
|
background={{
|
||||||
variant: "rotated-rays-static"}}
|
variant: "rotated-rays-static"}}
|
||||||
tag="Client Access"
|
tag="Contact Us"
|
||||||
title="Secure Your Future"
|
title="Secure Your Peace of Mind"
|
||||||
description="Start a conversation with our private banking advisors today."
|
description="Speak with our experienced insurance advisors today to tailor your coverage."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterBaseCard
|
<FooterBaseCard
|
||||||
logoText="TrustBank"
|
logoText="Apex Insurance"
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Banking", items: [
|
title: "Policies", items: [
|
||||||
{
|
{ label: "Life", href: "#" },
|
||||||
label: "Private", href: "#"},
|
{ label: "Commercial", href: "#" },
|
||||||
{
|
{ label: "Property", href: "#" }
|
||||||
label: "Corporate", href: "#"},
|
|
||||||
{
|
|
||||||
label: "International", href: "#"},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Company", items: [
|
title: "Company", items: [
|
||||||
{
|
{ label: "About Us", href: "#" },
|
||||||
label: "Our Story", href: "#"},
|
{ label: "Careers", href: "#" },
|
||||||
{
|
{ label: "Partners", href: "#" }
|
||||||
label: "Careers", href: "#"},
|
|
||||||
{
|
|
||||||
label: "Investor Relations", href: "#"},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Legal", items: [
|
title: "Legal", items: [
|
||||||
{
|
{ label: "Privacy Policy", href: "#" },
|
||||||
label: "Privacy", href: "#"},
|
{ label: "Terms of Service", href: "#" },
|
||||||
{
|
{ label: "Compliance", href: "#" }
|
||||||
label: "Terms", href: "#"},
|
|
||||||
{
|
|
||||||
label: "Security", href: "#"},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
@@ -204,4 +182,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user