Merge version_1 into main #2
221
src/app/page.tsx
221
src/app/page.tsx
@@ -30,17 +30,11 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Guaranteed Rates",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Guaranteed Rates", id: "hero"},
|
||||
{
|
||||
name: "Why Me",
|
||||
id: "why-me",
|
||||
},
|
||||
name: "Why Me", id: "why-me"},
|
||||
{
|
||||
name: "Consultation",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Consultation", id: "contact"},
|
||||
]}
|
||||
brandName="Marián Drgo"
|
||||
/>
|
||||
@@ -49,109 +43,61 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDoubleCarousel
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
title="I will secure a 0.2% better mortgage rate than your bank, or I'll pay you 1,000 CZK."
|
||||
description="Exclusive financial expertise for high-net-worth individuals. Guaranteed results from the country's top specialist."
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-financial-advisor-ready-help-with-accounting_1262-16959.jpg?_wi=1",
|
||||
imageAlt: "Marián Drgo Portrait",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-financial-advisor-ready-help-with-accounting_1262-16959.jpg", imageAlt: "Marián Drgo Portrait"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-financial-advisor-ready-help-with-accounting_1262-16959.jpg?_wi=2",
|
||||
imageAlt: "Expertise Focus",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-financial-advisor-ready-help-with-accounting_1262-16959.jpg", imageAlt: "Expertise Focus"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-financial-advisor-ready-help-with-accounting_1262-16959.jpg?_wi=3",
|
||||
imageAlt: "Consultation",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-financial-advisor-ready-help-with-accounting_1262-16959.jpg", imageAlt: "Consultation"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-financial-advisor-ready-help-with-accounting_1262-16959.jpg?_wi=4",
|
||||
imageAlt: "Strategy",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-financial-advisor-ready-help-with-accounting_1262-16959.jpg", imageAlt: "Strategy"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-financial-advisor-ready-help-with-accounting_1262-16959.jpg?_wi=5",
|
||||
imageAlt: "Analysis",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-financial-advisor-ready-help-with-accounting_1262-16959.jpg", imageAlt: "Analysis"},
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-financial-advisor-ready-help-with-accounting_1262-16959.jpg?_wi=6",
|
||||
imageAlt: "Professional Service",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-financial-advisor-ready-help-with-accounting_1262-16959.jpg", imageAlt: "Professional Service"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-financial-advisor-ready-help-with-accounting_1262-16959.jpg?_wi=7",
|
||||
imageAlt: "Reliable Results",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-financial-advisor-ready-help-with-accounting_1262-16959.jpg", imageAlt: "Reliable Results"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-financial-advisor-ready-help-with-accounting_1262-16959.jpg?_wi=8",
|
||||
imageAlt: "High-End Mortgage",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-financial-advisor-ready-help-with-accounting_1262-16959.jpg", imageAlt: "High-End Mortgage"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-financial-advisor-ready-help-with-accounting_1262-16959.jpg?_wi=9",
|
||||
imageAlt: "Strategic Advice",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-financial-advisor-ready-help-with-accounting_1262-16959.jpg", imageAlt: "Strategic Advice"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-financial-advisor-ready-help-with-accounting_1262-16959.jpg?_wi=10",
|
||||
imageAlt: "Premium Support",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-financial-advisor-ready-help-with-accounting_1262-16959.jpg", imageAlt: "Premium Support"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Get My Guaranteed Rate",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get My Guaranteed Rate", href: "#contact"},
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-woman-spending-time-sofa-with-digital-tablet-mobile-phone_329181-838.jpg",
|
||||
alt: "Client",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/happy-woman-spending-time-sofa-with-digital-tablet-mobile-phone_329181-838.jpg", alt: "Client"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/female-realtor-handing-smiley-couple-keys-their-new-home_23-2148895468.jpg",
|
||||
alt: "Client",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/female-realtor-handing-smiley-couple-keys-their-new-home_23-2148895468.jpg", alt: "Client"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/male-real-estate-agent-doing-business-showing-house-potential-buying-couple_23-2150164712.jpg",
|
||||
alt: "Client",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/male-real-estate-agent-doing-business-showing-house-potential-buying-couple_23-2150164712.jpg", alt: "Client"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/businessman-checking-document_1098-1164.jpg",
|
||||
alt: "Client",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/businessman-checking-document_1098-1164.jpg", alt: "Client"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-woman-spending-time-sofa-with-digital-tablet-mobile-phone_329181-838.jpg",
|
||||
alt: "Client",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/happy-woman-spending-time-sofa-with-digital-tablet-mobile-phone_329181-838.jpg", alt: "Client"},
|
||||
]}
|
||||
avatarText="Trusted by 500+ high-net-worth clients"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-vector/gradient-accounting-logo-template_23-2148854301.jpg",
|
||||
alt: "Bank Logo",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-vector/gradient-accounting-logo-template_23-2148854301.jpg", alt: "Bank Logo"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-vector/business-flyer_23-2147977910.jpg",
|
||||
alt: "Bank Logo",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-vector/business-flyer_23-2147977910.jpg", alt: "Bank Logo"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-vector/human-resources-icons-black_24908-61104.jpg",
|
||||
alt: "Bank Logo",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-vector/human-resources-icons-black_24908-61104.jpg", alt: "Bank Logo"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-vector/flat-design-minimal-business-card_23-2149263622.jpg",
|
||||
alt: "Bank Logo",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-vector/flat-design-minimal-business-card_23-2149263622.jpg", alt: "Bank Logo"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-vector/business-logo-template_1071-49.jpg",
|
||||
alt: "Bank Logo",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-vector/business-logo-template_1071-49.jpg", alt: "Bank Logo"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -160,15 +106,9 @@ export default function LandingPage() {
|
||||
<SocialProofOne
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[]}
|
||||
logos={[
|
||||
"http://img.b2bpic.net/free-vector/gradient-accounting-logo-template_23-2148854301.jpg",
|
||||
"http://img.b2bpic.net/free-vector/business-flyer_23-2147977910.jpg",
|
||||
"http://img.b2bpic.net/free-vector/human-resources-icons-black_24908-61104.jpg",
|
||||
"http://img.b2bpic.net/free-vector/flat-design-minimal-business-card_23-2149263622.jpg",
|
||||
"http://img.b2bpic.net/free-vector/business-logo-template_1071-49.jpg",
|
||||
"http://img.b2bpic.net/free-vector/modern-geometric-business-card-template_23-2147949472.jpg",
|
||||
"http://img.b2bpic.net/free-vector/geometric-young-creative-agency-logo-template_742173-17664.jpg",
|
||||
]}
|
||||
"http://img.b2bpic.net/free-vector/gradient-accounting-logo-template_23-2148854301.jpg", "http://img.b2bpic.net/free-vector/business-flyer_23-2147977910.jpg", "http://img.b2bpic.net/free-vector/human-resources-icons-black_24908-61104.jpg", "http://img.b2bpic.net/free-vector/flat-design-minimal-business-card_23-2149263622.jpg", "http://img.b2bpic.net/free-vector/business-logo-template_1071-49.jpg", "http://img.b2bpic.net/free-vector/modern-geometric-business-card-template_23-2147949472.jpg", "http://img.b2bpic.net/free-vector/geometric-young-creative-agency-logo-template_742173-17664.jpg"]}
|
||||
title="Trusted by Market Leaders"
|
||||
description="Featured in top financial publications and major banking partners."
|
||||
/>
|
||||
@@ -181,25 +121,13 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Unmatched Negotiation",
|
||||
description: "Leveraging deep bank relationships to secure rates unavailable to the public.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-financial-advisor-ready-help-with-accounting_1262-16959.jpg?_wi=11",
|
||||
imageAlt: "Negotiation",
|
||||
},
|
||||
title: "Unmatched Negotiation", description: "Leveraging deep bank relationships to secure rates unavailable to the public.", imageSrc: "http://img.b2bpic.net/free-photo/confident-financial-advisor-ready-help-with-accounting_1262-16959.jpg", imageAlt: "Negotiation"},
|
||||
{
|
||||
id: 2,
|
||||
title: "Precision Speed",
|
||||
description: "Rapid loan approval process through streamlined, digitized workflows.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-financial-advisor-ready-help-with-accounting_1262-16959.jpg?_wi=12",
|
||||
imageAlt: "Speed",
|
||||
},
|
||||
title: "Precision Speed", description: "Rapid loan approval process through streamlined, digitized workflows.", imageSrc: "http://img.b2bpic.net/free-photo/confident-financial-advisor-ready-help-with-accounting_1262-16959.jpg", imageAlt: "Speed"},
|
||||
{
|
||||
id: 3,
|
||||
title: "Lifetime Support",
|
||||
description: "Continued monitoring and refinancing opportunities throughout your mortgage term.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-financial-advisor-ready-help-with-accounting_1262-16959.jpg?_wi=13",
|
||||
imageAlt: "Support",
|
||||
},
|
||||
title: "Lifetime Support", description: "Continued monitoring and refinancing opportunities throughout your mortgage term.", imageSrc: "http://img.b2bpic.net/free-photo/confident-financial-advisor-ready-help-with-accounting_1262-16959.jpg", imageAlt: "Support"},
|
||||
]}
|
||||
title="Why Partner With Me?"
|
||||
description="Bespoke mortgage and financial solutions tailored to your unique financial portfolio."
|
||||
@@ -212,9 +140,7 @@ export default function LandingPage() {
|
||||
title="AI Mortgage Assistant - Available 24/7"
|
||||
buttons={[
|
||||
{
|
||||
text: "Launch Assistant",
|
||||
href: "#",
|
||||
},
|
||||
text: "Launch Assistant", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -225,55 +151,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Miller",
|
||||
date: "Oct 2024",
|
||||
title: "Executive",
|
||||
quote: "Marián saved me years of interest. His negotiation skills are unparalleled.",
|
||||
tag: "Mortgage",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/happy-woman-spending-time-sofa-with-digital-tablet-mobile-phone_329181-838.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-spending-time-sofa-with-digital-tablet-mobile-phone_329181-838.jpg?_wi=1",
|
||||
},
|
||||
id: "1", name: "Sarah Miller", date: "Oct 2024", title: "Executive", quote: "Marián saved me years of interest. His negotiation skills are unparalleled.", tag: "Mortgage", avatarSrc: "http://img.b2bpic.net/free-photo/happy-woman-spending-time-sofa-with-digital-tablet-mobile-phone_329181-838.jpg", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-spending-time-sofa-with-digital-tablet-mobile-phone_329181-838.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "David Chen",
|
||||
date: "Sep 2024",
|
||||
title: "Entrepreneur",
|
||||
quote: "Professional, fast, and authoritative. He knows exactly how to handle high-value loans.",
|
||||
tag: "Investment",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/female-realtor-handing-smiley-couple-keys-their-new-home_23-2148895468.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-realtor-handing-smiley-couple-keys-their-new-home_23-2148895468.jpg",
|
||||
},
|
||||
id: "2", name: "David Chen", date: "Sep 2024", title: "Entrepreneur", quote: "Professional, fast, and authoritative. He knows exactly how to handle high-value loans.", tag: "Investment", avatarSrc: "http://img.b2bpic.net/free-photo/female-realtor-handing-smiley-couple-keys-their-new-home_23-2148895468.jpg", imageSrc: "http://img.b2bpic.net/free-photo/female-realtor-handing-smiley-couple-keys-their-new-home_23-2148895468.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Elena Rossi",
|
||||
date: "Aug 2024",
|
||||
title: "Architect",
|
||||
quote: "The most seamless experience I've had with any financial specialist.",
|
||||
tag: "Refinancing",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/male-real-estate-agent-doing-business-showing-house-potential-buying-couple_23-2150164712.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-real-estate-agent-doing-business-showing-house-potential-buying-couple_23-2150164712.jpg",
|
||||
},
|
||||
id: "3", name: "Elena Rossi", date: "Aug 2024", title: "Architect", quote: "The most seamless experience I've had with any financial specialist.", tag: "Refinancing", avatarSrc: "http://img.b2bpic.net/free-photo/male-real-estate-agent-doing-business-showing-house-potential-buying-couple_23-2150164712.jpg", imageSrc: "http://img.b2bpic.net/free-photo/male-real-estate-agent-doing-business-showing-house-potential-buying-couple_23-2150164712.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Markus Weber",
|
||||
date: "Jul 2024",
|
||||
title: "Investor",
|
||||
quote: "His 24/7 availability and deep insights made all the difference.",
|
||||
tag: "Mortgage",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/businessman-checking-document_1098-1164.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-checking-document_1098-1164.jpg",
|
||||
},
|
||||
id: "4", name: "Markus Weber", date: "Jul 2024", title: "Investor", quote: "His 24/7 availability and deep insights made all the difference.", tag: "Mortgage", avatarSrc: "http://img.b2bpic.net/free-photo/businessman-checking-document_1098-1164.jpg", imageSrc: "http://img.b2bpic.net/free-photo/businessman-checking-document_1098-1164.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Anna Nováková",
|
||||
date: "June 2024",
|
||||
title: "Professional",
|
||||
quote: "A truly premium service, very happy with the results.",
|
||||
tag: "Mortgage",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/happy-woman-spending-time-sofa-with-digital-tablet-mobile-phone_329181-838.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-spending-time-sofa-with-digital-tablet-mobile-phone_329181-838.jpg?_wi=2",
|
||||
},
|
||||
id: "5", name: "Anna Nováková", date: "June 2024", title: "Professional", quote: "A truly premium service, very happy with the results.", tag: "Mortgage", avatarSrc: "http://img.b2bpic.net/free-photo/happy-woman-spending-time-sofa-with-digital-tablet-mobile-phone_329181-838.jpg", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-spending-time-sofa-with-digital-tablet-mobile-phone_329181-838.jpg"},
|
||||
]}
|
||||
title="Client Success Stories"
|
||||
description="Experience the difference of working with a premier financial specialist."
|
||||
@@ -284,52 +170,37 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Consultation"
|
||||
title="Get My Guaranteed Rate"
|
||||
description="Enter your details for an initial assessment."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Consultation",
|
||||
href: "#",
|
||||
},
|
||||
text: "Book Consultation", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/confident-financial-advisor-ready-help-with-accounting_1262-16959.jpg?_wi=14"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/confident-financial-advisor-ready-help-with-accounting_1262-16959.jpg"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#why-me",
|
||||
},
|
||||
label: "About", href: "#why-me"},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#",
|
||||
},
|
||||
label: "Services", href: "#"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "info@mariandrgo.cz",
|
||||
href: "mailto:info@mariandrgo.cz",
|
||||
},
|
||||
label: "info@mariandrgo.cz", href: "mailto:info@mariandrgo.cz"},
|
||||
{
|
||||
label: "Book Now",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Book Now", href: "#contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user