Merge version_1 into main #2
298
src/app/page.tsx
298
src/app/page.tsx
@@ -30,73 +30,32 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
{
|
||||
name: "Process",
|
||||
id: "process",
|
||||
},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "testimonials",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Process", id: "process" },
|
||||
{ name: "Reviews", id: "testimonials" },
|
||||
]}
|
||||
brandName="Key Change Finance"
|
||||
button={{
|
||||
text: "Book a Call",
|
||||
href: "#contact",
|
||||
}}
|
||||
button={{ text: "Book a Call", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardCarousel
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Your Future, Expertly Financed."
|
||||
description="Unlock exclusive lending opportunities with Key Change Finance. 50 years of combined expertise, dedicated to your financial freedom."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book a Consultation",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
text: "Our Services",
|
||||
href: "#services",
|
||||
},
|
||||
{ text: "Book a Consultation", href: "#contact" },
|
||||
{ text: "Our Services", href: "#services" },
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-office-space-with-futuristic-decor-furniture_23-2151797636.jpg?_wi=1",
|
||||
imageAlt: "luxury office financial consultation",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/desk-items-composition-top-view_23-2148975782.jpg?_wi=1",
|
||||
imageAlt: "luxury lifestyle finance business",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-working-connecting-smart-phone-concept_53876-30116.jpg?_wi=1",
|
||||
imageAlt: "architectural glass professional building",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-businesspeople-using-laptop-restaurant_23-2147876706.jpg?_wi=1",
|
||||
imageAlt: "professional partnership handshake",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businesspeople-having-discussion-office_107420-84846.jpg?_wi=1",
|
||||
imageAlt: "modern luxury office interior",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/city-lights-urban-scenic-view-buildings-concept_53876-139782.jpg?_wi=1",
|
||||
imageAlt: "success cityscape office view",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/modern-office-space-with-futuristic-decor-furniture_23-2151797636.jpg", imageAlt: "luxury office financial consultation" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/desk-items-composition-top-view_23-2148975782.jpg", imageAlt: "luxury lifestyle finance business" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/businessman-working-connecting-smart-phone-concept_53876-30116.jpg", imageAlt: "architectural glass professional building" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/two-businesspeople-using-laptop-restaurant_23-2147876706.jpg", imageAlt: "professional partnership handshake" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/businesspeople-having-discussion-office_107420-84846.jpg", imageAlt: "modern luxury office interior" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/city-lights-urban-scenic-view-buildings-concept_53876-139782.jpg", imageAlt: "success cityscape office view" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -105,13 +64,7 @@ export default function LandingPage() {
|
||||
<SocialProofOne
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Commonwealth Bank",
|
||||
"ANZ",
|
||||
"Westpac",
|
||||
"NAB",
|
||||
"Macquarie Bank",
|
||||
]}
|
||||
names={["Commonwealth Bank", "ANZ", "Westpac", "NAB", "Macquarie Bank"]}
|
||||
title="Trusted by Industry Leaders"
|
||||
description="Partnering with Australia's most reputable institutions to secure your prosperity."
|
||||
/>
|
||||
@@ -123,18 +76,9 @@ export default function LandingPage() {
|
||||
title="A Legacy of Financial Success"
|
||||
description="At Key Change Finance, we don't just facilitate loans; we craft strategies. With five decades of combined experience, our team is committed to delivering bespoke financial solutions that align with your lifestyle and business goals."
|
||||
metrics={[
|
||||
{
|
||||
value: "50+",
|
||||
title: "Years Combined",
|
||||
},
|
||||
{
|
||||
value: "5*",
|
||||
title: "Client Rated",
|
||||
},
|
||||
{
|
||||
value: "100%",
|
||||
title: "Focused",
|
||||
},
|
||||
{ value: "50+", title: "Years Combined" },
|
||||
{ value: "5*", title: "Client Rated" },
|
||||
{ value: "100%", title: "Focused" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/happy-businessman-drinking-coffee-with-laptop-desk_23-2147955289.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -150,106 +94,46 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Home Lending",
|
||||
description: "Tailored mortgage solutions for residential buyers.",
|
||||
icon: Home,
|
||||
title: "Home Lending", description: "Tailored mortgage solutions for residential buyers.", icon: Home,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139318.jpg",
|
||||
imageAlt: "luxury office financial consultation",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-wedding-planner-working_23-2150328521.jpg",
|
||||
imageAlt: "luxury lifestyle finance business",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-office-space-with-futuristic-decor-furniture_23-2151797636.jpg?_wi=2",
|
||||
imageAlt: "luxury office financial consultation",
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139318.jpg", imageAlt: "luxury office financial consultation" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/high-angle-wedding-planner-working_23-2150328521.jpg", imageAlt: "luxury lifestyle finance business" },
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Refinancing",
|
||||
description: "Optimize your existing debt structure.",
|
||||
icon: RefreshCw,
|
||||
title: "Refinancing", description: "Optimize your existing debt structure.", icon: RefreshCw,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businesswomen-going-work-together-city_23-2149318578.jpg",
|
||||
imageAlt: "architectural glass professional building",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friendly-business-colleagues-greeting-each-other_1262-21047.jpg",
|
||||
imageAlt: "professional partnership handshake",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/desk-items-composition-top-view_23-2148975782.jpg?_wi=2",
|
||||
imageAlt: "luxury office financial consultation",
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/businesswomen-going-work-together-city_23-2149318578.jpg", imageAlt: "architectural glass professional building" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/friendly-business-colleagues-greeting-each-other_1262-21047.jpg", imageAlt: "professional partnership handshake" },
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Commercial Finance",
|
||||
description: "Strategic support for business expansion.",
|
||||
icon: Briefcase,
|
||||
title: "Commercial Finance", description: "Strategic support for business expansion.", icon: Briefcase,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/studio-arrangement-work_23-2151976835.jpg",
|
||||
imageAlt: "modern luxury office interior",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/interviewer-reviewing-cv-candidate-job-interview_482257-106970.jpg",
|
||||
imageAlt: "success cityscape office view",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-working-connecting-smart-phone-concept_53876-30116.jpg?_wi=2",
|
||||
imageAlt: "luxury office financial consultation",
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/studio-arrangement-work_23-2151976835.jpg", imageAlt: "modern luxury office interior" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/interviewer-reviewing-cv-candidate-job-interview_482257-106970.jpg", imageAlt: "success cityscape office view" },
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Asset Finance",
|
||||
description: "Fuel your personal and professional growth.",
|
||||
icon: TrendingUp,
|
||||
title: "Asset Finance", description: "Fuel your personal and professional growth.", icon: TrendingUp,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-desk-concept-with-laptop_23-2148604943.jpg",
|
||||
imageAlt: "luxury office financial consultation",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-calendar-design_23-2149239465.jpg",
|
||||
imageAlt: "luxury lifestyle finance business",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-businesspeople-using-laptop-restaurant_23-2147876706.jpg?_wi=2",
|
||||
imageAlt: "luxury office financial consultation",
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-desk-concept-with-laptop_23-2148604943.jpg", imageAlt: "luxury office financial consultation" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-calendar-design_23-2149239465.jpg", imageAlt: "luxury lifestyle finance business" },
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "SMSF Lending",
|
||||
description: "Advanced strategy for wealth creation.",
|
||||
icon: ShieldCheck,
|
||||
title: "SMSF Lending", description: "Advanced strategy for wealth creation.", icon: ShieldCheck,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/city-center-construction-work-urban-petronas_1122-1557.jpg",
|
||||
imageAlt: "architectural glass professional building",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-partners-handshaking-greeting-meeting-room-successful-content-businessman-professional-grey-haired-manager-concluding-contract-teamwork-business-partnership-concept_74855-6926.jpg",
|
||||
imageAlt: "professional partnership handshake",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businesspeople-having-discussion-office_107420-84846.jpg?_wi=2",
|
||||
imageAlt: "luxury office financial consultation",
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/city-center-construction-work-urban-petronas_1122-1557.jpg", imageAlt: "architectural glass professional building" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/confident-partners-handshaking-greeting-meeting-room-successful-content-businessman-professional-grey-haired-manager-concluding-contract-teamwork-business-partnership-concept_74855-6926.jpg", imageAlt: "professional partnership handshake" },
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "HNW Lending",
|
||||
description: "Private lending for high net worth clients.",
|
||||
icon: Award,
|
||||
title: "HNW Lending", description: "Private lending for high net worth clients.", icon: Award,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-modern-female-with-mobile_23-2148415854.jpg",
|
||||
imageAlt: "modern luxury office interior",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/office-sky-contemporary-interior-room-modern-concept_53876-14121.jpg",
|
||||
imageAlt: "success cityscape office view",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/city-lights-urban-scenic-view-buildings-concept_53876-139782.jpg?_wi=2",
|
||||
imageAlt: "luxury office financial consultation",
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/side-view-modern-female-with-mobile_23-2148415854.jpg", imageAlt: "modern luxury office interior" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/office-sky-contemporary-interior-room-modern-concept_53876-14121.jpg", imageAlt: "success cityscape office view" },
|
||||
]
|
||||
},
|
||||
]}
|
||||
title="Bespoke Lending Solutions"
|
||||
@@ -262,46 +146,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Exceptional",
|
||||
quote: "The team made my home loan process seamless.",
|
||||
name: "Kaye",
|
||||
role: "CEO",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67131.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Professional",
|
||||
quote: "Incredible insight and strategic financial planning.",
|
||||
name: "Jake",
|
||||
role: "Director",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-66975.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Highly Recommended",
|
||||
quote: "Efficient, expert, and deeply professional advice.",
|
||||
name: "Blair",
|
||||
role: "Entrepreneur",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-eyeglasses-crossed-arms-grey-background_613910-13618.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "Life Changing",
|
||||
quote: "Enabled our family's vision for growth.",
|
||||
name: "Sarah",
|
||||
role: "Physician",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-with-smartphone_23-2148993906.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
title: "Expert Guidance",
|
||||
quote: "Unparalleled service in business lending.",
|
||||
name: "Mark",
|
||||
role: "Business Owner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-with-mobile_23-2148523943.jpg",
|
||||
},
|
||||
{ id: "1", title: "Exceptional", quote: "The team made my home loan process seamless.", name: "Kaye", role: "CEO", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67131.jpg" },
|
||||
{ id: "2", title: "Professional", quote: "Incredible insight and strategic financial planning.", name: "Jake", role: "Director", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-66975.jpg" },
|
||||
{ id: "3", title: "Highly Recommended", quote: "Efficient, expert, and deeply professional advice.", name: "Blair", role: "Entrepreneur", imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-eyeglasses-crossed-arms-grey-background_613910-13618.jpg" },
|
||||
{ id: "4", title: "Life Changing", quote: "Enabled our family's vision for growth.", name: "Sarah", role: "Physician", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-with-smartphone_23-2148993906.jpg" },
|
||||
{ id: "5", title: "Expert Guidance", quote: "Unparalleled service in business lending.", name: "Mark", role: "Business Owner", imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-with-mobile_23-2148523943.jpg" },
|
||||
]}
|
||||
title="Voices of Our Success"
|
||||
description="Why our clients choose Key Change Finance."
|
||||
@@ -311,63 +160,20 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
tag="Get Started"
|
||||
title="Begin Your Finance Journey"
|
||||
description="Ready to secure your future? Schedule a confidential, obligation-free consultation today."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Now",
|
||||
href: "mailto:hello@keychangefinance.com.au",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Book Now", href: "mailto:hello@keychangefinance.com.au" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
{
|
||||
label: "Lending",
|
||||
href: "#services",
|
||||
},
|
||||
{
|
||||
label: "Process",
|
||||
href: "#process",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Testimonials",
|
||||
href: "#testimonials",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Disclaimer",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Services", items: [{ label: "Lending", href: "#services" }, { label: "Process", href: "#process" }] },
|
||||
{ title: "Company", items: [{ label: "About Us", href: "#about" }, { label: "Testimonials", href: "#testimonials" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Disclaimer", href: "#" }] },
|
||||
]}
|
||||
logoText="Key Change Finance"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user