diff --git a/src/app/page.tsx b/src/app/page.tsx
index 360452b..9df8331 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -1,6 +1,6 @@
"use client"
-import { Anchor, Award, Sparkles, Zap } from "lucide-react";
+import { Anchor, Award, Sparkles, Zap, Phone, MapPin, Mail, Star, Users, Shield, Waves } from "lucide-react";
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import HeroLogo from '@/components/sections/hero/HeroLogo';
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
@@ -45,7 +45,7 @@ export default function LandingPage() {
@@ -72,7 +72,7 @@ export default function LandingPage() {
+
+
+
@@ -194,16 +223,16 @@ export default function LandingPage() {
title: "Company", items: [
{ label: "About Us", href: "#about" },
{ label: "Our Fleet", href: "#fleet" },
- { label: "Pricing", href: "#pricing" },
+ { label: "Pricing & Lessons", href: "#pricing" },
{ label: "Contact", href: "#contact" }
]
},
{
- title: "Resources", items: [
- { label: "Safety Guidelines", href: "#" },
- { label: "Booking FAQ", href: "#" },
- { label: "Weather Updates", href: "#" },
- { label: "Blog", href: "#" }
+ title: "Services", items: [
+ { label: "Boat Rentals", href: "#fleet" },
+ { label: "Boating Lessons", href: "#pricing" },
+ { label: "Charter Services", href: "#pricing" },
+ { label: "Group Packages", href: "#contact" }
]
},
{
@@ -211,7 +240,7 @@ export default function LandingPage() {
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Insurance Info", href: "#" },
- { label: "Accessibility", href: "#" }
+ { label: "First Responder Discount", href: "#" }
]
}
]}