From 4d221e23757c1175387de19cbf227d788516fa66 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 10:09:38 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0e08a30..518c5d5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -123,22 +123,22 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", name: "Sarah Mitchell, Barista at Brew Haven", date: "Date: 15 January 2025", title: "Best cups I've ever used!", quote: "I use Day Drink cups every single day at my coffee shop. My customers love them and I appreciate the durability and design. They've become my go-to recommendation.", tag: "Premium Line", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1" + id: "1", name: "Sarah Mitchell, Barista at Brew Haven", date: "Date: 15 January 2025", title: "Best cups I've ever used!", quote: "I use Day Drink cups every single day at my coffee shop. My customers love them and I appreciate the durability and design. They've become my go-to recommendation.", tag: "Premium Line", avatarSrc: "asset://face-woman-barista-friendly", imageSrc: "asset://testimonial-coffee-shop-scene" }, { - id: "2", name: "James Chen, Remote Worker", date: "Date: 22 January 2025", title: "Perfect for my lifestyle", quote: "The insulated tumbler keeps my coffee hot for hours. I travel constantly and this cup is now an essential part of my daily routine. Highly recommended!", tag: "Travel Collection", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2" + id: "2", name: "James Chen, Remote Worker", date: "Date: 22 January 2025", title: "Perfect for my lifestyle", quote: "The insulated tumbler keeps my coffee hot for hours. I travel constantly and this cup is now an essential part of my daily routine. Highly recommended!", tag: "Travel Collection", avatarSrc: "asset://face-man-professional-asian", imageSrc: "asset://testimonial-remote-worker-setup" }, { - id: "3", name: "Emma Rodriguez, Designer", date: "Date: 28 January 2025", title: "Aesthetically perfect", quote: "As a designer, I appreciate the minimalist design. These cups are beautiful enough to display on my desk and functional for everyday use. Great quality!", tag: "Designer Choice", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3" + id: "3", name: "Emma Rodriguez, Designer", date: "Date: 28 January 2025", title: "Aesthetically perfect", quote: "As a designer, I appreciate the minimalist design. These cups are beautiful enough to display on my desk and functional for everyday use. Great quality!", tag: "Designer Choice", avatarSrc: "asset://face-woman-designer-creative", imageSrc: "asset://testimonial-designer-workspace" }, { - id: "4", name: "Michael Torres, Fitness Coach", date: "Date: 5 February 2025", title: "Durable and sustainable", quote: "I love that Day Drink prioritizes sustainability. The cups are incredibly durable and I've been using mine for over a year without any wear. Best investment!", tag: "Eco-Friendly", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4" + id: "4", name: "Michael Torres, Fitness Coach", date: "Date: 5 February 2025", title: "Durable and sustainable", quote: "I love that Day Drink prioritizes sustainability. The cups are incredibly durable and I've been using mine for over a year without any wear. Best investment!", tag: "Eco-Friendly", avatarSrc: "asset://face-man-fitness-coach", imageSrc: "asset://testimonial-gym-environment" }, { - id: "5", name: "Lisa Wang, Tea Enthusiast", date: "Date: 12 February 2025", title: "Perfect for my tea ritual", quote: "The borosilicate glass cups are perfect for enjoying my tea. I can see the beautiful colors and the temperature control is exceptional. Love it!", tag: "Tea Collection", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5" + id: "5", name: "Lisa Wang, Tea Enthusiast", date: "Date: 12 February 2025", title: "Perfect for my tea ritual", quote: "The borosilicate glass cups are perfect for enjoying my tea. I can see the beautiful colors and the temperature control is exceptional. Love it!", tag: "Tea Collection", avatarSrc: "asset://face-woman-tea-enthusiast", imageSrc: "asset://testimonial-tea-ceremony-setup" }, { - id: "6", name: "David Kim, Interior Stylist", date: "Date: 18 February 2025", title: "Style meets function", quote: "Day Drink cups are the perfect addition to any home aesthetic. My clients always ask where I got them. They're stylish, practical, and built to last.", tag: "Premium Line", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=6" + id: "6", name: "David Kim, Interior Stylist", date: "Date: 18 February 2025", title: "Style meets function", quote: "Day Drink cups are the perfect addition to any home aesthetic. My clients always ask where I got them. They're stylish, practical, and built to last.", tag: "Premium Line", avatarSrc: "asset://face-man-interior-stylist", imageSrc: "asset://testimonial-styled-home-interior" } ]} /> @@ -146,9 +146,9 @@ export default function LandingPage() {