Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-05-12 00:23:03 +00:00

View File

@@ -12,7 +12,7 @@ import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import ProductCardFour from '@/components/sections/product/ProductCardFour';
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
import { Building, CheckCircle, Scale, Shield, Users } from "lucide-react";
import { Building, CheckCircle, FileCheck, Scale, Shield, Users } from "lucide-react";
export default function LandingPage() {
return (
@@ -32,22 +32,10 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleApple
navItems={[
{
name: "Home",
id: "#hero",
},
{
name: "About",
id: "#about",
},
{
name: "Practices",
id: "#practices",
},
{
name: "Contact",
id: "#contact",
},
{ name: "Home", id: "#hero" },
{ name: "About", id: "#about" },
{ name: "Practices", id: "#practices" },
{ name: "Contact", id: "#contact" },
]}
brandName="Gilbert Law Group"
/>
@@ -55,42 +43,17 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardCarousel
background={{
variant: "gradient-bars",
}}
background={{ variant: "gradient-bars" }}
title="Authoritative Legal Counsel in Gilbert, Arizona"
description="Providing elite business legal defense and strategic guidance for ambitious entrepreneurs and established corporations across the Valley."
buttons={[
{
text: "Consult Today",
href: "#contact",
},
]}
buttons={[{ text: "Consult Today", href: "#contact" }]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/front-view-professional-male-working-remotely_23-2148475580.jpg?_wi=1",
imageAlt: "law office desk professional",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/breakup-marriage-couple-with-divorce-certification_53876-119696.jpg?_wi=1",
imageAlt: "legal documents fountain pen",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-making-call_23-2149405900.jpg?_wi=1",
imageAlt: "modern glass law firm building",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-businesspeople-negotiating_1098-3266.jpg",
imageAlt: "lawyer professional handshake",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/famous-view-chicago-morning-usa_268835-3589.jpg",
imageAlt: "Gilbert AZ downtown sunset",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-scales-justice_23-2149776014.jpg",
imageAlt: "scales of justice law",
},
{ imageSrc: "http://img.b2bpic.net/free-photo/front-view-professional-male-working-remotely_23-2148475580.jpg", imageAlt: "law office desk professional" },
{ imageSrc: "http://img.b2bpic.net/free-photo/breakup-marriage-couple-with-divorce-certification_53876-119696.jpg", imageAlt: "legal documents fountain pen" },
{ imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-making-call_23-2149405900.jpg", imageAlt: "modern glass law firm building" },
{ imageSrc: "http://img.b2bpic.net/free-photo/cheerful-businesspeople-negotiating_1098-3266.jpg", imageAlt: "lawyer professional handshake" },
{ imageSrc: "http://img.b2bpic.net/free-photo/famous-view-chicago-morning-usa_268835-3589.jpg", imageAlt: "Gilbert AZ downtown sunset" },
{ imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-scales-justice_23-2149776014.jpg", imageAlt: "scales of justice law" }
]}
/>
</div>
@@ -108,71 +71,24 @@ export default function LandingPage() {
<div id="practices" data-section="practices">
<FeatureCardTen
textboxLayout="split"
animationType="blur-reveal"
useInvertedBackground={false}
features={[
{
title: "Business Litigation",
description: "Aggressive advocacy for commercial disputes and complex business conflicts.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/businessman-signing-contract-meeting-focus-document-clos_1163-5282.jpg",
imageAlt: "legal documents fountain pen",
},
items: [
{
icon: Scale,
text: "Trial Experience",
},
{
icon: Shield,
text: "Risk Management",
},
],
reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-professional-male-working-remotely_23-2148475580.jpg?_wi=2",
imageAlt: "legal documents fountain pen",
title: "Business Litigation", description: "Aggressive advocacy for commercial disputes and complex business conflicts.", media: { imageSrc: "http://img.b2bpic.net/free-photo/businessman-signing-contract-meeting-focus-document-clos_1163-5282.jpg", imageAlt: "legal documents fountain pen" },
items: [{ icon: Scale, text: "Trial Experience" }, { icon: Shield, text: "Risk Management" }],
reverse: false
},
{
title: "Corporate Law",
description: "Strategic guidance for formation, restructuring, and organizational governance.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/facade-modern-new-building_23-2147694757.jpg",
imageAlt: "modern glass law firm building",
},
items: [
{
icon: Building,
text: "Structure Strategy",
},
{
icon: Users,
text: "Governance Consulting",
},
],
reverse: true,
imageSrc: "http://img.b2bpic.net/free-photo/breakup-marriage-couple-with-divorce-certification_53876-119696.jpg?_wi=2",
imageAlt: "legal documents fountain pen",
title: "Corporate Law", description: "Strategic guidance for formation, restructuring, and organizational governance.", media: { imageSrc: "http://img.b2bpic.net/free-photo/facade-modern-new-building_23-2147694757.jpg", imageAlt: "modern glass law firm building" },
items: [{ icon: Building, text: "Structure Strategy" }, { icon: Users, text: "Governance Consulting" }],
reverse: true
},
{
title: "Contract Negotiation",
description: "Protecting your interests with precise, legally ironclad agreements.",
media: {
imageSrc: "http://img.b2bpic.net/free-vector/crime-punishments-icons-set_98292-6764.jpg",
imageAlt: "scales of justice law",
},
items: [
{
icon: FileCheck,
text: "Drafting Expertise",
},
{
icon: CheckCircle,
text: "Risk Assessment",
},
],
reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-making-call_23-2149405900.jpg?_wi=2",
imageAlt: "legal documents fountain pen",
},
title: "Contract Negotiation", description: "Protecting your interests with precise, legally ironclad agreements.", media: { imageSrc: "http://img.b2bpic.net/free-vector/crime-punishments-icons-set_98292-6764.jpg", imageAlt: "scales of justice law" },
items: [{ icon: FileCheck, text: "Drafting Expertise" }, { icon: CheckCircle, text: "Risk Assessment" }],
reverse: false
}
]}
title="Comprehensive Legal Practice Areas"
description="Expert representation across the full spectrum of modern business law."
@@ -185,30 +101,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
metrics={[
{
id: "m1",
value: "500+",
title: "Successful Cases",
description: "Resolved business matters",
imageSrc: "http://img.b2bpic.net/free-photo/young-man-learning-virtual-classroom_23-2149200217.jpg",
imageAlt: "law office desk professional",
},
{
id: "m2",
value: "98%",
title: "Client Satisfaction",
description: "Business retention rate",
imageSrc: "http://img.b2bpic.net/free-photo/friendly-professional-sitting-his-workplace_1098-21009.jpg",
imageAlt: "lawyer professional handshake",
},
{
id: "m3",
value: "20yr",
title: "Experience",
description: "Arizona legal practice",
imageSrc: "http://img.b2bpic.net/free-photo/shanghai-historic-architecture_649448-3624.jpg",
imageAlt: "Gilbert AZ downtown sunset",
},
{ id: "m1", value: "500+", title: "Successful Cases", description: "Resolved business matters", imageSrc: "http://img.b2bpic.net/free-photo/young-man-learning-virtual-classroom_23-2149200217.jpg", imageAlt: "law office desk professional" },
{ id: "m2", value: "98%", title: "Client Satisfaction", description: "Business retention rate", imageSrc: "http://img.b2bpic.net/free-photo/friendly-professional-sitting-his-workplace_1098-21009.jpg", imageAlt: "lawyer professional handshake" },
{ id: "m3", value: "20yr", title: "Experience", description: "Arizona legal practice", imageSrc: "http://img.b2bpic.net/free-photo/shanghai-historic-architecture_649448-3624.jpg", imageAlt: "Gilbert AZ downtown sunset" }
]}
title="Proven Results"
description="Delivering measurable value for businesses throughout Gilbert and beyond."
@@ -222,26 +117,11 @@ export default function LandingPage() {
rating={5}
author="Sarah Jenkins, CEO of TechFlow"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/senior-businessman-walking-outside-modern-office-building_1139-1079.jpg",
alt: "middle aged businessman portrait",
},
{
src: "http://img.b2bpic.net/free-photo/portrait-cheerful-sucesful-buisnesswoman-glass-building-s-background_613910-21670.jpg",
alt: "business woman portrait studio",
},
{
src: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1676.jpg",
alt: "young man professional portrait",
},
{
src: "http://img.b2bpic.net/free-photo/business-meeting-cafe_53876-94719.jpg",
alt: "mature executive male portrait",
},
{
src: "http://img.b2bpic.net/free-photo/attractive-girl-portrait-white-shirt_158595-1477.jpg",
alt: "young woman consultant headshot",
},
{ src: "http://img.b2bpic.net/free-photo/senior-businessman-walking-outside-modern-office-building_1139-1079.jpg", alt: "middle aged businessman portrait" },
{ src: "http://img.b2bpic.net/free-photo/portrait-cheerful-sucesful-buisnesswoman-glass-building-s-background_613910-21670.jpg", alt: "business woman portrait studio" },
{ src: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1676.jpg", alt: "young man professional portrait" },
{ src: "http://img.b2bpic.net/free-photo/business-meeting-cafe_53876-94719.jpg", alt: "mature executive male portrait" },
{ src: "http://img.b2bpic.net/free-photo/attractive-girl-portrait-white-shirt_158595-1477.jpg", alt: "young woman consultant headshot" }
]}
ratingAnimation="blur-reveal"
avatarsAnimation="blur-reveal"
@@ -251,57 +131,16 @@ export default function LandingPage() {
<div id="results" data-section="results">
<ProductCardFour
textboxLayout="split"
animationType="blur-reveal"
gridVariant="uniform-all-items-equal"
useInvertedBackground={true}
products={[
{
id: "p1",
name: "Commercial Dispute",
price: "High Value Settlement",
variant: "Litigation",
imageSrc: "http://img.b2bpic.net/free-photo/laptop-glass-water_1252-915.jpg",
imageAlt: "legal documents fountain pen",
},
{
id: "p2",
name: "Tech IPO",
price: "Regulatory Approval",
variant: "Corporate",
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-shot-high-rise-building-glass-facade-storm-clouds_181624-5956.jpg",
imageAlt: "modern glass law firm building",
},
{
id: "p3",
name: "Merger & Acquisition",
price: "Successfully Executed",
variant: "Corporate",
imageSrc: "http://img.b2bpic.net/free-photo/business-team-discussion-meeting-office_1262-1405.jpg",
imageAlt: "lawyer professional handshake",
},
{
id: "p4",
name: "IP Litigation",
price: "Favorable Verdict",
variant: "Litigation",
imageSrc: "http://img.b2bpic.net/free-photo/golden-scales-justice_23-2152022024.jpg",
imageAlt: "scales of justice law",
},
{
id: "p5",
name: "Start-up Funding",
price: "Successfully Negotiated",
variant: "Corporate",
imageSrc: "http://img.b2bpic.net/free-photo/agent-secure-landline-phone-call-discussing-confidential-information_482257-120043.jpg",
imageAlt: "experienced lawyer portrait",
},
{
id: "p6",
name: "Real Estate Contract",
price: "Contract Settlement",
variant: "Legal",
imageSrc: "http://img.b2bpic.net/free-photo/montreal-dusk-with-urban-skyscrapers-viewed-from-mont-royal_649448-458.jpg",
imageAlt: "Gilbert AZ downtown sunset",
},
{ id: "p1", name: "Commercial Dispute", price: "High Value Settlement", variant: "Litigation", imageSrc: "http://img.b2bpic.net/free-photo/laptop-glass-water_1252-915.jpg", imageAlt: "legal documents fountain pen" },
{ id: "p2", name: "Tech IPO", price: "Regulatory Approval", variant: "Corporate", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-shot-high-rise-building-glass-facade-storm-clouds_181624-5956.jpg", imageAlt: "modern glass law firm building" },
{ id: "p3", name: "Merger & Acquisition", price: "Successfully Executed", variant: "Corporate", imageSrc: "http://img.b2bpic.net/free-photo/business-team-discussion-meeting-office_1262-1405.jpg", imageAlt: "lawyer professional handshake" },
{ id: "p4", name: "IP Litigation", price: "Favorable Verdict", variant: "Litigation", imageSrc: "http://img.b2bpic.net/free-photo/golden-scales-justice_23-2152022024.jpg", imageAlt: "scales of justice law" },
{ id: "p5", name: "Start-up Funding", price: "Successfully Negotiated", variant: "Corporate", imageSrc: "http://img.b2bpic.net/free-photo/agent-secure-landline-phone-call-discussing-confidential-information_482257-120043.jpg", imageAlt: "experienced lawyer portrait" },
{ id: "p6", name: "Real Estate Contract", price: "Contract Settlement", variant: "Legal", imageSrc: "http://img.b2bpic.net/free-photo/montreal-dusk-with-urban-skyscrapers-viewed-from-mont-royal_649448-458.jpg", imageAlt: "Gilbert AZ downtown sunset" }
]}
title="Case Highlights"
description="Selected outcomes demonstrating our commitment to excellence."
@@ -313,21 +152,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
faqs={[
{
id: "f1",
title: "When should I hire a business lawyer?",
content: "Ideally, before starting your entity or encountering a major dispute.",
},
{
id: "f2",
title: "Do you handle contract reviews?",
content: "Yes, we specialize in drafting and reviewing all commercial agreements.",
},
{
id: "f3",
title: "Are consultations confidential?",
content: "Absolutely. Your initial case evaluation is fully protected.",
},
{ id: "f1", title: "When should I hire a business lawyer?", content: "Ideally, before starting your entity or encountering a major dispute." },
{ id: "f2", title: "Do you handle contract reviews?", content: "Yes, we specialize in drafting and reviewing all commercial agreements." },
{ id: "f3", title: "Are consultations confidential?", content: "Absolutely. Your initial case evaluation is fully protected." }
]}
title="Frequently Asked Questions"
description="Common inquiries regarding Arizona business law."
@@ -341,23 +168,10 @@ export default function LandingPage() {
title="Let's Protect Your Business"
description="Reach out to schedule a discreet and professional legal consultation."
inputs={[
{
name: "name",
type: "text",
placeholder: "Your Name",
required: true,
},
{
name: "email",
type: "email",
placeholder: "Email Address",
required: true,
},
{ name: "name", type: "text", placeholder: "Your Name", required: true },
{ name: "email", type: "email", placeholder: "Email Address", required: true }
]}
textarea={{
name: "message",
placeholder: "Tell us about your legal need",
}}
textarea={{ name: "message", placeholder: "Tell us about your legal need" }}
imageSrc="http://img.b2bpic.net/free-photo/front-view-businessman-working_23-2148242696.jpg"
imageAlt="modern law desk laptop"
/>
@@ -368,32 +182,8 @@ export default function LandingPage() {
imageSrc="http://img.b2bpic.net/free-photo/photo-stone-texture-pattern_58702-12345.jpg"
logoText="Gilbert Law Group"
columns={[
{
title: "Resources",
items: [
{
label: "Practice Areas",
href: "#practices",
},
{
label: "Case Results",
href: "#results",
},
],
},
{
title: "Legal",
items: [
{
label: "Privacy",
href: "#",
},
{
label: "Terms",
href: "#",
},
],
},
{ title: "Resources", items: [{ label: "Practice Areas", href: "#practices" }, { label: "Case Results", href: "#results" }] },
{ title: "Legal", items: [{ label: "Privacy", href: "#" }, { label: "Terms", href: "#" }] }
]}
copyrightText="© 2025 Gilbert Law Group, PLLC."
/>