From cce9ca939ba3c52e40c4c962c46469fce32bbc7a Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 04:22:53 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a275598..fe77cd5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; -import { AlertCircle, BarChart2, Camera, CheckCircle, Clock, Facebook, Image, Instagram, Linkedin, ListChecks, MapPin, Settings, Share2, ThumbsUp, Twitter, User, Users } from "lucide-react"; +import { AlertCircle, BarChart2, Camera, CheckCircle, Clock, Facebook, Image, Instagram, Linkedin, ListChecks, MapPin, Settings, Share2, ThumbsUp, User, Users } from "lucide-react"; export default function LandingPage() { return ( @@ -177,7 +177,7 @@ export default function LandingPage() { title: "Auto Location Detection", description: "Automatically pinpoint the exact location of the reported issue using GPS.", bentoComponent: "reveal-icon", icon: MapPin, }, { - title: "Complaint Status Tracking", description: "Monitor the progress of your report from 'Pending' to 'Resolved' in real-time.", bentoComponent: "3d-task-list", heading: "Report ID: AQ-2023-1234", items: [ + title: "Complaint Status Tracking", description: "Monitor the progress of your report from 'Pending' to 'Resolved' in real-time.", bentoComponent: "3d-task-list", title: "Report ID: AQ-2023-1234", items: [ { label: "Report Submitted", time: "Just now", icon: CheckCircle }, @@ -336,9 +336,6 @@ export default function LandingPage() { logoText="AquaWatch" copyrightText="© 2024 AquaWatch. All rights reserved." socialLinks={[ - { - icon: Twitter, - href: "https://twitter.com/aquawatch", ariaLabel: "Twitter"}, { icon: Facebook, href: "https://facebook.com/aquawatch", ariaLabel: "Facebook"},