Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5fab1cf982 | |||
| 5bff06f8f3 | |||
| aa0b42d998 | |||
| b96cc241d1 | |||
| bb293f3b55 |
@@ -1,58 +1,20 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import { Roboto } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const halant = Halant({
|
||||
variable: "--font-halant", subsets: ["latin"],
|
||||
weight: ["300", "400", "500", "600", "700"],
|
||||
});
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter", subsets: ["latin"],
|
||||
});
|
||||
|
||||
const roboto = Roboto({
|
||||
variable: "--font-roboto", subsets: ["latin"],
|
||||
weight: ["100", "300", "400", "500", "700", "900"],
|
||||
});
|
||||
const inter = Inter({ subsets: ["latin"] });
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "SOONRICH Law | Premium Legal Counsel for High-Net-Worth Clients", description: "Strategic legal representation for entrepreneurs and executives. M&A, wealth management, and high-stakes litigation from a boutique law firm serving those building empires.", keywords: "law firm, luxury legal counsel, M&A, corporate law, wealth management, litigation, legal services", metadataBase: new URL("https://soonrichlaw.com"),
|
||||
alternates: {
|
||||
canonical: "https://soonrichlaw.com"},
|
||||
openGraph: {
|
||||
title: "SOONRICH Law | Strategic Legal Counsel", description: "Premium legal representation for discerning clients building empires.", url: "https://soonrichlaw.com", siteName: "SOONRICH Law", type: "website", images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/warm-lighting-drawer-row-blue-fronts_169016-68933.jpg", alt: "SOONRICH Law office"},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image", title: "SOONRICH Law | Strategic Legal Counsel", description: "Premium legal representation for high-net-worth individuals and corporate executives.", images: ["http://img.b2bpic.net/free-photo/warm-lighting-drawer-row-blue-fronts_169016-68933.jpg"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
};
|
||||
title: "SOONRICH LAW | Premium Legal Counsel", description: "Strategic legal representation for those building empires. Transform complexity into clarity, risk into opportunity."};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
}: {
|
||||
children: React.ReactNode;
|
||||
}>) {
|
||||
}) {
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} ${roboto.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
|
||||
<html lang="en">
|
||||
<body className={inter.className}>{children}
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
__html: `
|
||||
@@ -1420,7 +1382,6 @@ export default function RootLayout({
|
||||
}}
|
||||
/>
|
||||
</body>
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
|
||||
@@ -79,13 +79,16 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Mergers & Acquisitions", description: "Navigate complex corporate transactions with strategic precision, ensuring favorable terms and seamless integration across all stakeholders.", imageSrc: "http://img.b2bpic.net/free-photo/business-people-meeting_53876-15137.jpg?_wi=1", imageAlt: "Corporate M&A negotiation session"},
|
||||
title: "Mergers & Acquisitions", description: "Navigate complex corporate transactions with strategic precision, ensuring favorable terms and seamless integration across all stakeholders.", imageSrc: "http://img.b2bpic.net/free-photo/business-people-meeting_53876-15137.jpg?_wi=1", imageAlt: "Corporate M&A negotiation session"
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Wealth Management & Estate Planning", description: "Protect and optimize your assets through sophisticated legal structures, tax strategies, and succession planning tailored to your vision.", imageSrc: "http://img.b2bpic.net/free-photo/business-people-meeting_53876-15137.jpg?_wi=2", imageAlt: "Wealth strategy consultation"},
|
||||
title: "Wealth Management & Estate Planning", description: "Protect and optimize your assets through sophisticated legal structures, tax strategies, and succession planning tailored to your vision.", imageSrc: "http://img.b2bpic.net/free-photo/business-people-meeting_53876-15137.jpg?_wi=2", imageAlt: "Wealth strategy consultation"
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "High-Stakes Litigation", description: "Defend your interests with aggressive advocacy and strategic foresight, turning legal challenges into competitive advantages.", imageSrc: "http://img.b2bpic.net/free-photo/business-people-meeting_53876-15137.jpg?_wi=3", imageAlt: "Litigation strategy session"},
|
||||
title: "High-Stakes Litigation", description: "Defend your interests with aggressive advocacy and strategic foresight, turning legal challenges into competitive advantages.", imageSrc: "http://img.b2bpic.net/free-photo/business-people-meeting_53876-15137.jpg?_wi=3", imageAlt: "Litigation strategy session"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -98,13 +101,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Victoria Chen", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Victoria Chen, CEO of TechForward Ventures"},
|
||||
id: "1", name: "Victoria Chen", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Victoria Chen, CEO of TechForward Ventures"
|
||||
},
|
||||
{
|
||||
id: "2", name: "James Richardson", imageSrc: "http://img.b2bpic.net/free-photo/business-lady-looking-copyspace-with-interest_1262-2957.jpg", imageAlt: "James Richardson, Founder of Richardson Capital"},
|
||||
id: "2", name: "James Richardson", imageSrc: "http://img.b2bpic.net/free-photo/business-lady-looking-copyspace-with-interest_1262-2957.jpg", imageAlt: "James Richardson, Founder of Richardson Capital"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Sophie Marchand", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Sophie Marchand, CMO of Luxury Collective"},
|
||||
id: "3", name: "Sophie Marchand", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Sophie Marchand, CMO of Luxury Collective"
|
||||
},
|
||||
{
|
||||
id: "4", name: "David Morrison", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "David Morrison, Managing Director of Elite Advisors"},
|
||||
id: "4", name: "David Morrison", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "David Morrison, Managing Director of Elite Advisors"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -122,7 +129,8 @@ export default function LandingPage() {
|
||||
mediaPosition="right"
|
||||
inputPlaceholder="your@email.com"
|
||||
buttonText="Request Consultation"
|
||||
termsText="We respect your privacy and will respond within 24 hours. Your inquiry is treated with complete confidentiality."
|
||||
termsText="We respect your privacy and will respond within 24 hours. Your inquiry is treated with complete confidentiality. 100% Confidential Consultation."
|
||||
termsClassName="text-sm text-gray-600 dark:text-gray-400"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user