diff --git a/src/app/page.tsx b/src/app/page.tsx index e767d4f..4f5600b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,21 +33,13 @@ export default function LandingPage() { @@ -59,53 +51,35 @@ export default function LandingPage() { description="Excellence in legal advocacy. Delivering sophisticated counsel for individuals and enterprises in the heart of Islamabad." buttons={[ { - text: "Book Consultation", - href: "#contact", - }, + text: "Book Consultation", href: "#contact"}, ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/two-businesspeople-sitting-together-checking-document-caf_23-2147876718.jpg", - imageAlt: "Legal Office Atmosphere", - }, + imageSrc: "http://img.b2bpic.net/free-photo/two-businesspeople-sitting-together-checking-document-caf_23-2147876718.jpg", imageAlt: "Legal Office Atmosphere"}, { - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-modern-woman-walking_23-2148993875.jpg", - imageAlt: "Legal Office Atmosphere", - }, + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-modern-woman-walking_23-2148993875.jpg", imageAlt: "Legal Office Atmosphere"}, { - imageSrc: "http://img.b2bpic.net/free-photo/woman-working-with-laptop-coffee-shop_53876-15993.jpg", - imageAlt: "Legal Office Atmosphere", - }, + imageSrc: "http://img.b2bpic.net/free-photo/woman-working-with-laptop-coffee-shop_53876-15993.jpg", imageAlt: "Legal Office Atmosphere"}, { - imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-with-newspaper-sitting-caf_23-2147876727.jpg", - imageAlt: "Legal Office Atmosphere", - }, + imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-with-newspaper-sitting-caf_23-2147876727.jpg", imageAlt: "Legal Office Atmosphere"}, { - imageSrc: "http://img.b2bpic.net/free-photo/still-life-office-chair-indoors_23-2151108702.jpg", - imageAlt: "Legal Office Atmosphere", - }, + imageSrc: "http://img.b2bpic.net/free-photo/still-life-office-chair-indoors_23-2151108702.jpg", imageAlt: "Legal Office Atmosphere"}, { - imageSrc: "http://img.b2bpic.net/free-photo/trendy-coffee-shop-city_53876-30302.jpg", - imageAlt: "Legal Office Atmosphere", - }, + imageSrc: "http://img.b2bpic.net/free-photo/trendy-coffee-shop-city_53876-30302.jpg", imageAlt: "Legal Office Atmosphere"}, ]} />
@@ -246,23 +162,14 @@ export default function LandingPage() {
@@ -297,25 +201,17 @@ export default function LandingPage() { { items: [ { - label: "About", - href: "#about", - }, + label: "About", href: "#about"}, { - label: "Expertise", - href: "#expertise", - }, + label: "Expertise", href: "#expertise"}, ], }, { items: [ { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, { - label: "Contact", - href: "#contact", - }, + label: "Contact", href: "#contact"}, ], }, ]} @@ -325,4 +221,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index b7afc67..14bfe99 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f5f4ef; - --card: #dad6cd; - --foreground: #2a2928; - --primary-cta: #2a2928; + --background: #f5f5f5; + --card: #ffffff; + --foreground: #1c1c1c; + --primary-cta: #1f3251; --primary-cta-text: #f5f4ef; - --secondary-cta: #ecebea; + --secondary-cta: #ffffff; --secondary-cta-text: #2a2928; - --accent: #ffffff; - --background-accent: #c6b180; + --accent: #15479c; + --background-accent: #a8cce8; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);