diff --git a/src/app/page.tsx b/src/app/page.tsx index 967ff0a..88861c8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,21 +29,13 @@ export default function LandingPage() { @@ -52,65 +44,40 @@ export default function LandingPage() {
@@ -122,35 +89,15 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Rip Currents", - description: "Powerful, narrow channels of fast-moving water. If caught, swim parallel to the shore.", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-photo-sea-waves_58702-16430.jpg", - imageAlt: "Rip current warning", - }, + title: "Rip Currents", description: "Powerful, narrow channels of fast-moving water. If caught, swim parallel to the shore.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-photo-sea-waves_58702-16430.jpg", imageAlt: "Rip current warning"}, { - title: "Rogue Waves", - description: "Unexpectedly large and dangerous waves that can appear suddenly in calm or rough seas.", - imageSrc: "http://img.b2bpic.net/free-photo/tall-foamy-waves-atlantic-ocean-near-nazare-municipality-portugal_181624-36848.jpg", - imageAlt: "Rogue wave", - }, + title: "Rogue Waves", description: "Unexpectedly large and dangerous waves that can appear suddenly in calm or rough seas.", imageSrc: "http://img.b2bpic.net/free-photo/tall-foamy-waves-atlantic-ocean-near-nazare-municipality-portugal_181624-36848.jpg", imageAlt: "Rogue wave"}, { - title: "Maritime Storms", - description: "Rapid shifts in weather patterns can lead to catastrophic maritime conditions.", - imageSrc: "http://img.b2bpic.net/free-photo/dolphin-digital-art_23-2151529287.jpg", - imageAlt: "Maritime storm", - }, + title: "Maritime Storms", description: "Rapid shifts in weather patterns can lead to catastrophic maritime conditions.", imageSrc: "http://img.b2bpic.net/free-photo/dolphin-digital-art_23-2151529287.jpg", imageAlt: "Maritime storm"}, { - title: "Tsunamis", - description: "High-impact waves triggered by undersea seismic activity, requiring immediate evacuation to high ground.", - imageSrc: "http://img.b2bpic.net/free-photo/people-sea_181624-13107.jpg", - imageAlt: "Tsunami warning", - }, + title: "Tsunamis", description: "High-impact waves triggered by undersea seismic activity, requiring immediate evacuation to high ground.", imageSrc: "http://img.b2bpic.net/free-photo/people-sea_181624-13107.jpg", imageAlt: "Tsunami warning"}, { - title: "Shifting Sands", - description: "Coastal erosion creates unpredictable underwater topography that can trap swimmers.", - imageSrc: "http://img.b2bpic.net/free-photo/marine-life-abstract-oil_23-2148227175.jpg", - imageAlt: "Shifting coastal sands", - }, + title: "Shifting Sands", description: "Coastal erosion creates unpredictable underwater topography that can trap swimmers.", imageSrc: "http://img.b2bpic.net/free-photo/marine-life-abstract-oil_23-2148227175.jpg", imageAlt: "Shifting coastal sands"}, ]} title="Natural Marine Hazards" description="Hidden dangers lie within the tides. Be prepared by recognizing these critical environmental threats." @@ -159,58 +106,23 @@ export default function LandingPage() {