Merge version_1 into main #2
@@ -9,7 +9,7 @@ import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
|
||||
import BlogCardThree from '@/components/sections/blog/BlogCardThree';
|
||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||
import { Eye, Zap, Shield, Droplet, Utensils, Palette, Radio, Star, Fish, ImageIcon, Waves } from 'lucide-react';
|
||||
import { Eye, Zap, Shield, Droplet, Utensils, Palette, Radio, Star, Fish, ImageIcon, Waves, Sparkles } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -78,7 +78,7 @@ export default function LandingPage() {
|
||||
tagIcon={Sparkles}
|
||||
features={[
|
||||
{
|
||||
id: "1", title: "Bioluminescence", description: "Many deep-sea creatures produce their own light through chemical reactions, creating stunning glows in complete darkness. This adaptation serves multiple purposes from attracting prey to communication between species.", media: { imageSrc: "http://img.b2bpic.net/free-photo/closeup-painted-turtle-hanging-branch-water_181624-4066.jpg?_wi=1", imageAlt: "Glowing jellyfish in deep ocean" },
|
||||
id: "1", title: "Bioluminescence", description: "Many deep-sea creatures produce their own light through chemical reactions, creating stunning glows in complete darkness. This adaptation serves multiple purposes from attracting prey to communication between species.", media: { imageSrc: "http://img.b2bpic.net/free-photo/closeup-painted-turtle-hanging-branch-water_181624-4066.jpg", imageAlt: "Glowing jellyfish in deep ocean" },
|
||||
items: [
|
||||
{ icon: Zap, text: "Light production without heat" },
|
||||
{ icon: Eye, text: "Prey attraction mechanism" },
|
||||
@@ -87,7 +87,7 @@ export default function LandingPage() {
|
||||
reverse: false
|
||||
},
|
||||
{
|
||||
id: "2", title: "Extreme Adaptations", description: "From pressure-resistant bodies to specialized feeding mechanisms, sea creatures have evolved extraordinary features to survive in extreme environments. These adaptations showcase nature's incredible engineering.", media: { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-blackbelt-hogfish-seabed-coral-reefs_488145-1715.jpg?_wi=1", imageAlt: "Anglerfish with glowing lure" },
|
||||
id: "2", title: "Extreme Adaptations", description: "From pressure-resistant bodies to specialized feeding mechanisms, sea creatures have evolved extraordinary features to survive in extreme environments. These adaptations showcase nature's incredible engineering.", media: { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-blackbelt-hogfish-seabed-coral-reefs_488145-1715.jpg", imageAlt: "Anglerfish with glowing lure" },
|
||||
items: [
|
||||
{ icon: Shield, text: "Pressure resistance" },
|
||||
{ icon: Droplet, text: "Temperature tolerance" },
|
||||
@@ -96,7 +96,7 @@ export default function LandingPage() {
|
||||
reverse: true
|
||||
},
|
||||
{
|
||||
id: "3", title: "Camouflage & Color Change", description: "Some creatures can change their color and texture in milliseconds to match their environment or communicate. This sophisticated ability allows them to hide from predators or sneak up on prey with remarkable precision.", media: { imageSrc: "http://img.b2bpic.net/free-photo/octopus-seen-its-underwater-natural-habitat_23-2151462536.jpg?_wi=1", imageAlt: "Octopus solving puzzle" },
|
||||
id: "3", title: "Camouflage & Color Change", description: "Some creatures can change their color and texture in milliseconds to match their environment or communicate. This sophisticated ability allows them to hide from predators or sneak up on prey with remarkable precision.", media: { imageSrc: "http://img.b2bpic.net/free-photo/octopus-seen-its-underwater-natural-habitat_23-2151462536.jpg", imageAlt: "Octopus solving puzzle" },
|
||||
items: [
|
||||
{ icon: Eye, text: "Instant color shifts" },
|
||||
{ icon: Palette, text: "Texture adaptation" },
|
||||
@@ -119,13 +119,13 @@ export default function LandingPage() {
|
||||
tagIcon={Star}
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Bioluminescent Jellyfish", price: "Glows at 1000m depth", imageSrc: "http://img.b2bpic.net/free-photo/closeup-painted-turtle-hanging-branch-water_181624-4066.jpg?_wi=2", imageAlt: "Glowing jellyfish in deep ocean"
|
||||
id: "1", name: "Bioluminescent Jellyfish", price: "Glows at 1000m depth", imageSrc: "http://img.b2bpic.net/free-photo/closeup-painted-turtle-hanging-branch-water_181624-4066.jpg", imageAlt: "Glowing jellyfish in deep ocean"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Anglerfish", price: "Lure attracts prey", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-blackbelt-hogfish-seabed-coral-reefs_488145-1715.jpg?_wi=2", imageAlt: "Anglerfish with glowing lure"
|
||||
id: "2", name: "Anglerfish", price: "Lure attracts prey", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-blackbelt-hogfish-seabed-coral-reefs_488145-1715.jpg", imageAlt: "Anglerfish with glowing lure"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Intelligent Octopus", price: "Color-changing master", imageSrc: "http://img.b2bpic.net/free-photo/octopus-seen-its-underwater-natural-habitat_23-2151462536.jpg?_wi=2", imageAlt: "Octopus changing colors"
|
||||
id: "3", name: "Intelligent Octopus", price: "Color-changing master", imageSrc: "http://img.b2bpic.net/free-photo/octopus-seen-its-underwater-natural-habitat_23-2151462536.jpg", imageAlt: "Octopus changing colors"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Delicate Seahorse", price: "Unique male brood pouch", imageSrc: "http://img.b2bpic.net/free-photo/view-sea-horse-animal-with-fantastic-neon-lighting_23-2151514442.jpg", imageAlt: "Seahorse in seagrass"
|
||||
@@ -134,7 +134,7 @@ export default function LandingPage() {
|
||||
id: "5", name: "Graceful Manta Ray", price: "Gentle giant of the sea", imageSrc: "http://img.b2bpic.net/free-photo/realistic-manta-ray-underwater_23-2151461208.jpg", imageAlt: "Manta ray gliding underwater"
|
||||
},
|
||||
{
|
||||
id: "6", name: "Colorful Nudibranch", price: "Toxic beauty display", imageSrc: "http://img.b2bpic.net/free-photo/spoons-blue-painted-powder_23-2147964317.jpg?_wi=1", imageAlt: "Vibrant nudibranch slug"
|
||||
id: "6", name: "Colorful Nudibranch", price: "Toxic beauty display", imageSrc: "http://img.b2bpic.net/free-photo/spoons-blue-painted-powder_23-2147964317.jpg", imageAlt: "Vibrant nudibranch slug"
|
||||
}
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
@@ -152,16 +152,16 @@ export default function LandingPage() {
|
||||
tagIcon={Fish}
|
||||
metrics={[
|
||||
{
|
||||
id: "1", value: "99%", title: "Ocean Unexplored", description: "Of the ocean floor remains unmapped and unexplored", imageSrc: "http://img.b2bpic.net/free-photo/aerial-shot-boats-dock-body-ocean-surrounded-by-trees_181624-2515.jpg?_wi=1", imageAlt: "Dark deep ocean trench underwater"
|
||||
id: "1", value: "99%", title: "Ocean Unexplored", description: "Of the ocean floor remains unmapped and unexplored", imageSrc: "http://img.b2bpic.net/free-photo/aerial-shot-boats-dock-body-ocean-surrounded-by-trees_181624-2515.jpg", imageAlt: "Dark deep ocean trench underwater"
|
||||
},
|
||||
{
|
||||
id: "2", value: "200,000+", title: "Marine Species", description: "Estimated species in our oceans, many undiscovered", imageSrc: "http://img.b2bpic.net/free-photo/diver-sea-surrounded-by-wild-nature_23-2151443681.jpg", imageAlt: "Diverse coral reef ocean colorful creatures"
|
||||
},
|
||||
{
|
||||
id: "3", value: "11,000m", title: "Maximum Depth", description: "Mariana Trench—home to extreme pressure creatures", imageSrc: "http://img.b2bpic.net/free-photo/aerial-shot-boats-dock-body-ocean-surrounded-by-trees_181624-2515.jpg?_wi=2", imageAlt: "Dark deep ocean trench underwater"
|
||||
id: "3", value: "11,000m", title: "Maximum Depth", description: "Mariana Trench—home to extreme pressure creatures", imageSrc: "http://img.b2bpic.net/free-photo/aerial-shot-boats-dock-body-ocean-surrounded-by-trees_181624-2515.jpg", imageAlt: "Dark deep ocean trench underwater"
|
||||
},
|
||||
{
|
||||
id: "4", value: "1 Second", title: "Color Change", description: "Octopus skin can change color in milliseconds", imageSrc: "http://img.b2bpic.net/free-photo/octopus-seen-its-underwater-natural-habitat_23-2151462536.jpg?_wi=3", imageAlt: "Intelligent octopus color changing underwater"
|
||||
id: "4", value: "1 Second", title: "Color Change", description: "Octopus skin can change color in milliseconds", imageSrc: "http://img.b2bpic.net/free-photo/octopus-seen-its-underwater-natural-habitat_23-2151462536.jpg", imageAlt: "Intelligent octopus color changing underwater"
|
||||
}
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -181,10 +181,10 @@ export default function LandingPage() {
|
||||
id: "1", category: "Deep Sea", title: "Vampire Squid: The Ocean's Most Mysterious Creature", excerpt: "Discover one of the rarest deep-sea animals with a cape-like web and bioluminescent displays.", imageSrc: "http://img.b2bpic.net/free-photo/interior-view-basilica-cistern-istanbul-turkey_1268-21702.jpg", imageAlt: "Vampire squid with bioluminescence", authorName: "Dr. Marina Depths", authorAvatar: "http://img.b2bpic.net/free-photo/realistic-manta-ray-underwater_23-2151461208.jpg", date: "March 15, 2024"
|
||||
},
|
||||
{
|
||||
id: "2", category: "Adaptation", title: "How Nudibranchs Display Stolen Defenses", excerpt: "Explore how these colorful sea slugs incorporate toxins from their prey for protection.", imageSrc: "http://img.b2bpic.net/free-photo/spoons-blue-painted-powder_23-2147964317.jpg?_wi=2", imageAlt: "Rainbow nudibranch", authorName: "Prof. Ocean Science", authorAvatar: "http://img.b2bpic.net/free-photo/octopus-seen-its-underwater-natural-habitat_23-2151462536.jpg", date: "March 10, 2024"
|
||||
id: "2", category: "Adaptation", title: "How Nudibranchs Display Stolen Defenses", excerpt: "Explore how these colorful sea slugs incorporate toxins from their prey for protection.", imageSrc: "http://img.b2bpic.net/free-photo/spoons-blue-painted-powder_23-2147964317.jpg", imageAlt: "Rainbow nudibranch", authorName: "Prof. Ocean Science", authorAvatar: "http://img.b2bpic.net/free-photo/octopus-seen-its-underwater-natural-habitat_23-2151462536.jpg", date: "March 10, 2024"
|
||||
},
|
||||
{
|
||||
id: "3", category: "Intelligence", title: "The Genius Mind of the Octopus", excerpt: "Uncover the intelligence, escape artistry, and problem-solving abilities of this eight-armed marvel.", imageSrc: "http://img.b2bpic.net/free-photo/octopus-seen-its-underwater-natural-habitat_23-2151462536.jpg?_wi=4", imageAlt: "Octopus solving puzzle", authorName: "Dr. Cephalopod Expert", authorAvatar: "http://img.b2bpic.net/free-photo/view-sea-horse-animal-with-fantastic-neon-lighting_23-2151514442.jpg", date: "March 5, 2024"
|
||||
id: "3", category: "Intelligence", title: "The Genius Mind of the Octopus", excerpt: "Uncover the intelligence, escape artistry, and problem-solving abilities of this eight-armed marvel.", imageSrc: "http://img.b2bpic.net/free-photo/octopus-seen-its-underwater-natural-habitat_23-2151462536.jpg", imageAlt: "Octopus solving puzzle", authorName: "Dr. Cephalopod Expert", authorAvatar: "http://img.b2bpic.net/free-photo/view-sea-horse-animal-with-fantastic-neon-lighting_23-2151514442.jpg", date: "March 5, 2024"
|
||||
}
|
||||
]}
|
||||
animationType="blur-reveal"
|
||||
@@ -231,6 +231,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
|
||||
// Missing icon import: Sparkles
|
||||
}
|
||||
Reference in New Issue
Block a user