From a58cb95e75933eac1af25b5d9734577f69db1811 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 16:33:27 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 83 ++++++++++++++++++++++++++++++++---------------- 1 file changed, 56 insertions(+), 27 deletions(-) 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: "#" } ] } ]} -- 2.49.1