diff --git a/src/app/page.tsx b/src/app/page.tsx index 89fa4c7..9d3d65c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,45 +32,23 @@ export default function LandingPage() {
@@ -82,20 +60,11 @@ export default function LandingPage() { title="Why Choose MYLEGALWIN?" description="We combine local legal expertise with a modern approach to ensure your interests are protected efficiently." bulletPoints={[ - { - title: "Expertise", - description: "Years of experience in Moroccan commercial and civil law.", - }, - { - title: "Efficiency", - description: "Swift resolution of legal matters with proactive solutions.", - }, - { - title: "Trust", - description: "Transparent communication and client-centered approach.", - }, + { title: "Expertise", description: "Years of experience in Moroccan commercial and civil law." }, + { title: "Efficiency", description: "Swift resolution of legal matters with proactive solutions." }, + { title: "Trust", description: "Transparent communication and client-centered approach." }, ]} - imageSrc="http://img.b2bpic.net/free-photo/laptop-mallet-table_93675-130721.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/laptop-mallet-table_93675-130721.jpg" imageAlt="Lawyer professional meeting table" /> @@ -107,28 +76,13 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Business Law", - description: "Assisting entrepreneurs and companies with compliance and governance.", - bentoComponent: "reveal-icon", - icon: Briefcase, - imageSrc: "http://img.b2bpic.net/free-photo/curtain-wall-building_400718-1.jpg", - imageAlt: "Curtain wall building", + title: "Business Law", description: "Assisting entrepreneurs and companies with compliance and governance.", bentoComponent: "reveal-icon", icon: Briefcase, }, { - title: "Real Estate Law", - description: "Handling property transactions, contracts, and disputes.", - bentoComponent: "reveal-icon", - icon: Building, - imageSrc: "http://img.b2bpic.net/free-photo/modern-office-building-against-blue-sky_23-2148139873.jpg?_wi=2", - imageAlt: "Curtain wall building", + title: "Real Estate Law", description: "Handling property transactions, contracts, and disputes.", bentoComponent: "reveal-icon", icon: Building, }, { - title: "Tax Advisory", - description: "Navigating fiscal regulations and optimization for your business.", - bentoComponent: "reveal-icon", - icon: TrendingUp, - imageSrc: "http://img.b2bpic.net/free-photo/laptop-mallet-table_93675-130721.jpg?_wi=2", - imageAlt: "Curtain wall building", + title: "Tax Advisory", description: "Navigating fiscal regulations and optimization for your business.", bentoComponent: "reveal-icon", icon: TrendingUp, }, ]} title="Our Legal Services" @@ -143,27 +97,9 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={true} metrics={[ - { - id: "m1", - value: "500+", - title: "Cases Won", - description: "Successfully resolved legal matters.", - icon: Award, - }, - { - id: "m2", - value: "250+", - title: "Business Partners", - description: "Companies served and counting.", - icon: Briefcase, - }, - { - id: "m3", - value: "98%", - title: "Client Satisfaction", - description: "Consistently exceeding expectations.", - icon: Star, - }, + { id: "m1", value: "500+", title: "Cases Won", description: "Successfully resolved legal matters.", icon: Award }, + { id: "m2", value: "250+", title: "Business Partners", description: "Companies served and counting.", icon: Briefcase }, + { id: "m3", value: "98%", title: "Client Satisfaction", description: "Consistently exceeding expectations.", icon: Star }, ]} title="Our Impact in Numbers" description="We are proud of the results we achieve for our clients every day." @@ -174,31 +110,11 @@ export default function LandingPage() { @@ -253,9 +150,7 @@ export default function LandingPage() {