Update src/app/page.tsx

This commit is contained in:
2026-03-03 04:20:24 +00:00
parent d26fbc9339
commit ca278ac849

View File

@@ -50,10 +50,10 @@ export default function LandingPage() {
background={{ variant: "plain" }}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/outdoor-breakfast_1098-12924.jpg", imageAlt: "Park view seating area at Caribou Coffee Taweah Park"
imageSrc: "http://img.b2bpic.net/free-photo/outdoor-breakfast_1098-12924.jpg?_wi=1", imageAlt: "Park view seating area at Caribou Coffee Taweah Park"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/confident-young-indian-man-black-shirt-standing-cafe_627829-5462.jpg", imageAlt: "Interior seating with warm pendant lighting"
imageSrc: "http://img.b2bpic.net/free-photo/confident-young-indian-man-black-shirt-standing-cafe_627829-5462.jpg?_wi=1", imageAlt: "Interior seating with warm pendant lighting"
}
]}
mediaAnimation="slide-up"
@@ -115,16 +115,16 @@ export default function LandingPage() {
cardAnimation="slide-up"
testimonials={[
{
id: "1", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Johnson"
id: "1", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Sarah Johnson"
},
{
id: "2", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Chen"
id: "2", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Michael Chen"
},
{
id: "3", name: "Emma Davis", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Emma Davis"
id: "3", name: "Emma Davis", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Emma Davis"
},
{
id: "4", name: "James Wilson", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "James Wilson"
id: "4", name: "James Wilson", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "James Wilson"
}
]}
useInvertedBackground={false}
@@ -140,7 +140,7 @@ export default function LandingPage() {
tagAnimation="slide-up"
blogs={[
{
id: "1", category: "Atmosphere", title: "Warm Interior Seating", excerpt: "Cozy ground-floor seating with ambient pendant lighting and comfortable spaces for work or socializing.", imageSrc: "http://img.b2bpic.net/free-photo/confident-young-indian-man-black-shirt-standing-cafe_627829-5462.jpg", imageAlt: "Interior seating area", authorName: "Caribou Coffee", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", date: "Year-Round"
id: "1", category: "Atmosphere", title: "Warm Interior Seating", excerpt: "Cozy ground-floor seating with ambient pendant lighting and comfortable spaces for work or socializing.", imageSrc: "http://img.b2bpic.net/free-photo/confident-young-indian-man-black-shirt-standing-cafe_627829-5462.jpg?_wi=2", imageAlt: "Interior seating area", authorName: "Caribou Coffee", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", date: "Year-Round"
},
{
id: "2", category: "Views", title: "Rooftop Park Views", excerpt: "Upper-level seating with panoramic views of Towayya Park greenery. The perfect vantage point for relaxation.", imageSrc: "http://img.b2bpic.net/free-photo/umbrella-chair-around-swimming-pool_74190-2395.jpg", imageAlt: "Rooftop seating with park views", authorName: "Caribou Coffee", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", date: "Year-Round"
@@ -164,7 +164,7 @@ export default function LandingPage() {
description="Stop by Caribou Coffee at Taweah Park for your next coffee break. Located inside Towayya Park with easy access, ample seating, and a welcoming atmosphere. Open daily for your convenience."
background={{ variant: "plain" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/outdoor-breakfast_1098-12924.jpg"
imageSrc="http://img.b2bpic.net/free-photo/outdoor-breakfast_1098-12924.jpg?_wi=2"
imageAlt="Exterior park entrance"
mediaAnimation="slide-up"
mediaPosition="right"