Update src/app/page.tsx
This commit is contained in:
@@ -11,7 +11,7 @@ import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import { Briefcase, Crown, Gavel, Globe, Handcuff, Heart, Home, Scale, Sparkles, Trophy, Users } from "lucide-react";
|
||||
import { Briefcase, Crown, Gavel, Globe, Heart, Home, Scale, Shield, Sparkles, Trophy, Users } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -63,7 +63,7 @@ export default function LandingPage() {
|
||||
{ text: "Explore Services", href: "#services" },
|
||||
{ text: "Get a Consultation", href: "#contact" }
|
||||
]}
|
||||
buttonAnimation="entrance-slide"
|
||||
buttonAnimation="hover-magnetic"
|
||||
/>
|
||||
</div>
|
||||
<div id="about" data-section="about">
|
||||
@@ -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?_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: "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: "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?_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: Handcuff }
|
||||
{ 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 }
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
|
||||
Reference in New Issue
Block a user