Update src/app/page.tsx
This commit is contained in:
@@ -10,8 +10,8 @@ import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia';
|
||||
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
|
||||
import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
||||
import { Shield } from "lucide-react";
|
||||
import FeatureBento from '@/components/sections/feature/FeatureBento';
|
||||
import { Shield, Info, TreeDeciduous, Users } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -99,21 +99,24 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardOne
|
||||
<div id="chimpanzee-facts" data-section="chimpanzee-facts">
|
||||
<FeatureBento
|
||||
title="Fascinating Facts About Chimpanzees"
|
||||
description="Learn about our closest living relatives in the animal kingdom."
|
||||
useInvertedBackground={true}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="one-large-left-three-stacked-right"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "t1", name: "Sarah Miller", role: "Volunteer", company: "Global Chimp Aid", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/cute-macaca-sylvanus-berber-monkey-jungle-morocco_181624-17326.jpg" },
|
||||
{ id: "t2", name: "Dr. James Aris", role: "Researcher", company: "Forest Lab", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-couple-looking-eachother-nature_23-2148693721.jpg" },
|
||||
{ id: "t3", name: "Emily Chen", role: "Supporter", company: "Nature Charity", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/student-break-lunch_23-2147650641.jpg" },
|
||||
{ id: "t4", name: "Mark Stevens", role: "Lead Activist", company: "Forest Defense", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/people-taking-care-together-donations_23-2148687307.jpg" },
|
||||
{ id: "t5", name: "Anna Kowalski", role: "Sanctuary Manager", company: "Wildlife Haven", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-shot-two-chimpanzee-near-each-other-with-blurred-natural-background_181624-3617.jpg" },
|
||||
features={[
|
||||
{
|
||||
title: "DNA Similarity", description: "Chimpanzees share approximately 98-99% of their DNA with humans, making them our closest living relative.", bentoComponent: "reveal-icon", icon: Info
|
||||
},
|
||||
{
|
||||
title: "Tool Usage", description: "They demonstrate complex problem-solving abilities by using tools to forage for food and communicate.", bentoComponent: "reveal-icon", icon: TreeDeciduous
|
||||
},
|
||||
{
|
||||
title: "Complex Social Bonds", description: "Chimpanzees live in highly complex social groups and display a wide range of emotions and behaviors similar to humans.", bentoComponent: "reveal-icon", icon: Users
|
||||
}
|
||||
]}
|
||||
title="Voices of the Movement"
|
||||
description="Hear from our passionate community of conservationists."
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user