Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-04-07 14:42:00 +00:00

View File

@@ -51,9 +51,9 @@ export default function LandingPage() {
tag="Since 2018"
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/mug-saucer-set-light-colours_23-2147834523.jpg", imageAlt: "Coffee shop ambiance"},
imageSrc: "http://img.b2bpic.net/free-photo/mug-saucer-set-light-colours_23-2147834523.jpg?_wi=1", imageAlt: "Coffee shop ambiance"},
{
imageSrc: "http://img.b2bpic.net/free-photo/vertical-high-angle-shot-cappuccino-blue-wooden-surface_181624-41113.jpg", imageAlt: "Fresh coffee beans"}
imageSrc: "http://img.b2bpic.net/free-photo/vertical-high-angle-shot-cappuccino-blue-wooden-surface_181624-41113.jpg?_wi=1", imageAlt: "Fresh coffee beans"}
]}
mediaAnimation="slide-up"
rating={5}
@@ -74,7 +74,7 @@ export default function LandingPage() {
{
value: "5", title: "Years of Roasting"},
]}
imageSrc="http://img.b2bpic.net/free-photo/small-coffee-shop-items-arrangement_23-2149434608.jpg"
imageSrc="http://img.b2bpic.net/free-photo/small-coffee-shop-items-arrangement_23-2149434608.jpg?_wi=1"
imageAlt="Coffee roastery process"
mediaAnimation="blur-reveal"
metricsAnimation="slide-up"
@@ -90,16 +90,16 @@ export default function LandingPage() {
products={[
{
id: "p1", brand: "Inday", name: "Signature Roast", price: "$18", rating: 5,
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/mug-saucer-set-light-colours_23-2147834523.jpg"},
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/mug-saucer-set-light-colours_23-2147834523.jpg?_wi=2"},
{
id: "p2", brand: "Inday", name: "Iced Cold Brew", price: "$6", rating: 5,
reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/vertical-high-angle-shot-cappuccino-blue-wooden-surface_181624-41113.jpg"},
reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/vertical-high-angle-shot-cappuccino-blue-wooden-surface_181624-41113.jpg?_wi=2"},
{
id: "p3", brand: "Inday", name: "Morning Croissant", price: "$4", rating: 4,
reviewCount: "200", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-arrangement-with-tasty-breakfast_23-2148877633.jpg"},
{
id: "p4", brand: "Inday", name: "Classic Espresso", price: "$3.5", rating: 5,
reviewCount: "300", imageSrc: "http://img.b2bpic.net/free-photo/small-coffee-shop-items-arrangement_23-2149434608.jpg"},
reviewCount: "300", imageSrc: "http://img.b2bpic.net/free-photo/small-coffee-shop-items-arrangement_23-2149434608.jpg?_wi=2"},
{
id: "p5", brand: "Inday", name: "Matcha Latte", price: "$5.5", rating: 5,
reviewCount: "92", imageSrc: "http://img.b2bpic.net/free-photo/delicious-matcha-tea-scene_23-2151844291.jpg"},