Merge version_1 into main #2
245
src/app/page.tsx
245
src/app/page.tsx
@@ -31,22 +31,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
{ name: "Home", id: "#hero" },
|
||||
{ name: "About", id: "#about" },
|
||||
{ name: "Services", id: "#services" },
|
||||
{ name: "Contact", id: "#contact" },
|
||||
]}
|
||||
brandName="Kaplan & Partners Law Firm"
|
||||
/>
|
||||
@@ -54,33 +42,13 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Expert Legal Advocacy in Antalya"
|
||||
description="Kaplan & Partners Law Firm provides professional legal consultancy, arbitration, and litigation services for domestic and foreign individuals and entities."
|
||||
tag="Trusted Legal Counsel"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-therapy-room-with-armchairs-green-lamps-creating-soft-lighting_482257-125372.jpg?_wi=1",
|
||||
imageAlt: "professional law office interior",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-spectacles-clipboard_482257-119564.jpg?_wi=1",
|
||||
imageAlt: "legal documents on mahogany desk",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/interior-design-neoclassical-style-with-furnishings-decor_23-2151199318.jpg",
|
||||
imageAlt: "Interior design in neoclassical style with furnishings and decor",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/warm-lighting-drawer-row-blue-fronts_169016-68933.jpg",
|
||||
imageAlt: "Warm lighting drawer row blue fronts",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-therapist-waiting-clients_482257-119220.jpg",
|
||||
imageAlt: "Senior therapist waiting for clients",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/modern-therapy-room-with-armchairs-green-lamps-creating-soft-lighting_482257-125372.jpg", imageAlt: "professional law office interior" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/closeup-spectacles-clipboard_482257-119564.jpg", imageAlt: "legal documents on mahogany desk" }
|
||||
]}
|
||||
mediaAnimation="blur-reveal"
|
||||
rating={5}
|
||||
@@ -95,20 +63,11 @@ export default function LandingPage() {
|
||||
title="Your Trusted Legal Partner"
|
||||
description="We specialize in international law, real estate disputes, residence permits, and commercial law. Our approach is fast, reliable, and client-centric, ensuring effective solutions for your legal challenges."
|
||||
metrics={[
|
||||
{
|
||||
value: "10+",
|
||||
title: "Years of Experience",
|
||||
},
|
||||
{
|
||||
value: "5/5",
|
||||
title: "Client Satisfaction",
|
||||
},
|
||||
{
|
||||
value: "20+",
|
||||
title: "Successful Cases",
|
||||
},
|
||||
{ value: "10+", title: "Years of Experience" },
|
||||
{ value: "5/5", title: "Client Satisfaction" },
|
||||
{ value: "20+", title: "Successful Cases" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-businesswoman-having-discussion-office_23-2147923293.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-businesswoman-having-discussion-office_23-2147923293.jpg"
|
||||
imageAlt="professional legal counsel office"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
@@ -122,37 +81,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Real Estate Law",
|
||||
description: "Expert handling of property disputes and transactional legal support.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Home,
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/background-with-advocacy-elements_23-2147801335.jpg",
|
||||
imageAlt: "legal services conceptual icon",
|
||||
title: "Real Estate Law", description: "Expert handling of property disputes and transactional legal support.", bentoComponent: "reveal-icon", icon: Home
|
||||
},
|
||||
{
|
||||
title: "Residence Permits",
|
||||
description: "Seamless consultancy for work and residence permit applications.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Globe,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-therapy-room-with-armchairs-green-lamps-creating-soft-lighting_482257-125372.jpg?_wi=2",
|
||||
imageAlt: "legal services conceptual icon",
|
||||
title: "Residence Permits", description: "Seamless consultancy for work and residence permit applications.", bentoComponent: "reveal-icon", icon: Globe
|
||||
},
|
||||
{
|
||||
title: "Banking & Finance",
|
||||
description: "Expert advice on banking regulations and financial law matters.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Building2,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-spectacles-clipboard_482257-119564.jpg?_wi=2",
|
||||
imageAlt: "legal services conceptual icon",
|
||||
title: "Banking & Finance", description: "Expert advice on banking regulations and financial law matters.", bentoComponent: "reveal-icon", icon: Building2
|
||||
},
|
||||
{
|
||||
title: "International Law",
|
||||
description: "Assistance for international clients and cross-border legal challenges.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Scale,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-having-discussion-office_23-2147923293.jpg?_wi=2",
|
||||
imageAlt: "legal services conceptual icon",
|
||||
},
|
||||
title: "International Law", description: "Assistance for international clients and cross-border legal challenges.", bentoComponent: "reveal-icon", icon: Scale
|
||||
}
|
||||
]}
|
||||
title="Comprehensive Legal Services"
|
||||
description="From real estate disputes to international corporate law, we provide expert guidance and representation."
|
||||
@@ -165,24 +104,9 @@ export default function LandingPage() {
|
||||
title="Our Dedicated Experts"
|
||||
tag="Legal Team"
|
||||
members={[
|
||||
{
|
||||
id: "m1",
|
||||
name: "Nermin Hanım",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-competitive-employee_1098-2870.jpg",
|
||||
imageAlt: "portrait professional lawyer suit",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
name: "Doğanay Bey",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-successful-businessman-posing_176420-1162.jpg",
|
||||
imageAlt: "portrait male lawyer suit",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
name: "Didem Hanım",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-holding-jacket-shoulder_1262-3853.jpg",
|
||||
imageAlt: "professional lawyer portrait smiling",
|
||||
},
|
||||
{ id: "m1", name: "Nermin Hanım", imageSrc: "http://img.b2bpic.net/free-photo/close-up-competitive-employee_1098-2870.jpg", imageAlt: "portrait professional lawyer suit" },
|
||||
{ id: "m2", name: "Doğanay Bey", imageSrc: "http://img.b2bpic.net/free-photo/young-successful-businessman-posing_176420-1162.jpg", imageAlt: "portrait male lawyer suit" },
|
||||
{ id: "m3", name: "Didem Hanım", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-holding-jacket-shoulder_1262-3853.jpg", imageAlt: "professional lawyer portrait smiling" }
|
||||
]}
|
||||
memberVariant="card"
|
||||
membersAnimation="slide-up"
|
||||
@@ -195,65 +119,14 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Saime Soylemez",
|
||||
role: "Client",
|
||||
company: "Real Estate",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/excited-joyful-beautiful-woman-gesturing-with-hand_74855-2753.jpg",
|
||||
imageAlt: "happy client portrait office",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Hatice Kolaklar",
|
||||
role: "Client",
|
||||
company: "Legal Counsel",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-meeting-cafe_53876-94719.jpg",
|
||||
imageAlt: "business person portrait professional",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Bernis Erkal",
|
||||
role: "Client",
|
||||
company: "Advisory",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-businesswomen-working-cafe_1157-26373.jpg",
|
||||
imageAlt: "professional woman business portrait",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Client Four",
|
||||
role: "Client",
|
||||
company: "Commercial Law",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businessman-posing-outside_74855-1183.jpg",
|
||||
imageAlt: "professional man portrait confident",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Client Five",
|
||||
role: "Client",
|
||||
company: "Property Law",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/middle-age-businessman-smiling-happy-standing-city_839833-25759.jpg",
|
||||
imageAlt: "professional client portrait workplace",
|
||||
},
|
||||
{ id: "1", name: "Saime Soylemez", role: "Client", company: "Real Estate", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/excited-joyful-beautiful-woman-gesturing-with-hand_74855-2753.jpg", imageAlt: "happy client portrait office" },
|
||||
{ id: "2", name: "Hatice Kolaklar", role: "Client", company: "Legal Counsel", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/business-meeting-cafe_53876-94719.jpg", imageAlt: "business person portrait professional" },
|
||||
{ id: "3", name: "Bernis Erkal", role: "Client", company: "Advisory", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/two-businesswomen-working-cafe_1157-26373.jpg", imageAlt: "professional woman business portrait" }
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "20+",
|
||||
label: "Verified Reviews",
|
||||
},
|
||||
{
|
||||
value: "5/5",
|
||||
label: "Avg Rating",
|
||||
},
|
||||
{
|
||||
value: "100%",
|
||||
label: "Professionalism",
|
||||
},
|
||||
{ value: "20+", label: "Verified Reviews" },
|
||||
{ value: "5/5", label: "Avg Rating" },
|
||||
{ value: "100%", label: "Professionalism" }
|
||||
]}
|
||||
title="Client Success Stories"
|
||||
description="See why clients trust Kaplan & Partners with their most sensitive legal matters."
|
||||
@@ -265,21 +138,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "What legal services do you offer?",
|
||||
content: "We offer services in Real Estate Law, Banking & Finance, International Law, Residence Permit consultancy, and more.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Do you serve international clients?",
|
||||
content: "Yes, we specialize in providing legal assistance to both domestic and international clients.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "How can I schedule a consultation?",
|
||||
content: "You can call us directly at 0532 488 37 97 or visit our office at Midtown Plaza, Antalya.",
|
||||
},
|
||||
{ id: "f1", title: "What legal services do you offer?", content: "We offer services in Real Estate Law, Banking & Finance, International Law, Residence Permit consultancy, and more." },
|
||||
{ id: "f2", title: "Do you serve international clients?", content: "Yes, we specialize in providing legal assistance to both domestic and international clients." },
|
||||
{ id: "f3", title: "How can I schedule a consultation?", content: "You can call us directly at 0532 488 37 97 or visit our office at Midtown Plaza, Antalya." }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/insurance-agent-communicating-with-senior-clients-while-showing-something-touchpad-meeting-office_637285-1821.jpg"
|
||||
title="Frequently Asked Questions"
|
||||
@@ -293,18 +154,11 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Contact Us"
|
||||
title="Ready to discuss your legal needs?"
|
||||
description="Our team is here to provide the expert advice you need."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:05324883797",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Call Now", href: "tel:05324883797" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -312,35 +166,18 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Legal Services",
|
||||
items: [
|
||||
{
|
||||
label: "Real Estate Law",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Residence Permits",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "International Law",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
title: "Legal Services", items: [
|
||||
{ label: "Real Estate Law", href: "#" },
|
||||
{ label: "Residence Permits", href: "#" },
|
||||
{ label: "International Law", href: "#" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
{
|
||||
label: "0532 488 37 97",
|
||||
href: "tel:05324883797",
|
||||
},
|
||||
{
|
||||
label: "Antalya, Muratpaşa",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
title: "Contact", items: [
|
||||
{ label: "0532 488 37 97", href: "tel:05324883797" },
|
||||
{ label: "Antalya, Muratpaşa", href: "#" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
logoText="Kaplan & Partners Law Firm"
|
||||
/>
|
||||
@@ -348,4 +185,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user