33 Commits

Author SHA1 Message Date
ba95492653 Update src/app/services/page.tsx 2026-04-19 18:53:47 +00:00
663f9ff919 Update src/app/services/page.tsx 2026-04-19 18:53:21 +00:00
6b7971bf65 Update src/app/privacy/page.tsx 2026-04-19 18:53:21 +00:00
a92eb006e4 Update src/app/features/page.tsx 2026-04-19 18:53:20 +00:00
577cf67ce6 Update src/app/contact/page.tsx 2026-04-19 18:53:20 +00:00
5566f4a73b Update src/app/privacy/page.tsx 2026-04-19 18:52:38 +00:00
6d121a5c15 Update src/app/privacy/page.tsx 2026-04-19 18:52:10 +00:00
f81d24801f Update src/app/privacy/page.tsx 2026-04-19 18:51:39 +00:00
f458c5219a Update src/app/privacy/page.tsx 2026-04-19 18:51:10 +00:00
27ce4aaedc Update src/app/services/page.tsx 2026-04-19 18:50:42 +00:00
4bbad45736 Add src/app/services/page.tsx 2026-04-19 18:50:16 +00:00
f9239ebd9b Update src/app/privacy/page.tsx 2026-04-19 18:50:15 +00:00
cddde24b8f Update src/app/page.tsx 2026-04-19 18:50:15 +00:00
56b68f0e8d Update src/app/features/page.tsx 2026-04-19 18:50:14 +00:00
0ca32465a0 Update src/app/contact/page.tsx 2026-04-19 18:50:14 +00:00
0c699eb094 Switch to version 9: added src/app/privacy/page.tsx 2026-04-19 18:48:45 +00:00
1875909bbb Switch to version 9: modified src/app/page.tsx 2026-04-19 18:48:45 +00:00
088d2e5c60 Switch to version 9: modified src/app/features/page.tsx 2026-04-19 18:48:44 +00:00
71419c9af8 Switch to version 9: added src/app/contact/page.tsx 2026-04-19 18:48:44 +00:00
890841616a Switch to version 8: remove src/app/privacy/page.tsx 2026-04-19 18:48:35 +00:00
e0de2d2e77 Switch to version 8: remove src/app/contact/page.tsx 2026-04-19 18:48:34 +00:00
12432672c4 Switch to version 8: modified src/app/page.tsx 2026-04-19 18:48:34 +00:00
1a6231afcb Switch to version 8: modified src/app/features/page.tsx 2026-04-19 18:48:33 +00:00
39e76bfa9e Merge version_9 into main
Merge version_9 into main
2026-04-19 12:27:52 +00:00
a584200c3f Update src/app/contact/page.tsx 2026-04-19 12:27:49 +00:00
d18f72fc56 Merge version_9 into main
Merge version_9 into main
2026-04-19 12:25:19 +00:00
922da41fef Add src/app/privacy/page.tsx 2026-04-19 12:25:16 +00:00
f64676a428 Update src/app/page.tsx 2026-04-19 12:25:16 +00:00
b1a78837a3 Update src/app/features/page.tsx 2026-04-19 12:25:15 +00:00
882b8d011e Update src/app/contact/page.tsx 2026-04-19 12:25:15 +00:00
e018260a63 Merge version_10 into main
Merge version_10 into main
2026-04-19 12:20:52 +00:00
70f703dd2a Merge version_10 into main
Merge version_10 into main
2026-04-19 12:18:20 +00:00
1ea34f7a64 Merge version_10 into main
Merge version_10 into main
2026-04-19 12:17:47 +00:00
5 changed files with 78 additions and 1 deletions

View File

@@ -26,6 +26,7 @@ export default function ContactPage() {
navItems={[
{ name: "Home", id: "/" },
{ name: "Features", id: "/features" },
{ name: "Services", id: "/services" },
{ name: "Impact", id: "/" },
{ name: "FAQ", id: "/" },
{ name: "Privacy", id: "/privacy" },
@@ -37,7 +38,7 @@ export default function ContactPage() {
<div id="contact" data-section="contact">
<ContactText
text="Get in Touch"
text="Questions? "
background={{ variant: "gradient-bars" }}
buttons={[{ text: "Email Us", href: "mailto:info@oceanimpact.com" }]}
useInvertedBackground={false}

View File

@@ -26,6 +26,7 @@ export default function FeaturesPage() {
navItems={[
{ name: "Home", id: "/" },
{ name: "Features", id: "/features" },
{ name: "Services", id: "/services" },
{ name: "Impact", id: "/" },
{ name: "FAQ", id: "/" },
{ name: "Privacy", id: "/privacy" },

View File

@@ -33,6 +33,7 @@ export default function LandingPage() {
navItems={[
{ name: "Home", id: "hero" },
{ name: "Features", id: "/features" },
{ name: "Services", id: "/services" },
{ name: "Impact", id: "pollution" },
{ name: "FAQ", id: "faq" },
{ name: "Privacy", id: "/privacy" },

View File

@@ -26,6 +26,7 @@ export default function PrivacyPolicyPage() {
navItems={[
{ name: "Home", id: "/" },
{ name: "Features", id: "/features" },
{ name: "Services", id: "/services" },
{ name: "Impact", id: "/" },
{ name: "FAQ", id: "/" },
{ name: "Privacy", id: "/privacy" },

73
src/app/services/page.tsx Normal file
View File

@@ -0,0 +1,73 @@
"use client";
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 FeatureBento from '@/components/sections/feature/FeatureBento';
import { Droplet, Waves, Factory } from "lucide-react";
export default function ServicesPage() {
return (
<ThemeProvider
defaultButtonVariant="bounce-effect"
defaultTextAnimation="entrance-slide"
borderRadius="pill"
contentWidth="smallMedium"
sizing="largeSizeMediumTitles"
background="aurora"
cardStyle="gradient-mesh"
primaryButtonStyle="primary-glow"
secondaryButtonStyle="layered"
headingFontWeight="normal"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarStyleCentered
navItems={[
{ name: "Home", id: "/" },
{ name: "Features", id: "/features" },
{ name: "Services", id: "/services" },
{ name: "Impact", id: "/" },
{ name: "FAQ", id: "/" },
{ name: "Privacy", id: "/privacy" },
{ name: "Contact", id: "/contact" },
]}
brandName="OceanImpact"
/>
</div>
<div id="services" data-section="services">
<FeatureBento
title="Our Research Services"
description="Expert analysis and environmental monitoring solutions for marine ecosystems."
animationType="slide-up"
useInvertedBackground={false}
textboxLayout="default"
features={[
{
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>
<div id="footer" data-section="footer">
<FooterBaseCard
logoText="OceanImpact: Cruise Ships"
columns={[
{ title: "Resources", items: [{ label: "Research", href: "#" }, { label: "Policies", href: "#" }] },
{ title: "Company", items: [{ label: "About Us", href: "#" }, { label: "Privacy", href: "/privacy" }, { label: "Contact", href: "/contact" }] },
]}
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}