Merge version_2 into main #2
@@ -7,42 +7,27 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const halant = Halant({
|
||||
variable: "--font-halant",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-halant", subsets: ["latin"],
|
||||
weight: ["300", "400", "500", "600", "700"],
|
||||
});
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-inter", subsets: ["latin"],
|
||||
});
|
||||
|
||||
const archivo = Archivo({
|
||||
variable: "--font-archivo",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-archivo", subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Nexus Law Associates | Legal Services in Islamabad",
|
||||
description: "Premium legal services specializing in corporate law, property disputes, and family law. Trusted by hundreds of clients in Islamabad, Pakistan.",
|
||||
keywords: "law firm, corporate law, property disputes, family law, Islamabad, legal services, barrister, advocate",
|
||||
openGraph: {
|
||||
title: "Nexus Law Associates | Justice You Can Trust",
|
||||
description: "Expert legal representation in corporate law, property disputes, and family law. Serving Islamabad and beyond.",
|
||||
siteName: "Nexus Law Associates",
|
||||
type: "website",
|
||||
images: [
|
||||
title: "Nexus Law Associates | Legal Services in Islamabad", description: "Premium legal services specializing in corporate law, property disputes, and family law. Trusted by hundreds of clients in Islamabad, Pakistan.", keywords: "law firm, corporate law, property disputes, family law, Islamabad, legal services, barrister, advocate", openGraph: {
|
||||
title: "Nexus Law Associates | Justice You Can Trust", description: "Expert legal representation in corporate law, property disputes, and family law. Serving Islamabad and beyond.", siteName: "Nexus Law Associates", type: "website", images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/warm-lighting-drawer-row-blue-fronts_169016-68933.jpg",
|
||||
alt: "Nexus Law Associates - Premium Legal Services",
|
||||
},
|
||||
url: "http://img.b2bpic.net/free-photo/warm-lighting-drawer-row-blue-fronts_169016-68933.jpg", alt: "Nexus Law Associates - Premium Legal Services"},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Nexus Law Associates | Legal Excellence in Islamabad",
|
||||
description: "Professional legal representation you can trust. Corporate law, property disputes, family law.",
|
||||
images: ["http://img.b2bpic.net/free-photo/warm-lighting-drawer-row-blue-fronts_169016-68933.jpg"],
|
||||
card: "summary_large_image", title: "Nexus Law Associates | Legal Excellence in Islamabad", description: "Professional legal representation you can trust. Corporate law, property disputes, family law.", images: ["http://img.b2bpic.net/free-photo/warm-lighting-drawer-row-blue-fronts_169016-68933.jpg"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
@@ -1434,4 +1419,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
120
src/app/page.tsx
120
src/app/page.tsx
@@ -45,18 +45,14 @@ export default function HomePage() {
|
||||
background={{ variant: "plain" }}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/warm-lighting-drawer-row-blue-fronts_169016-68933.jpg",
|
||||
imageAlt: "Modern law office interior with professional workspace",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/warm-lighting-drawer-row-blue-fronts_169016-68933.jpg", imageAlt: "Modern law office interior with professional workspace"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-corporate-boardroom-with-large-conference-table-natural-light_84443-73907.jpg",
|
||||
imageAlt: "Nexus Law Associates conference room for client meetings",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-corporate-boardroom-with-large-conference-table-natural-light_84443-73907.jpg", imageAlt: "Nexus Law Associates conference room for client meetings"},
|
||||
]}
|
||||
rating={5}
|
||||
ratingText="Trusted by hundreds of satisfied clients"
|
||||
buttons={[
|
||||
{ text: "Schedule Consultation", href: "/contact" },
|
||||
{ text: "Book Free Consultation", href: "/contact" },
|
||||
{ text: "Learn More", href: "/about" },
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
@@ -91,78 +87,42 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Corporate Law",
|
||||
description: "Expert guidance on business formation, contract negotiation, mergers and acquisitions, and corporate governance.",
|
||||
bentoComponent: "3d-stack-cards",
|
||||
items: [
|
||||
title: "Corporate Law", description: "Expert guidance on business formation, contract negotiation, mergers and acquisitions, and corporate governance.", bentoComponent: "3d-stack-cards", items: [
|
||||
{
|
||||
icon: Building2,
|
||||
title: "Business Formation",
|
||||
subtitle: "Entity Setup & Registration",
|
||||
detail: "We assist in establishing your business with proper legal structure and documentation.",
|
||||
},
|
||||
title: "Business Formation", subtitle: "Entity Setup & Registration", detail: "We assist in establishing your business with proper legal structure and documentation."},
|
||||
{
|
||||
icon: FileText,
|
||||
title: "Contract Drafting",
|
||||
subtitle: "Legal Agreements",
|
||||
detail: "Comprehensive contract preparation and review for all business transactions.",
|
||||
},
|
||||
title: "Contract Drafting", subtitle: "Legal Agreements", detail: "Comprehensive contract preparation and review for all business transactions."},
|
||||
{
|
||||
icon: TrendingUp,
|
||||
title: "M&A Advisory",
|
||||
subtitle: "Mergers & Acquisitions",
|
||||
detail: "Strategic guidance through complex business consolidation and sale processes.",
|
||||
},
|
||||
title: "M&A Advisory", subtitle: "Mergers & Acquisitions", detail: "Strategic guidance through complex business consolidation and sale processes."},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Property Disputes",
|
||||
description: "Comprehensive representation in real estate conflicts, boundary disputes, and property rights matters.",
|
||||
bentoComponent: "3d-stack-cards",
|
||||
items: [
|
||||
title: "Property Disputes", description: "Comprehensive representation in real estate conflicts, boundary disputes, and property rights matters.", bentoComponent: "3d-stack-cards", items: [
|
||||
{
|
||||
icon: Home,
|
||||
title: "Real Estate Disputes",
|
||||
subtitle: "Property Conflicts",
|
||||
detail: "Resolution of ownership, inheritance, and possession disputes.",
|
||||
},
|
||||
title: "Real Estate Disputes", subtitle: "Property Conflicts", detail: "Resolution of ownership, inheritance, and possession disputes."},
|
||||
{
|
||||
icon: MapPin,
|
||||
title: "Boundary Issues",
|
||||
subtitle: "Land Demarcation",
|
||||
detail: "Legal remedies for boundary encroachments and surveying disputes.",
|
||||
},
|
||||
title: "Boundary Issues", subtitle: "Land Demarcation", detail: "Legal remedies for boundary encroachments and surveying disputes."},
|
||||
{
|
||||
icon: Scale,
|
||||
title: "Litigation Support",
|
||||
subtitle: "Court Representation",
|
||||
detail: "Aggressive representation in property-related court proceedings.",
|
||||
},
|
||||
title: "Litigation Support", subtitle: "Court Representation", detail: "Aggressive representation in property-related court proceedings."},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Family Law",
|
||||
description: "Sensitive and compassionate representation in family matters including divorce, custody, and inheritance.",
|
||||
bentoComponent: "3d-stack-cards",
|
||||
items: [
|
||||
title: "Family Law", description: "Sensitive and compassionate representation in family matters including divorce, custody, and inheritance.", bentoComponent: "3d-stack-cards", items: [
|
||||
{
|
||||
icon: Heart,
|
||||
title: "Divorce & Separation",
|
||||
subtitle: "Matrimonial Matters",
|
||||
detail: "Fair resolution of marital disputes and asset division.",
|
||||
},
|
||||
title: "Divorce & Separation", subtitle: "Matrimonial Matters", detail: "Fair resolution of marital disputes and asset division."},
|
||||
{
|
||||
icon: Users,
|
||||
title: "Custody & Support",
|
||||
subtitle: "Child Welfare",
|
||||
detail: "Protection of children's interests and spousal support matters.",
|
||||
},
|
||||
title: "Custody & Support", subtitle: "Child Welfare", detail: "Protection of children's interests and spousal support matters."},
|
||||
{
|
||||
icon: DollarSign,
|
||||
title: "Inheritance & Succession",
|
||||
subtitle: "Estate Planning",
|
||||
detail: "Guidance through succession laws and inheritance disputes.",
|
||||
},
|
||||
title: "Inheritance & Succession", subtitle: "Estate Planning", detail: "Guidance through succession laws and inheritance disputes."},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -180,53 +140,17 @@ export default function HomePage() {
|
||||
animationType="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Ahmed Hassan",
|
||||
handle: "@ahmed_hassan_ceo",
|
||||
testimonial: "Nexus Law Associates handled our corporate acquisition flawlessly. Their expertise in M&A and attention to detail gave us complete confidence. Highly recommended for any business legal matter.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1",
|
||||
imageAlt: "Ahmed Hassan, CEO",
|
||||
},
|
||||
id: "1", name: "Ahmed Hassan", handle: "@ahmed_hassan_ceo", testimonial: "Nexus Law Associates handled our corporate acquisition flawlessly. Their expertise in M&A and attention to detail gave us complete confidence. Highly recommended for any business legal matter.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Ahmed Hassan, CEO"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Fatima Khan",
|
||||
handle: "@fatima_khan_business",
|
||||
testimonial: "When I faced a complex property dispute, Nexus Law provided exceptional guidance and representation. They resolved my case efficiently while protecting my interests every step of the way.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg",
|
||||
imageAlt: "Fatima Khan, Business Owner",
|
||||
},
|
||||
id: "2", name: "Fatima Khan", handle: "@fatima_khan_business", testimonial: "When I faced a complex property dispute, Nexus Law provided exceptional guidance and representation. They resolved my case efficiently while protecting my interests every step of the way.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Fatima Khan, Business Owner"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Muhammad Ali",
|
||||
handle: "@m_ali_entrepreneur",
|
||||
testimonial: "Their family law expertise and compassionate approach made a difficult situation manageable. The team understood both the legal and personal aspects of my case. Exceptional service.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2",
|
||||
imageAlt: "Muhammad Ali, Entrepreneur",
|
||||
},
|
||||
id: "3", name: "Muhammad Ali", handle: "@m_ali_entrepreneur", testimonial: "Their family law expertise and compassionate approach made a difficult situation manageable. The team understood both the legal and personal aspects of my case. Exceptional service.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Muhammad Ali, Entrepreneur"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Dr. Ayesha Malik",
|
||||
handle: "@dr_ayesha_malik",
|
||||
testimonial: "As a healthcare professional, I needed specialized legal advice for my practice. Nexus Law provided strategic corporate guidance that strengthened my business. Outstanding professionals.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-doctor-uniform-hospital_23-2148733958.jpg",
|
||||
imageAlt: "Dr. Ayesha Malik, Healthcare Professional",
|
||||
},
|
||||
id: "4", name: "Dr. Ayesha Malik", handle: "@dr_ayesha_malik", testimonial: "As a healthcare professional, I needed specialized legal advice for my practice. Nexus Law provided strategic corporate guidance that strengthened my business. Outstanding professionals.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-doctor-uniform-hospital_23-2148733958.jpg", imageAlt: "Dr. Ayesha Malik, Healthcare Professional"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Hassan Ibrahim",
|
||||
handle: "@hassan_ibrahim_investor",
|
||||
testimonial: "I've used Nexus Law for multiple contract negotiations. Their meticulous attention to protecting my interests is unparalleled. They are my go-to legal partner.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3",
|
||||
imageAlt: "Hassan Ibrahim, Investor",
|
||||
},
|
||||
id: "5", name: "Hassan Ibrahim", handle: "@hassan_ibrahim_investor", testimonial: "I've used Nexus Law for multiple contract negotiations. Their meticulous attention to protecting my interests is unparalleled. They are my go-to legal partner.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Hassan Ibrahim, Investor"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Saira Ahmed",
|
||||
handle: "@saira_ahmed_founder",
|
||||
testimonial: "When starting my business, I needed comprehensive legal guidance. Nexus Law's team provided everything from entity formation to employment contracts. Professional excellence throughout.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg",
|
||||
imageAlt: "Saira Ahmed, Founder",
|
||||
},
|
||||
id: "6", name: "Saira Ahmed", handle: "@saira_ahmed_founder", testimonial: "When starting my business, I needed comprehensive legal guidance. Nexus Law's team provided everything from entity formation to employment contracts. Professional excellence throughout.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg", imageAlt: "Saira Ahmed, Founder"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -240,4 +164,4 @@ export default function HomePage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user