Update src/app/page.tsx

This commit is contained in:
2026-03-16 00:40:56 +00:00
parent 7355eb0504
commit f17d1cfd33

View File

@@ -59,19 +59,19 @@ export default function LandingPage() {
testimonials={[
{
name: "Sarah Chen", handle: "@coffeeaddict", testimonial: "The best specialty coffee in the city. Every visit feels like coming home.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-professional-businesswoman-indoors_23-2148824826.jpg", imageAlt: "Sarah Chen"
imageSrc: "http://img.b2bpic.net/free-photo/portrait-professional-businesswoman-indoors_23-2148824826.jpg?_wi=1", imageAlt: "Sarah Chen"
},
{
name: "Michael Rodriguez", handle: "@localfoodie", testimonial: "Perfect spot for remote work or catching up with friends. Highly recommend!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-i-letter_1149-1837.jpg", imageAlt: "Michael Rodriguez"
imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-i-letter_1149-1837.jpg?_wi=1", imageAlt: "Michael Rodriguez"
},
{
name: "Emma Thompson", handle: "@pastrylovr", testimonial: "Their pastries are freshly made daily. The croissants are absolutely incredible.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-playing-with-party-accesories_1187-4013.jpg", imageAlt: "Emma Thompson"
imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-playing-with-party-accesories_1187-4013.jpg?_wi=1", imageAlt: "Emma Thompson"
},
{
name: "James Park", handle: "@teaenthusiast", testimonial: "Amazing atmosphere, talented baristas, and they remember your order!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-girl-sitting-cafe_1262-3083.jpg", imageAlt: "James Park"
imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-girl-sitting-cafe_1262-3083.jpg?_wi=1", imageAlt: "James Park"
}
]}
useInvertedBackground={false}
@@ -162,19 +162,19 @@ export default function LandingPage() {
testimonials={[
{
id: "1", name: "Sarah Chen", role: "Marketing Director", company: "Tech Innovations Inc.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-professional-businesswoman-indoors_23-2148824826.jpg", imageAlt: "Sarah Chen"
imageSrc: "http://img.b2bpic.net/free-photo/portrait-professional-businesswoman-indoors_23-2148824826.jpg?_wi=2", imageAlt: "Sarah Chen"
},
{
id: "2", name: "Michael Rodriguez", role: "Freelance Designer", company: "Creative Studio", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-i-letter_1149-1837.jpg", imageAlt: "Michael Rodriguez"
imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-i-letter_1149-1837.jpg?_wi=2", imageAlt: "Michael Rodriguez"
},
{
id: "3", name: "Emma Thompson", role: "Content Creator", company: "Digital Media Co.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-playing-with-party-accesories_1187-4013.jpg", imageAlt: "Emma Thompson"
imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-playing-with-party-accesories_1187-4013.jpg?_wi=2", imageAlt: "Emma Thompson"
},
{
id: "4", name: "James Park", role: "Business Owner", company: "Local Ventures", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-girl-sitting-cafe_1262-3083.jpg", imageAlt: "James Park"
imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-girl-sitting-cafe_1262-3083.jpg?_wi=2", imageAlt: "James Park"
}
]}
gridVariant="four-items-2x2-equal-grid"