Update src/app/page.tsx

This commit is contained in:
2026-03-10 04:59:36 +00:00
parent 64f6593102
commit 6417d84f0a

View File

@@ -59,13 +59,13 @@ export default function LandingPage() {
testimonials={[
{
name: "Sarah Mitchell", handle: "Regular Guest", testimonial: "A pretty little place designed with the tiniest detail in mind. Everything is chic.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-businesswoman-smiling-camera_74855-4022.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-businesswoman-smiling-camera_74855-4022.jpg?_wi=1"},
{
name: "James Chen", handle: "Food Enthusiast", testimonial: "Le Artisan is a place I have been to multiple times. A cozy escape in the heart of the city.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-hairy-guy_158595-153.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/portrait-hairy-guy_158595-153.jpg?_wi=1"},
{
name: "Emma Rodriguez", handle: "Daily Visitor", testimonial: "Superb decor and an ambiance that makes you want to stay all day.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/charming-adult-woman-posing-street_23-2147670487.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/charming-adult-woman-posing-street_23-2147670487.jpg?_wi=1"},
]}
testimonialRotationInterval={5000}
useInvertedBackground={false}
@@ -166,11 +166,11 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1", name: "Sarah Mitchell", role: "Regular Guest", testimonial: "A pretty little place designed with the tiniest detail in mind. Everything is chic and carefully thought out. I feel like I'm in a luxury escape every time I visit.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-businesswoman-smiling-camera_74855-4022.jpg"},
id: "1", name: "Sarah Mitchell", role: "Regular Guest", testimonial: "A pretty little place designed with the tiniest detail in mind. Everything is chic and carefully thought out. I feel like I'm in a luxury escape every time I visit.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-businesswoman-smiling-camera_74855-4022.jpg?_wi=2"},
{
id: "2", name: "James Chen", role: "Food Enthusiast", testimonial: "Le Artisan is a place I have been to multiple times. Not because the food is always perfect, but because the vibe makes you want to stay all day. It's a cozy escape.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-hairy-guy_158595-153.jpg"},
id: "2", name: "James Chen", role: "Food Enthusiast", testimonial: "Le Artisan is a place I have been to multiple times. Not because the food is always perfect, but because the vibe makes you want to stay all day. It's a cozy escape.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-hairy-guy_158595-153.jpg?_wi=2"},
{
id: "3", name: "Emma Rodriguez", role: "Design Lover", testimonial: "Superb decor and an ambiance that makes you want to stay all day. The attention to detail in every corner—the crockery, the lighting, the arrangement—is unmatched.", imageSrc: "http://img.b2bpic.net/free-photo/charming-adult-woman-posing-street_23-2147670487.jpg"},
id: "3", name: "Emma Rodriguez", role: "Design Lover", testimonial: "Superb decor and an ambiance that makes you want to stay all day. The attention to detail in every corner—the crockery, the lighting, the arrangement—is unmatched.", imageSrc: "http://img.b2bpic.net/free-photo/charming-adult-woman-posing-street_23-2147670487.jpg?_wi=2"},
{
id: "4", name: "David Thompson", role: "Local Business Owner", testimonial: "Worth every penny. The pastries are handcrafted, the service is warm, and the space feels like stepping into a Parisian dream.", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-spectacles_1303-14464.jpg"},
{