Merge version_11 into main #45
@@ -27,7 +27,8 @@ export default function ContactPage() {
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Features", id: "/features" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "FAQ", id: "/faq" },
|
||||
{ name: "Impact", id: "/" },
|
||||
{ name: "FAQ", id: "/" },
|
||||
{ name: "Privacy", id: "/privacy" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
|
||||
@@ -27,7 +27,8 @@ export default function FeaturesPage() {
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Features", id: "/features" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "FAQ", id: "/faq" },
|
||||
{ name: "Impact", id: "/" },
|
||||
{ name: "FAQ", id: "/" },
|
||||
{ name: "Privacy", id: "/privacy" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
|
||||
@@ -27,7 +27,8 @@ export default function PrivacyPolicyPage() {
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Features", id: "/features" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "FAQ", id: "/faq" },
|
||||
{ name: "Impact", id: "/" },
|
||||
{ name: "FAQ", id: "/" },
|
||||
{ name: "Privacy", id: "/privacy" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
@@ -41,12 +42,10 @@ export default function PrivacyPolicyPage() {
|
||||
subtitle="Last updated: May 2024"
|
||||
sections={[
|
||||
{
|
||||
heading: "Data Collection",
|
||||
content: { type: "paragraph", text: "We collect minimal information to improve your browsing experience. This includes basic analytical data used to monitor site performance and usage trends." }
|
||||
heading: "Data Collection", content: { type: "paragraph", text: "We collect minimal information to improve your browsing experience. This includes basic analytical data used to monitor site performance and usage trends." }
|
||||
},
|
||||
{
|
||||
heading: "Information Usage",
|
||||
content: { type: "list", items: ["Improving website performance", "Analyzing user navigation patterns", "Enhancing accessibility features"] }
|
||||
heading: "Information Usage", content: { type: "list", items: ["Improving website performance", "Analyzing user navigation patterns", "Enhancing accessibility features"] }
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
@@ -4,7 +4,8 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||
import FeatureCardEight from '@/components/sections/feature/FeatureCardEight';
|
||||
import FeatureBento from '@/components/sections/feature/FeatureBento';
|
||||
import { Droplet, Waves, Factory } from "lucide-react";
|
||||
|
||||
export default function ServicesPage() {
|
||||
return (
|
||||
@@ -27,7 +28,8 @@ export default function ServicesPage() {
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Features", id: "/features" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "FAQ", id: "/faq" },
|
||||
{ name: "Impact", id: "/" },
|
||||
{ name: "FAQ", id: "/" },
|
||||
{ name: "Privacy", id: "/privacy" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
@@ -36,15 +38,21 @@ export default function ServicesPage() {
|
||||
</div>
|
||||
|
||||
<div id="services" data-section="services">
|
||||
<FeatureCardEight
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
<FeatureBento
|
||||
title="Our Research Services"
|
||||
description="Comprehensive marine environmental assessment and data collection services."
|
||||
description="Expert analysis and environmental monitoring solutions for marine ecosystems."
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ title: "Pollution Monitoring", description: "Advanced tracking of sewage and chemical discharge in coastal areas.", videoSrc: "https://example.com/video1.mp4" },
|
||||
{ title: "Ecosystem Impact Study", description: "Deep dive analysis into how maritime activities degrade reef structures.", videoSrc: "https://example.com/video2.mp4" },
|
||||
{ title: "Policy Consultation", description: "Expert guidance on implementing sustainable maritime policies.", videoSrc: "https://example.com/video3.mp4" }
|
||||
{
|
||||
title: "Water Quality Analysis", description: "Detailed sampling and impact assessments for cruise-related effluent.", bentoComponent: "reveal-icon", icon: Droplet,
|
||||
},
|
||||
{
|
||||
title: "Ecosystem Monitoring", description: "Tracking reef health and biodiversity loss near coastal cruise routes.", bentoComponent: "reveal-icon", icon: Waves,
|
||||
},
|
||||
{
|
||||
title: "Industry Emission Audits", description: "Quantifying atmospheric emissions and regulatory compliance for major fleets.", bentoComponent: "reveal-icon", icon: Factory,
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user