13 Commits

Author SHA1 Message Date
e771c6c862 Update src/app/page.tsx 2026-03-08 22:10:53 +00:00
9dafc4e2ee Merge version_6 into main
Merge version_6 into main
2026-03-08 22:03:11 +00:00
71033d0bc4 Update src/app/page.tsx 2026-03-08 22:03:07 +00:00
890bc9f142 Merge version_6 into main
Merge version_6 into main
2026-03-08 22:02:26 +00:00
58835ec370 Update src/app/page.tsx 2026-03-08 22:02:22 +00:00
d57e34d772 Switch to version 1: modified src/app/styles/variables.css 2026-03-08 21:52:15 +00:00
ef3bd86ea4 Switch to version 1: modified src/app/page.tsx 2026-03-08 21:52:15 +00:00
29bd6d4576 Merge version_5 into main
Merge version_5 into main
2026-03-08 21:51:50 +00:00
4d73402efd Update src/app/page.tsx 2026-03-08 21:51:46 +00:00
cb160288f4 Merge version_5 into main
Merge version_5 into main
2026-03-08 21:50:59 +00:00
ff28dc9887 Update src/app/styles/variables.css 2026-03-08 21:50:55 +00:00
0d7e68c9ce Update src/app/page.tsx 2026-03-08 21:50:55 +00:00
871fa59e44 Merge version_1 into main
Merge version_1 into main
2026-03-08 21:22:35 +00:00

View File

@@ -8,10 +8,10 @@ import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaA
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
import BlogCardThree from '@/components/sections/blog/BlogCardThree';
import TeamCardTen from '@/components/sections/team/TeamCardTen';
import ContactText from '@/components/sections/contact/ContactText';
import FooterSimple from '@/components/sections/footer/FooterSimple';
import { ArrowRight, Shield, Briefcase, CheckCircle, HelpCircle, Quote, Star } from 'lucide-react';
import { ArrowRight, Shield, Briefcase, CheckCircle, HelpCircle, Quote, Star, Users } from 'lucide-react';
export default function LandingPage() {
return (
@@ -33,7 +33,7 @@ export default function LandingPage() {
navItems={[
{ name: "Practice Areas", id: "practice-areas" },
{ name: "Why Us", id: "why-us" },
{ name: "Testimonials", id: "testimonials" },
{ name: "Team", id: "team" },
{ name: "Contact", id: "contact" }
]}
button={{ text: "Call Now: (833) 647-4277", href: "tel:+18336474277" }}
@@ -142,6 +142,25 @@ export default function LandingPage() {
/>
</div>
<div id="team" data-section="team">
<TeamCardTen
title="Meet Our Team"
tag="Our Attorneys"
tagAnimation="slide-up"
membersAnimation="slide-up"
members={[
{
id: "1", name: "Owner", imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-black-man-wool-suit_613910-15972.jpg?_wi=1", imageAlt: "Law firm owner"
},
{
id: "2", name: "Lead Attorney", imageSrc: "http://img.b2bpic.net/free-photo/blond-business-woman-suit-with-tablet_23-2148095682.jpg?_wi=1", imageAlt: "Lead attorney"
}
]}
memberVariant="default"
useInvertedBackground={false}
/>
</div>
<div id="consultation-process" data-section="consultation-process">
<FaqSplitMedia
title="Our Free Consultation Process"
@@ -173,33 +192,6 @@ export default function LandingPage() {
/>
</div>
<div id="testimonials" data-section="testimonials">
<BlogCardThree
title="Client Success Stories"
description="Real clients sharing their experiences working with our firm and the results we achieved for them."
tag="Testimonials"
tagIcon={Quote}
blogs={[
{
id: "1", category: "Car Accident", title: "Listened in the Most Respectable Manner", excerpt: "Leo Zeitoune shares how our team provided respectful, attentive representation and achieved excellent results on his case.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-black-man-wool-suit_613910-15972.jpg?_wi=2", imageAlt: "Client testimonial", authorName: "Leo Zeitoune", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-bearded-black-man-wool-suit_613910-15972.jpg", date: "Recent Client"
},
{
id: "2", category: "Personal Injury", title: "Great Communication and Clear Explanations", excerpt: "Tiffany Breaux highlights the importance of clear communication and highly recommends our services to others seeking legal help.", imageSrc: "http://img.b2bpic.net/free-photo/blond-business-woman-suit-with-tablet_23-2148095682.jpg?_wi=2", imageAlt: "Client testimonial", authorName: "Tiffany Breaux", authorAvatar: "http://img.b2bpic.net/free-photo/blond-business-woman-suit-with-tablet_23-2148095682.jpg", date: "Recent Client"
},
{
id: "3", category: "Accident Settlement", title: "Recovered Maximum Compensation", excerpt: "David Martinez was impressed with the strategic approach and negotiation skills that resulted in a favorable settlement for his family.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-good-looking-businessman-with-black-tie_1139-406.jpg?_wi=2", imageAlt: "Client testimonial", authorName: "David Martinez", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-good-looking-businessman-with-black-tie_1139-406.jpg", date: "Recent Client"
},
{
id: "4", category: "Medical Malpractice", title: "Compassionate and Professional Representation", excerpt: "Jennifer Thompson appreciated the firm's empathy and professionalism throughout her medical malpractice claim process.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-posing-indoors_23-2149915935.jpg?_wi=2", imageAlt: "Client testimonial", authorName: "Jennifer Thompson", authorAvatar: "http://img.b2bpic.net/free-photo/medium-shot-woman-posing-indoors_23-2149915935.jpg", date: "Recent Client"
}
]}
textboxLayout="default"
useInvertedBackground={true}
animationType="slide-up"
tagAnimation="slide-up"
/>
</div>
<div id="contact" data-section="contact">
<ContactText
text="Ready to Discuss Your Case? Contact our Miami personal injury attorneys today. Call now for your free consultation."
@@ -228,7 +220,7 @@ export default function LandingPage() {
title: "Company", items: [
{ label: "About Us", href: "#about" },
{ label: "Why Choose Us", href: "#why-us" },
{ label: "Testimonials", href: "#testimonials" },
{ label: "Our Team", href: "#team" },
{ label: "Contact", href: "#contact" }
]
},