diff --git a/src/app/page.tsx b/src/app/page.tsx index 9561114..b9cab65 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -80,7 +80,7 @@ export default function LandingPage() { phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/hot-coffee-cup-with-nice-latte-art-decoration-old-wooden-texture-table_1150-6392.jpg", imageAlt: "Interior" } }, { - title: "Artistic Space", description: "A calm, creative spot for everyone.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-reading-menu_23-2149002447.jpg", imageAlt: "Decor" }, + title: "Artistic Space", description: "A calm, creative spot for everyone.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-reading-menu_23-2149002447.jpg?_wi=1", imageAlt: "Decor" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/female-barista-with-apron-holding-decorated-coffee-glass_23-2148824459.jpg", imageAlt: "Vibe" } }, ]} @@ -128,7 +128,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} testimonials={[ - { id: "1", name: "Sarah J.", handle: "@sarah", testimonial: "Friendly staff and amazing food — the atmosphere is perfect.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-reading-menu_23-2149002447.jpg" }, + { id: "1", name: "Sarah J.", handle: "@sarah", testimonial: "Friendly staff and amazing food — the atmosphere is perfect.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-reading-menu_23-2149002447.jpg?_wi=2" }, { id: "2", name: "Mark D.", handle: "@mark", testimonial: "A relaxing and welcoming place to start your day.", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/teen-age-youth-style-self-expression-concept-portrait-positive-happy-teenage-girl-with-bob-pinkish-hairstyle-facial-piercing-relaxing-indoors_343059-3781.jpg" }, { id: "3", name: "Elena R.", handle: "@elena", testimonial: "One of the best coffee spots in Manchester.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-smiling-cute-barista-girl-pouring-filter-coffee-making-order-cafe-client_1258-203375.jpg" }, { id: "4", name: "James P.", handle: "@james", testimonial: "The interiors are beautiful and very calming.", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/person-paying-using-nfc-technology_23-2149893766.jpg" },