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