From 3c44ce0c060df2387bc5a1f4b367eb80ebefe430 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 08:16:59 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d59cfa3..677710b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,11 +48,11 @@ export default function LandingPage() { title="Start your day with mindfulness" description="MindfulDaily makes it simple to track your mood, reflect with quotes, and breathe deeply—all in one place." testimonials={[ - { name: "Alice R.", handle: "@alicer", testimonial: "This app changed my daily routine completely.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg" }, - { name: "Mark S.", handle: "@marks", testimonial: "Simple, clean, and truly helpful.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-smiling_74855-2579.jpg" }, - { name: "Elena K.", handle: "@elenak", testimonial: "I love the daily quotes, always so timely.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-businesswoman-standing-airport_107420-63594.jpg" }, - { name: "Sam L.", handle: "@saml", testimonial: "The breathing exercises are perfect for busy days.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-business-thinking-creative-beauty-black-lady-african-american-girl-isolated-gray-background_640221-36.jpg" }, - { name: "Jo B.", handle: "@job", testimonial: "A beautiful way to check in with myself.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-beautiful-brunette-girl-looking-happy-smiling-camera-outdoor-human-emotion-concept_574295-2802.jpg" } + { name: "Alice R.", handle: "@alicer", testimonial: "This app changed my daily routine completely.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg?_wi=1" }, + { name: "Mark S.", handle: "@marks", testimonial: "Simple, clean, and truly helpful.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-smiling_74855-2579.jpg?_wi=1" }, + { name: "Elena K.", handle: "@elenak", testimonial: "I love the daily quotes, always so timely.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-businesswoman-standing-airport_107420-63594.jpg?_wi=1" }, + { name: "Sam L.", handle: "@saml", testimonial: "The breathing exercises are perfect for busy days.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-business-thinking-creative-beauty-black-lady-african-american-girl-isolated-gray-background_640221-36.jpg?_wi=1" }, + { name: "Jo B.", handle: "@job", testimonial: "A beautiful way to check in with myself.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-beautiful-brunette-girl-looking-happy-smiling-camera-outdoor-human-emotion-concept_574295-2802.jpg?_wi=1" } ]} buttons={[{ text: "Get Started", href: "#contact" }]} imageSrc="http://img.b2bpic.net/free-photo/world-mental-health-day-awareness-illustration_23-2151859113.jpg" @@ -109,11 +109,11 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} testimonials={[ - { id: "1", name: "Alice R.", handle: "@alice", testimonial: "Finally, a simple app that doesn't overwhelm me.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg" }, - { id: "2", name: "Mark S.", handle: "@mark", testimonial: "The breathing exercises are life-savers during work.", imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-smiling_74855-2579.jpg" }, - { id: "3", name: "Elena K.", handle: "@elena", testimonial: "I love the journaling prompts. Very helpful!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businesswoman-standing-airport_107420-63594.jpg" }, - { id: "4", name: "Sam L.", handle: "@sam", testimonial: "Consistent, helpful, and beautiful.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-business-thinking-creative-beauty-black-lady-african-american-girl-isolated-gray-background_640221-36.jpg" }, - { id: "5", name: "Jo B.", handle: "@jo", testimonial: "Such a peaceful app to use daily.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-beautiful-brunette-girl-looking-happy-smiling-camera-outdoor-human-emotion-concept_574295-2802.jpg" } + { id: "1", name: "Alice R.", handle: "@alice", testimonial: "Finally, a simple app that doesn't overwhelm me.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg?_wi=2" }, + { id: "2", name: "Mark S.", handle: "@mark", testimonial: "The breathing exercises are life-savers during work.", imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-smiling_74855-2579.jpg?_wi=2" }, + { id: "3", name: "Elena K.", handle: "@elena", testimonial: "I love the journaling prompts. Very helpful!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businesswoman-standing-airport_107420-63594.jpg?_wi=2" }, + { id: "4", name: "Sam L.", handle: "@sam", testimonial: "Consistent, helpful, and beautiful.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-business-thinking-creative-beauty-black-lady-african-american-girl-isolated-gray-background_640221-36.jpg?_wi=2" }, + { id: "5", name: "Jo B.", handle: "@jo", testimonial: "Such a peaceful app to use daily.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-beautiful-brunette-girl-looking-happy-smiling-camera-outdoor-human-emotion-concept_574295-2802.jpg?_wi=2" } ]} title="Loved by thousands" description="Read what our community says about their daily journey." -- 2.49.1