Merge version_1 into main #2
213
src/app/page.tsx
213
src/app/page.tsx
@@ -30,26 +30,11 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Expertise",
|
||||
id: "expertise",
|
||||
},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "faq",
|
||||
},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Expertise", id: "expertise" },
|
||||
{ name: "FAQ", id: "faq" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Gray Injury Law"
|
||||
/>
|
||||
@@ -57,47 +42,21 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardGallery
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Recovering Results for New York Accident Victims"
|
||||
description="With over $300 million recovered, Gray Injury Law provides the patience, kindness, and relentless advocacy you deserve."
|
||||
tag="Trusted NYC Legal Counsel"
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Case Evaluation",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
text: "Learn About Our Results",
|
||||
href: "#about",
|
||||
},
|
||||
{ text: "Get Case Evaluation", href: "#contact" },
|
||||
{ text: "Learn About Our Results", href: "#about" },
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-walking-with-colleague-outside-office-building_107420-74361.jpg",
|
||||
imageAlt: "NYC Law Office",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/serious-businessman-sitting-office-reading-business-reports-there-are-people-background_637285-218.jpg",
|
||||
imageAlt: "Legal Consultation",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/office-working-desktop-xa_1421-574.jpg",
|
||||
imageAlt: "Legal Justice",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/new-york-city-skyscrapers-rooftop-urban-view_649448-2844.jpg",
|
||||
imageAlt: "NYC Skyline",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businesspeople-using-mobile-phone-digital-tablet_107420-84855.jpg",
|
||||
imageAlt: "Office Setting",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-partners-watching-discussing-project-presentation-meeting_74855-7981.jpg",
|
||||
imageAlt: "Legal Team",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/businessman-walking-with-colleague-outside-office-building_107420-74361.jpg", imageAlt: "NYC Law Office" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/serious-businessman-sitting-office-reading-business-reports-there-are-people-background_637285-218.jpg", imageAlt: "Legal Consultation" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/office-working-desktop-xa_1421-574.jpg", imageAlt: "Legal Justice" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/new-york-city-skyscrapers-rooftop-urban-view_649448-2844.jpg", imageAlt: "NYC Skyline" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/businesspeople-using-mobile-phone-digital-tablet_107420-84855.jpg", imageAlt: "Office Setting" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/business-partners-watching-discussing-project-presentation-meeting_74855-7981.jpg", imageAlt: "Legal Team" },
|
||||
]}
|
||||
mediaAnimation="blur-reveal"
|
||||
/>
|
||||
@@ -108,21 +67,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Our Commitment to You"
|
||||
metrics={[
|
||||
{
|
||||
icon: Award,
|
||||
label: "Recovered for Clients",
|
||||
value: "$300M+",
|
||||
},
|
||||
{
|
||||
icon: Heart,
|
||||
label: "Cases Handled",
|
||||
value: "1000s",
|
||||
},
|
||||
{
|
||||
icon: Scale,
|
||||
label: "Dedicated Lawyers",
|
||||
value: "Expert",
|
||||
},
|
||||
{ icon: Award, label: "Recovered for Clients", value: "$300M+" },
|
||||
{ icon: Heart, label: "Cases Handled", value: "1000s" },
|
||||
{ icon: Scale, label: "Dedicated Lawyers", value: "Expert" },
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -130,24 +77,13 @@ export default function LandingPage() {
|
||||
|
||||
<div id="expertise" data-section="expertise">
|
||||
<FeatureHoverPattern
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
icon: ShieldCheck,
|
||||
title: "No-Fault Reality",
|
||||
description: "Basic medical and lost wages covered, but pain and suffering often require more.",
|
||||
},
|
||||
{
|
||||
icon: AlertTriangle,
|
||||
title: "Serious Injury Threshold",
|
||||
description: "Ensuring your case meets NY Insurance Law § 5102(d) for fair compensation.",
|
||||
},
|
||||
{
|
||||
icon: Activity,
|
||||
title: "Qualifying Injuries",
|
||||
description: "Assistance with TBI, fractures, and the 90/180-day rule daily task limitations.",
|
||||
},
|
||||
{ icon: ShieldCheck, title: "No-Fault Reality", description: "Basic medical and lost wages covered, but pain and suffering often require more." },
|
||||
{ icon: AlertTriangle, title: "Serious Injury Threshold", description: "Ensuring your case meets NY Insurance Law § 5102(d) for fair compensation." },
|
||||
{ icon: Activity, title: "Qualifying Injuries", description: "Assistance with TBI, fractures, and the 90/180-day rule daily task limitations." },
|
||||
]}
|
||||
title="Understanding Your Rights"
|
||||
description="Navigating the New York legal landscape after an injury requires clear guidance."
|
||||
@@ -159,21 +95,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "What is the serious injury threshold?",
|
||||
content: "It is the standard defined under NY Insurance Law to qualify for non-economic damages like pain and suffering.",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "What is the 90/180 day rule?",
|
||||
content: "If you are unable to perform daily tasks for at least 90 of the first 180 days following your accident, you may qualify.",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Why call Gray Injury Law?",
|
||||
content: "We combine decades of experience with a philosophy that every client is an individual, never just a case number.",
|
||||
},
|
||||
{ id: "1", title: "What is the serious injury threshold?", content: "It is the standard defined under NY Insurance Law to qualify for non-economic damages like pain and suffering." },
|
||||
{ id: "2", title: "What is the 90/180 day rule?", content: "If you are unable to perform daily tasks for at least 90 of the first 180 days following your accident, you may qualify." },
|
||||
{ id: "3", title: "Why call Gray Injury Law?", content: "We combine decades of experience with a philosophy that every client is an individual, never just a case number." },
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Common questions regarding personal injury law in NYC."
|
||||
@@ -188,46 +112,11 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Johnson",
|
||||
role: "Client",
|
||||
company: "NYC Resident",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-paramedic-standing-rear-ambulance-paramedics-by-ambulance-two-paramedics-coming-out-from-ambulance_657921-1433.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Chen",
|
||||
role: "Client",
|
||||
company: "Manhattan",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-black-man-with-crossed-arms-wearing-wool-suit_613910-1866.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Rodriguez",
|
||||
role: "Client",
|
||||
company: "Brooklyn",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-pretty-mulatto-woman-with-trendy-make-up-standing-with-arms-crossed-office-indoor-photo-female-black-employee-posing-with-international-colleagues-gently-smile_197531-3788.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Kim",
|
||||
role: "Client",
|
||||
company: "Queens",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-business-lady-showing-thumb-up_1262-2980.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Robert Miller",
|
||||
role: "Client",
|
||||
company: "Bronx",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-business-lady-showing-thumb-up_1262-2980.jpg?_wi=2",
|
||||
},
|
||||
{ id: "1", name: "Sarah Johnson", role: "Client", company: "NYC Resident", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-man-paramedic-standing-rear-ambulance-paramedics-by-ambulance-two-paramedics-coming-out-from-ambulance_657921-1433.jpg" },
|
||||
{ id: "2", name: "Michael Chen", role: "Client", company: "Manhattan", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-black-man-with-crossed-arms-wearing-wool-suit_613910-1866.jpg" },
|
||||
{ id: "3", name: "Emily Rodriguez", role: "Client", company: "Brooklyn", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-pretty-mulatto-woman-with-trendy-make-up-standing-with-arms-crossed-office-indoor-photo-female-black-employee-posing-with-international-colleagues-gently-smile_197531-3788.jpg" },
|
||||
{ id: "4", name: "David Kim", role: "Client", company: "Queens", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-business-lady-showing-thumb-up_1262-2980.jpg" },
|
||||
{ id: "5", name: "Robert Miller", role: "Client", company: "Bronx", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-business-lady-showing-thumb-up_1262-2980.jpg" },
|
||||
]}
|
||||
title="Client Stories"
|
||||
description="Kindness, patience, and results—what our clients say."
|
||||
@@ -237,17 +126,12 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Take the First Step"
|
||||
title="Speak With Us Today"
|
||||
description="If you believe your injury meets the serious injury threshold, call (646) 516-1465 for a confidential, no-obligation case evaluation."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call (646) 516-1465",
|
||||
href: "tel:6465161465",
|
||||
},
|
||||
{ text: "Call (646) 516-1465", href: "tel:6465161465" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -257,42 +141,21 @@ export default function LandingPage() {
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Expertise",
|
||||
href: "#expertise",
|
||||
},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
{ label: "About", href: "#about" },
|
||||
{ label: "Expertise", href: "#expertise" },
|
||||
{ label: "FAQ", href: "#faq" },
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
label: "Call (646) 516-1465",
|
||||
href: "tel:6465161465",
|
||||
},
|
||||
{ label: "Contact", href: "#contact" },
|
||||
{ label: "Call (646) 516-1465", href: "tel:6465161465" },
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user