Compare commits
29 Commits
version_5
...
version_12
| Author | SHA1 | Date | |
|---|---|---|---|
| 433931dd71 | |||
| 14229e3ae8 | |||
| 960366da2f | |||
| 0069097101 | |||
| 643833acb7 | |||
| e00d34f20f | |||
| 20d656c326 | |||
| 7890f93221 | |||
| 8e3493c335 | |||
| ead9e7ece4 | |||
| d7341b1b5b | |||
| 83dec13e98 | |||
| 1772d15b23 | |||
| 67be32fabe | |||
| cc4b5de67b | |||
| 97d825dd57 | |||
| f91dcee3a3 | |||
| 5b7ec75c7f | |||
| c83d0aabd9 | |||
| 3ecd18f274 | |||
| e36efad300 | |||
| 143d25b604 | |||
| dc756369c1 | |||
| 69935a4e57 | |||
| f36c5c0409 | |||
| d25cb10aa7 | |||
| b02e3eb670 | |||
| 01243f8ed3 | |||
| 146f24c5ee |
@@ -7,6 +7,11 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
import { getVisualEditScript } from "@/utils/visual-edit-script";
|
||||
import { Libre_Baskerville } from "next/font/google";
|
||||
import { Inter_Tight } from "next/font/google";
|
||||
import { Mulish } from "next/font/google";
|
||||
import { DM_Sans } from "next/font/google";
|
||||
import { Montserrat } from "next/font/google";
|
||||
import { Lato } from "next/font/google";
|
||||
|
||||
|
||||
|
||||
@@ -40,14 +45,15 @@ export const metadata: Metadata = {
|
||||
},
|
||||
};
|
||||
|
||||
const libreBaskerville = Libre_Baskerville({
|
||||
variable: "--font-libre-baskerville",
|
||||
subsets: ["latin"],
|
||||
weight: ["400", "700"],
|
||||
});
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
const lato = Lato({
|
||||
variable: "--font-lato",
|
||||
subsets: ["latin"],
|
||||
weight: ["100", "300", "400", "700", "900"],
|
||||
});
|
||||
|
||||
export default function RootLayout({
|
||||
@@ -58,7 +64,7 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${libreBaskerville.variable} ${inter.variable} antialiased`}>
|
||||
<body className={`${lato.variable} antialiased`}>
|
||||
<Tag />
|
||||
{children}
|
||||
<script
|
||||
|
||||
@@ -72,8 +72,8 @@ export default function LandingPage() {
|
||||
{
|
||||
text: "Solicită o Consultație Privată", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/white-light-stripes_23-2147798924.jpg"
|
||||
imageAlt="Abstract 3D scales of justice with light blue glow"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/lawyer-working-private-office_23-2151069677.jpg"
|
||||
imageAlt="Lawyer working in a private office with scales of justice on the table"
|
||||
showDimOverlay={true}
|
||||
showBlur={true}
|
||||
avatars={[
|
||||
@@ -118,7 +118,7 @@ export default function LandingPage() {
|
||||
title: "Gestionarea Complexității Emoționale", description: "Ne confruntăm cu clienți în suferință, traume severe (inclusiv copii) și tensiuni agravate de proces. Provocarea: Cum rămâi profesionist fără să devii insensibil?", buttonIcon: Shield,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/digital-art-style-mental-health-day-awareness-illustration_23-2151813272.jpg", imageAlt: "Simbol pentru protecție legală"},
|
||||
{
|
||||
title: "Relația cu Clientul (Așteptări vs. Realitate)", description: "Client: „Vreau custodie exclusivă!”, „Vreau ordin de protecție imediat!”. Realitate: Instanța ia în considerare interesul superior al copilului, nu doar dorințele părinților. Probele sunt esențiale, iar procedurile cer timp. Abilități: Negociere, comunicare empatică, fermitate și claritate.", buttonIcon: Handshake,
|
||||
title: "Relația cu Clientul (Așteptări vs. Realitate)", description: "Client: „Vreau custodie exclusivă!", „Vreau ordin de protecție imediat!". Realitate: Instanța ia în considerare interesul superior al copilului, nu doar dorințele părinților. Probele sunt esențiale, iar procedurile cer timp. Abilități: Negociere, comunicare empatică, fermitate și claritate.", buttonIcon: Handshake,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-people-shaking-hands-agreement_53876-20835.jpg", imageAlt: "Simbol pentru înțelegere și negociere"},
|
||||
{
|
||||
title: "Efortul Administrativ Imens (Munca Invizibilă)", description: "Redactarea cererilor detaliate, strângerea de documente (rapoarte, adeverințe), contactul cu DGASPC, școli, poliție. Munca de la birou este adesea mai dificilă decât pledoaria în instanță.", buttonIcon: ClipboardList,
|
||||
|
||||
@@ -11,7 +11,7 @@ html {
|
||||
body {
|
||||
background-color: var(--background);
|
||||
color: var(--foreground);
|
||||
font-family: var(--font-inter), sans-serif;
|
||||
font-family: var(--font-lato), sans-serif;
|
||||
position: relative;
|
||||
min-height: 100vh;
|
||||
overscroll-behavior: none;
|
||||
@@ -24,5 +24,5 @@ h3,
|
||||
h4,
|
||||
h5,
|
||||
h6 {
|
||||
font-family: var(--font-libre-baskerville), serif;
|
||||
font-family: var(--font-lato), sans-serif;
|
||||
}
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #f5f4f0;
|
||||
--card: #ffffff;
|
||||
--foreground: #1a1a1a;
|
||||
--primary-cta: #2c2c2c;
|
||||
--background: #0a0a0a;
|
||||
--card: #080808;
|
||||
--foreground: #ffffffe6;
|
||||
--primary-cta: #e6e6e6;
|
||||
--primary-cta-text: #0a0a0a;
|
||||
--secondary-cta: #f5f4f0;
|
||||
--secondary-cta-text: #f0f8ffe6;
|
||||
--accent: #8a8a8a;
|
||||
--background-accent: #e8e6e1;
|
||||
--secondary-cta: #1a1a1a;
|
||||
--secondary-cta-text: #ffffffe6;
|
||||
--accent: #737373;
|
||||
--background-accent: #737373;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user