From c51ac3049c6abea4966f383c5ae992ef5be2ca40 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Mar 2026 21:02:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index eff7804..ef6ef20 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -72,23 +72,23 @@ export default function HomePage() { background={{ variant: "plain" }} leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/view-from-car-window-car-moving-through-tunnel-light_627829-11430.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/view-from-car-window-car-moving-through-tunnel-light_627829-11430.jpg", imageAlt: "StopCafe roadside cafe at sunrise with truck drivers and travelers", }, ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/view-from-car-window-car-moving-through-tunnel-light_627829-11430.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/view-from-car-window-car-moving-through-tunnel-light_627829-11430.jpg", imageAlt: "Welcoming StopCafe entrance with parking area", }, ]} tag="⭐ 4.3 Google Rating" - tagAnimation="entrance-slide" + tagAnimation="slide-up" buttons={[ { text: "View Menu", href: "/menu" }, { text: "Find Us", href: "#location" }, ]} - buttonAnimation="entrance-slide" + buttonAnimation="slide-up" avatarText="Loved by travelers and truck drivers" /> @@ -108,7 +108,7 @@ export default function HomePage() { handle: "Truck Driver", testimonial: "Aivan loistavaa rekka-mies ruokaa – maistuvaa ja sopivan hintaista.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-working-as-truck-driver-posing_23-2151489681.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/man-working-as-truck-driver-posing_23-2151489681.jpg", imageAlt: "Mikko, satisfied truck driver", }, { @@ -117,7 +117,7 @@ export default function HomePage() { handle: "Long-haul Driver", testimonial: "Karu ja käytännöllinen. Ruoka oli hyvää ja sitä oli riittävästi.", rating: 4, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-transgender-city-lifestyle_23-2149105449.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-transgender-city-lifestyle_23-2149105449.jpg", imageAlt: "Janne, trucker at StopCafe", }, { @@ -126,7 +126,7 @@ export default function HomePage() { handle: "Family Traveler", testimonial: "Loistava paikka tien varrella. Iso parkkipaikka ja lapsiystävällinen.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-posing-car-window_23-2148637369.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-posing-car-window_23-2148637369.jpg", imageAlt: "Sandra, family visitor", }, { @@ -135,7 +135,7 @@ export default function HomePage() { handle: "Regular Customer", testimonial: "Paras paikka välin juomakahville. Henkilökunta aina ystävällistä ja palvelu nopeaa.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-holding-cup-smartphone_23-2148181485.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-holding-cup-smartphone_23-2148181485.jpg", imageAlt: "Pekka, returning customer", }, ]} @@ -156,7 +156,7 @@ export default function HomePage() { author: "Road Tested", description: "Generous servings that satisfy real hunger and keep you fueled for hours.", tags: ["hearty", "filling"], - imageSrc: "http://img.b2bpic.net/free-photo/clay-plate-full-beer-appetizers-standing-white-table-vegetable-salad-boiled-potatoes-grilled-chicken-legs-roasted-goldy-onion-sausages-cucmbers-tomatoes-sauces-ketchup-mayo_132075-13084.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/clay-plate-full-beer-appetizers-standing-white-table-vegetable-salad-boiled-potatoes-grilled-chicken-legs-roasted-goldy-onion-sausages-cucmbers-tomatoes-sauces-ketchup-mayo_132075-13084.jpg", imageAlt: "Large hearty meal with generous portions", }, { @@ -165,7 +165,7 @@ export default function HomePage() { author: "Brewed Fresh", description: "Strong, hot coffee served fresh throughout the day from early morning to evening.", tags: ["hot", "strong"], - imageSrc: "http://img.b2bpic.net/free-photo/morning-coffee-sunlight_23-2151961381.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/morning-coffee-sunlight_23-2151961381.jpg", imageAlt: "Fresh coffee being poured into a cup", }, { @@ -174,7 +174,7 @@ export default function HomePage() { author: "Easy Stop", description: "Spacious, well-maintained parking area for trucks, cars, and families. Pull in easily, park safely.", tags: ["spacious", "convenient"], - imageSrc: "http://img.b2bpic.net/free-vector/logistics-warehousing-isometric-view_1284-65215.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-vector/logistics-warehousing-isometric-view_1284-65215.jpg", imageAlt: "Large parking lot with multiple trucks", }, ]} @@ -195,7 +195,7 @@ export default function HomePage() { name: "Trucker's Plate", price: "€12.90", variant: "Large homemade meal", - imageSrc: "http://img.b2bpic.net/free-photo/meat-roll-stuffed-with-mushrooms-herbs-with-broccoli-cauliflower_140725-6720.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/meat-roll-stuffed-with-mushrooms-herbs-with-broccoli-cauliflower_140725-6720.jpg", imageAlt: "StopCafe Trucker's Plate with potatoes, meat, salad and bread", }, { @@ -203,7 +203,7 @@ export default function HomePage() { name: "Porilainen StopCafe Style", price: "€11.90", variant: "Our own take", - imageSrc: "http://img.b2bpic.net/free-photo/top-side-view-plate-food-plate-potatoes-mushrooms-cutting-board-fork-three-tomatoes-colorful-spices-oil-bowl-white-mushrooms-spruce-branches_140725-117422.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/top-side-view-plate-food-plate-potatoes-mushrooms-cutting-board-fork-three-tomatoes-colorful-spices-oil-bowl-white-mushrooms-spruce-branches_140725-117422.jpg", imageAlt: "Finnish Porilainen stew in StopCafe style", }, { @@ -211,7 +211,7 @@ export default function HomePage() { name: "Fresh Pastries & Coffee", price: "€4.90", variant: "Morning special", - imageSrc: "http://img.b2bpic.net/free-photo/croissant-coffee-food-photography_53876-104492.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/croissant-coffee-food-photography_53876-104492.jpg", imageAlt: "Freshly baked pastries with hot coffee", }, ]} -- 2.49.1