diff --git a/src/app/page.tsx b/src/app/page.tsx
index fbfc608..c764f1a 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -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() {
@@ -55,42 +43,17 @@ export default function LandingPage() {
@@ -108,71 +71,24 @@ export default function LandingPage() {
@@ -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."
/>