Update src/app/page.tsx
This commit is contained in:
@@ -83,12 +83,12 @@ export default function LandingPage() {
|
||||
title="Our Areas of Expertise"
|
||||
description="At Lex Hispania, we offer a comprehensive range of legal services tailored to your specific needs, ensuring expert guidance and representation in every step of your legal journey."
|
||||
features={[
|
||||
{ title: "Family Law", description: "Navigating family matters with sensitivity and expertise, from divorce to child custody.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-ordering-restaurant_23-2149930180.jpg", imageAlt: "Family law discussion", buttonIcon: Heart },
|
||||
{ title: "Business Legal", description: "Providing robust legal support for businesses, ensuring compliance and growth.", imageSrc: "http://img.b2bpic.net/free-photo/cropped-shot-two-businesspeople-working-with-documents_74855-2729.jpg", imageAlt: "Business partners signing contract", buttonIcon: Briefcase },
|
||||
{ title: "Family Law", description: "Navigating family matters with sensitivity and expertise, from divorce to child custody.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-ordering-restaurant_23-2149930180.jpg?_wi=1", imageAlt: "Family law discussion", buttonIcon: Heart },
|
||||
{ title: "Business Legal", description: "Providing robust legal support for businesses, ensuring compliance and growth.", imageSrc: "http://img.b2bpic.net/free-photo/cropped-shot-two-businesspeople-working-with-documents_74855-2729.jpg?_wi=1", imageAlt: "Business partners signing contract", buttonIcon: Briefcase },
|
||||
{ title: "Immigration Support", description: "Assisting with visas, residency, and citizenship applications for a smooth transition.", imageSrc: "http://img.b2bpic.net/free-photo/woman-registering-vote-united-states_23-2149096725.jpg", imageAlt: "Person showing passport for immigration", buttonIcon: Globe },
|
||||
{ title: "Real Estate Law", description: "Expert advice on property transactions, disputes, and investments in Spain.", imageSrc: "http://img.b2bpic.net/free-photo/signing-agreement-meeting-with-realtor-couple-buying-renting-apartment_1163-4179.jpg", imageAlt: "House keys and real estate contract", buttonIcon: Home },
|
||||
{ title: "Civil Litigation", description: "Representing clients in various civil disputes, from contracts to personal injury.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-ordering-restaurant_23-2149930180.jpg", imageAlt: "Legal discussion in office", buttonIcon: Scale },
|
||||
{ title: "Criminal Defense", description: "Providing diligent and strategic defense for those facing criminal charges.", imageSrc: "http://img.b2bpic.net/free-photo/cropped-shot-two-businesspeople-working-with-documents_74855-2729.jpg", imageAlt: "Courtroom setting", buttonIcon: Shield }
|
||||
{ title: "Civil Litigation", description: "Representing clients in various civil disputes, from contracts to personal injury.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-ordering-restaurant_23-2149930180.jpg?_wi=2", imageAlt: "Legal discussion in office", buttonIcon: Scale },
|
||||
{ title: "Criminal Defense", description: "Providing diligent and strategic defense for those facing criminal charges.", imageSrc: "http://img.b2bpic.net/free-photo/cropped-shot-two-businesspeople-working-with-documents_74855-2729.jpg?_wi=2", imageAlt: "Courtroom setting", buttonIcon: Shield }
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
|
||||
Reference in New Issue
Block a user