diff --git a/src/app/page.tsx b/src/app/page.tsx
index 8fd7d16..644496f 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -2,6 +2,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
+import { Zap, Eye, Bell, Waves } from 'lucide-react';
import BlogCardTwo from '@/components/sections/blog/BlogCardTwo';
import ContactText from '@/components/sections/contact/ContactText';
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
@@ -31,120 +32,31 @@ export default function LandingPage() {
@@ -154,18 +66,9 @@ export default function LandingPage() {
title="Unveiling Lunar Cycles"
description="Our platform combines real-time astronomical data with intuitive visual tools to help you better understand the satellite that governs our tides and seasons."
metrics={[
- {
- value: "29.5",
- title: "Lunar Cycle Days",
- },
- {
- value: "384k",
- title: "Avg Distance (km)",
- },
- {
- value: "100+",
- title: "Events Tracked",
- },
+ { value: "29.5", title: "Lunar Cycle Days" },
+ { value: "384k", title: "Avg Distance (km)" },
+ { value: "100+", title: "Events Tracked" },
]}
imageSrc="http://img.b2bpic.net/free-photo/aesthetic-planet-ocean-background-galaxy-nature-remix_53876-111079.jpg"
mediaAnimation="blur-reveal"
@@ -179,30 +82,10 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
- {
- title: "Live Tracking",
- description: "Real-time moon phase visualization.",
- imageSrc: "http://img.b2bpic.net/free-photo/moon-seen-phase-with-sepia-style-effect_23-2151793500.jpg",
- buttonIcon: "Zap",
- },
- {
- title: "Precision Optics",
- description: "Calculate optimal viewing times.",
- imageSrc: "http://img.b2bpic.net/free-photo/dramatic-black-white-sand-landscape_23-2150037752.jpg",
- buttonIcon: "Eye",
- },
- {
- title: "Event Alerts",
- description: "Never miss a supermoon or eclipse.",
- imageSrc: "http://img.b2bpic.net/free-photo/user-profile-interface-sign-symbol-icon-3d-rendering_56104-1956.jpg",
- buttonIcon: "Bell",
- },
- {
- title: "Tide Analysis",
- description: "See the effect on oceanic tides.",
- imageSrc: "http://img.b2bpic.net/free-photo/view-3d-zodiac-astrology-sign_23-2150473557.jpg",
- buttonIcon: "Waves",
- },
+ { title: "Live Tracking", description: "Real-time moon phase visualization.", imageSrc: "http://img.b2bpic.net/free-photo/moon-seen-phase-with-sepia-style-effect_23-2151793500.jpg", buttonIcon: Zap },
+ { title: "Precision Optics", description: "Calculate optimal viewing times.", imageSrc: "http://img.b2bpic.net/free-photo/dramatic-black-white-sand-landscape_23-2150037752.jpg", buttonIcon: Eye },
+ { title: "Event Alerts", description: "Never miss a supermoon or eclipse.", imageSrc: "http://img.b2bpic.net/free-photo/user-profile-interface-sign-symbol-icon-3d-rendering_56104-1956.jpg", buttonIcon: Bell },
+ { title: "Tide Analysis", description: "See the effect on oceanic tides.", imageSrc: "http://img.b2bpic.net/free-photo/view-3d-zodiac-astrology-sign_23-2150473557.jpg", buttonIcon: Waves },
]}
title="Advanced Lunar Tools"
description="Everything you need to observe and document the moon's journey."
@@ -215,33 +98,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
metrics={[
- {
- id: "m1",
- value: "99.9%",
- title: "Data Accuracy",
- items: [
- "NASA APIs",
- "ESA Feed",
- ],
- },
- {
- id: "m2",
- value: "5M+",
- title: "Users Tracked",
- items: [
- "Global Reach",
- "Science Lovers",
- ],
- },
- {
- id: "m3",
- value: "24/7",
- title: "Monitoring",
- items: [
- "Constant Updates",
- "Low Latency",
- ],
- },
+ { id: "m1", value: "99.9%", title: "Data Accuracy", items: ["NASA APIs", "ESA Feed"] },
+ { id: "m2", value: "5M+", title: "Users Tracked", items: ["Global Reach", "Science Lovers"] },
+ { id: "m3", value: "24/7", title: "Monitoring", items: ["Constant Updates", "Low Latency"] },
]}
title="Scientific Accuracy"
description="We aggregate data from leading astronomical institutions."
@@ -252,42 +111,13 @@ export default function LandingPage() {
@@ -330,36 +148,9 @@ export default function LandingPage() {
title="Lunar Insights"
description="Latest articles from our researchers."
blogs={[
- {
- id: "b1",
- category: "News",
- title: "Understanding Eclipses",
- excerpt: "How they work.",
- imageSrc: "http://img.b2bpic.net/free-photo/black-white-details-moon-texture-concept_23-2149535764.jpg",
- authorName: "Staff",
- authorAvatar: "https://i.pravatar.cc/150",
- date: "2024-01-01",
- },
- {
- id: "b2",
- category: "Guides",
- title: "Telescope Tips",
- excerpt: "Clearer views.",
- imageSrc: "http://img.b2bpic.net/free-photo/side-view-little-girl-using-telescope_23-2148762005.jpg",
- authorName: "Staff",
- authorAvatar: "https://i.pravatar.cc/150",
- date: "2024-01-02",
- },
- {
- id: "b3",
- category: "Research",
- title: "Moon's Influence",
- excerpt: "Tidal forces.",
- imageSrc: "http://img.b2bpic.net/free-vector/solar-system-infographic_52683-32262.jpg",
- authorName: "Staff",
- authorAvatar: "https://i.pravatar.cc/150",
- date: "2024-01-03",
- },
+ { id: "b1", category: "News", title: "Understanding Eclipses", excerpt: "How they work.", imageSrc: "http://img.b2bpic.net/free-photo/black-white-details-moon-texture-concept_23-2149535764.jpg", authorName: "Staff", authorAvatar: "https://i.pravatar.cc/150", date: "2024-01-01" },
+ { id: "b2", category: "Guides", title: "Telescope Tips", excerpt: "Clearer views.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-little-girl-using-telescope_23-2148762005.jpg", authorName: "Staff", authorAvatar: "https://i.pravatar.cc/150", date: "2024-01-02" },
+ { id: "b3", category: "Research", title: "Moon's Influence", excerpt: "Tidal forces.", imageSrc: "http://img.b2bpic.net/free-vector/solar-system-infographic_52683-32262.jpg", authorName: "Staff", authorAvatar: "https://i.pravatar.cc/150", date: "2024-01-03" },
]}
/>
@@ -367,16 +158,9 @@ export default function LandingPage() {
@@ -384,36 +168,12 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file