Update src/app/page.tsx
This commit is contained in:
@@ -54,18 +54,18 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
name: "Emma Richardson", handle: "@emmastories", testimonial: "StoryWeave changed how I discover new narratives. The curation is impeccable!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-attractive-asian-businesswoman-looking-camera-head-shot-portrait_1163-4734.jpg?_wi=1", imageAlt: "Emma Richardson"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-attractive-asian-businesswoman-looking-camera-head-shot-portrait_1163-4734.jpg", imageAlt: "Emma Richardson"
|
||||
},
|
||||
{
|
||||
name: "Marcus Chen", handle: "@marcuschronicles", testimonial: "As a writer, this platform gave my stories the audience they deserved. Incredible community!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-attractive-woman-elegant-hotel-cafeteria_657883-403.jpg?_wi=1", imageAlt: "Marcus Chen"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-attractive-woman-elegant-hotel-cafeteria_657883-403.jpg", imageAlt: "Marcus Chen"
|
||||
},
|
||||
{
|
||||
name: "Sophia Martinez", handle: "@sophiatales", testimonial: "Every day brings new stories that captivate and inspire me. Absolutely love it!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-curly-haired-young-man_23-2148892090.jpg?_wi=1", imageAlt: "Sophia Martinez"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-curly-haired-young-man_23-2148892090.jpg", imageAlt: "Sophia Martinez"
|
||||
}
|
||||
]}
|
||||
background="plain"
|
||||
background={{ variant: "plain" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-hardcover-open-book_23-2148213854.jpg"
|
||||
imageAlt="Literary world with open books and warm golden light"
|
||||
mediaAnimation="blur-reveal"
|
||||
@@ -174,13 +174,13 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "David Park", role: "Fantasy Author", testimonial: "StoryWeave connected my stories with readers worldwide. The platform truly celebrates storytelling in its purest form.", imageSrc: "http://img.b2bpic.net/free-photo/confident-attractive-asian-businesswoman-looking-camera-head-shot-portrait_1163-4734.jpg?_wi=2", imageAlt: "David Park"
|
||||
id: "1", name: "David Park", role: "Fantasy Author", testimonial: "StoryWeave connected my stories with readers worldwide. The platform truly celebrates storytelling in its purest form.", imageSrc: "http://img.b2bpic.net/free-photo/confident-attractive-asian-businesswoman-looking-camera-head-shot-portrait_1163-4734.jpg", imageAlt: "David Park"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Isabella Santos", role: "Romance Writer", testimonial: "The community feedback transformed my writing. Every comment, every interaction pushed me to create better stories.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-attractive-woman-elegant-hotel-cafeteria_657883-403.jpg?_wi=2", imageAlt: "Isabella Santos"
|
||||
id: "2", name: "Isabella Santos", role: "Romance Writer", testimonial: "The community feedback transformed my writing. Every comment, every interaction pushed me to create better stories.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-attractive-woman-elegant-hotel-cafeteria_657883-403.jpg", imageAlt: "Isabella Santos"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Alex Thompson", role: "Sci-Fi Storyteller", testimonial: "This platform gave me the confidence to publish. The supportive environment is unmatched.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-curly-haired-young-man_23-2148892090.jpg?_wi=2", imageAlt: "Alex Thompson"
|
||||
id: "3", name: "Alex Thompson", role: "Sci-Fi Storyteller", testimonial: "This platform gave me the confidence to publish. The supportive environment is unmatched.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-curly-haired-young-man_23-2148892090.jpg", imageAlt: "Alex Thompson"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Maya Kapoor", role: "Literary Novelist", testimonial: "Finding my readers here was a dream come true. StoryWeave is where stories find their home.", imageSrc: "http://img.b2bpic.net/free-photo/confident-businessman-smiling_107420-84734.jpg", imageAlt: "Maya Kapoor"
|
||||
|
||||
Reference in New Issue
Block a user