Update src/app/page.tsx
This commit is contained in:
@@ -76,11 +76,11 @@ export default function LandingPage() {
|
|||||||
title="Voices of Inspiration"
|
title="Voices of Inspiration"
|
||||||
description="Hear what people say about Susan Ahn Cuddy's lasting impact."
|
description="Hear what people say about Susan Ahn Cuddy's lasting impact."
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{ id: "1", name: "Historian A", role: "Professor", 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: "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", role: "Leader", 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: "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", role: "Former Officer", 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: "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", role: "Director", 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: "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", role: "Lecturer", 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: "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" }
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -93,8 +93,8 @@ export default function LandingPage() {
|
|||||||
title="Support Her Legacy"
|
title="Support Her Legacy"
|
||||||
description="Choose a way to contribute to preserving her history."
|
description="Choose a way to contribute to preserving her history."
|
||||||
plans={[
|
plans={[
|
||||||
{ id: "basic", name: "Supporter", price: "$25", description: "One-time contribution.", features: ["Digital recognition", "Newsletter access"], buttons: [{ text: "Donate", href: "#" }] },
|
{ id: "basic", price: "$25", description: "One-time contribution.", features: ["Digital recognition", "Newsletter access"], buttons: [{ text: "Donate", href: "#" }] },
|
||||||
{ id: "premium", name: "Patron", price: "$100", description: "Annual membership benefits.", features: ["All Supporter benefits", "Exclusive content", "Event invitations"], buttons: [{ text: "Become a Patron", 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>
|
||||||
|
|||||||
Reference in New Issue
Block a user