Update src/app/page.tsx

This commit is contained in:
2026-06-10 06:20:02 +00:00
parent 0b9f561d5f
commit ce89d3cf75

View File

@@ -5,8 +5,7 @@ import ReactLenis from "lenis/react";
import BlogCardTwo from '@/components/sections/blog/BlogCardTwo';
import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import PricingCardEight from '@/components/sections/pricing/PricingCardEight';
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
import TextAbout from '@/components/sections/about/TextAbout';
export default function LandingPage() {
@@ -70,34 +69,28 @@ export default function LandingPage() {
</div>
<div id="testimonial" data-section="testimonial">
<TestimonialCardFive
<TestimonialCardSixteen
textboxLayout="default"
useInvertedBackground={false}
title="Voices of Inspiration"
description="Hear what people say about Susan Ahn Cuddy's lasting impact."
animationType="slide-up"
kpiItems={[
{ value: "Millions", label: "People Inspired" },
{ value: "20+", label: "Awards & Honors" },
{ value: "Numerous", label: "Commemorative Activities" }
]}
testimonials={[
{ id: "1", name: "Historian A", company: "University of CA", text: "Her contributions were immense.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-old-man-with-book-indoors_23-2149833675.jpg", imageAlt: "Historian A" },
{ id: "2", name: "Activist B", company: "Women's Rights Org", text: "A true inspiration for generations.", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-girl-studio-fashion-portrait_1328-2207.jpg", imageAlt: "Activist B" },
{ id: "3", name: "Veteran C", company: "Veterans Association", text: "She broke barriers with grace and strength.", imageSrc: "http://img.b2bpic.net/free-photo/friendly-female-soldier-reaching-out-her-arms_53876-105213.jpg", imageAlt: "Veteran C" },
{ id: "4", name: "Community D", company: "Cultural Center", text: "Her legacy continues to empower our community.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-beautiful-female-wearing-black-jacket-isolated-orange-background_141793-135644.jpg", imageAlt: "Community D" },
{ id: "5", name: "Educator E", company: "Local College", text: "An unparalleled example of resilience.", imageSrc: "http://img.b2bpic.net/free-photo/chinese-man-with-book_1149-1854.jpg", imageAlt: "Educator E" }
{ id: "1", name: "Youngsook Kim", role: "Professor of History", company: "Seoul National University", quote: "Her contributions were immense.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-old-man-with-book-indoors_23-2149833675.jpg", imageAlt: "Portrait of Professor Youngsook Kim" },
{ id: "2", name: "Jiwon Lee", role: "Women's Rights Activist", company: "American Women's League", quote: "A true inspiration for generations.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-girl-studio-fashion-portrait_1328-2207.jpg", imageAlt: "Portrait of Activist Jiwon Lee" },
{ id: "3", name: "Junho Park", role: "Former US Navy Officer", company: "American Legion", quote: "She broke barriers with grace and strength.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/friendly-female-soldier-reaching-out-her-arms_53876-105213.jpg", imageAlt: "Portrait of Officer Junho Park" },
{ id: "4", name: "Eunmi Choi", role: "Community Leader", company: "Korean Community Center", quote: "Her legacy continues to empower our community.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-beautiful-female-wearing-black-jacket-isolated-orange-background_141793-135644.jpg", imageAlt: "Portrait of Leader Eunmi Choi" },
{ id: "5", name: "Daehyun Jung", role: "Educator", company: "UCLA", quote: "An unparalleled example of resilience.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/chinese-man-with-book_1149-1854.jpg", imageAlt: "Portrait of Educator Daehyun Jung" }
]}
/>
</div>
<div id="pricing" data-section="pricing">
<PricingCardEight
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
title="Support Her Legacy"
description="Choose a way to contribute to preserving her history."
plans={[
{ id: "basic", price: "$25", description: "One-time contribution.", features: ["Digital recognition", "Newsletter access"], buttons: [{ text: "Donate", href: "#" }] },
{ id: "premium", price: "$100", description: "Annual membership benefits.", features: ["All Supporter benefits", "Exclusive content", "Event invitations"], buttons: [{ text: "Become a Patron", href: "#" }] }
]}
/>
</div>
<div id="about" data-section="about">
<TextAbout