diff --git a/src/app/page.tsx b/src/app/page.tsx
index 3111212..a665079 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -5,7 +5,6 @@ import ReactLenis from "lenis/react";
import BlogCardThree from '@/components/sections/blog/BlogCardThree';
import ContactText from '@/components/sections/contact/ContactText';
import FaqDouble from '@/components/sections/faq/FaqDouble';
-import FeatureCardEight from '@/components/sections/feature/FeatureCardEight';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
import HeroOverlay from '@/components/sections/hero/HeroOverlay';
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
@@ -32,21 +31,11 @@ export default function LandingPage() {
@@ -59,33 +48,21 @@ export default function LandingPage() {
tag="Environmental Research"
buttons={[
{
- text: "Learn More",
- href: "#pollution",
- },
+ text: "Learn More", href: "#faq"},
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARLkjU9t1ru27ZaFOKNjNfRfIu/uploaded-1776534908646-pya809c0.jpg"
showBlur={true}
avatars={[
{
- src: "http://img.b2bpic.net/free-photo/view-luxurious-cruise-ship_23-2150785224.jpg",
- alt: "View of luxurious cruise ship",
- },
+ src: "http://img.b2bpic.net/free-photo/view-luxurious-cruise-ship_23-2150785224.jpg", alt: "View of luxurious cruise ship"},
{
- src: "http://img.b2bpic.net/free-photo/beautiful-photo-sea-waves_58702-11311.jpg",
- alt: "Beautiful photo of the sea waves",
- },
+ src: "http://img.b2bpic.net/free-photo/beautiful-photo-sea-waves_58702-11311.jpg", alt: "Beautiful photo of the sea waves"},
{
- src: "http://img.b2bpic.net/free-photo/woman-spiritual-peaceful-summer-beach-concept_53876-31219.jpg",
- alt: "Woman Spiritual Peaceful Summer Beach Concept",
- },
+ src: "http://img.b2bpic.net/free-photo/woman-spiritual-peaceful-summer-beach-concept_53876-31219.jpg", alt: "Woman Spiritual Peaceful Summer Beach Concept"},
{
- src: "http://img.b2bpic.net/free-photo/large-luxurious-cruise-ship-sailing-sea-sunny-day-ai-generative_123827-23860.jpg",
- alt: "Large luxurious cruise ship sailing in the sea on a sunny day Ai generative",
- },
+ src: "http://img.b2bpic.net/free-photo/large-luxurious-cruise-ship-sailing-sea-sunny-day-ai-generative_123827-23860.jpg", alt: "Large luxurious cruise ship sailing in the sea on a sunny day Ai generative"},
{
- src: "http://img.b2bpic.net/free-photo/foamy-waves-surface-water-cruise-ship_181624-9229.jpg",
- alt: "Foamy waves on the surface of the water behind the cruise ship",
- },
+ src: "http://img.b2bpic.net/free-photo/foamy-waves-surface-water-cruise-ship_181624-9229.jpg", alt: "Foamy waves on the surface of the water behind the cruise ship"},
]}
avatarText="Joined by 500+ researchers"
/>
@@ -98,32 +75,6 @@ export default function LandingPage() {
/>
-
-
-
-
@@ -228,14 +136,11 @@ Since the COVID-19 period, rules have changed. The government now limits cruise
@@ -245,29 +150,19 @@ Since the COVID-19 period, rules have changed. The government now limits cruise
logoText="OceanImpact"
columns={[
{
- title: "Resources",
- items: [
+ title: "Resources", items: [
{
- label: "Research",
- href: "#",
- },
+ label: "Research", href: "#"},
{
- label: "Policies",
- href: "#",
- },
+ label: "Policies", href: "#"},
],
},
{
- title: "Company",
- items: [
+ title: "Company", items: [
{
- label: "About Us",
- href: "#",
- },
+ label: "About Us", href: "#"},
{
- label: "Contact",
- href: "#",
- },
+ label: "Contact", href: "#"},
],
},
]}
@@ -276,4 +171,4 @@ Since the COVID-19 period, rules have changed. The government now limits cruise
);
-}
+}
\ No newline at end of file