Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-21 03:51:37 +00:00

View File

@@ -75,7 +75,7 @@ export default function HomePage() {
<HeroCentered
title="Hay Day Coffee & Farm"
description="Where the Farm Comes to Life"
background="plain"
background={{ variant: "plain" }}
avatars={[
{
src: "http://img.b2bpic.net/free-photo/romantic-date-couple-love-cafe-happy-couple-love-enjoying-romantic-moment_8353-6650.jpg",
@@ -106,7 +106,7 @@ export default function HomePage() {
price: "80 THB",
rating: 5,
reviewCount: "245",
imageSrc: "http://img.b2bpic.net/free-photo/slice-chocolate-cake-coffee-beans-glass-tea-marble-table_114579-40099.jpg?_wi=1",
imageSrc: "http://img.b2bpic.net/free-photo/slice-chocolate-cake-coffee-beans-glass-tea-marble-table_114579-40099.jpg",
imageAlt: "Freshly pulled single-origin espresso shot",
},
{
@@ -116,7 +116,7 @@ export default function HomePage() {
price: "95 THB",
rating: 5,
reviewCount: "312",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-barista-pours-milk-into-cup-coffee_141793-17485.jpg?_wi=1",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-barista-pours-milk-into-cup-coffee_141793-17485.jpg",
imageAlt: "Creamy cappuccino with latte art",
},
{
@@ -126,7 +126,7 @@ export default function HomePage() {
price: "85 THB",
rating: 5,
reviewCount: "198",
imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-iced-coffee-beverage_23-2149648697.jpg?_wi=1",
imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-iced-coffee-beverage_23-2149648697.jpg",
imageAlt: "Refreshing cold brew iced coffee",
},
{
@@ -136,7 +136,7 @@ export default function HomePage() {
price: "60 THB",
rating: 5,
reviewCount: "156",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-holding-hat-with-eggs_23-2149456967.jpg?_wi=1",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-holding-hat-with-eggs_23-2149456967.jpg",
imageAlt: "Basket of fresh farm eggs",
},
{
@@ -146,7 +146,7 @@ export default function HomePage() {
price: "120 THB",
rating: 5,
reviewCount: "89",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-from-afar-cake-cake-basket-apples-chocolate-sauce-berries-raisins-spikelets_140725-72588.jpg?_wi=1",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-from-afar-cake-cake-basket-apples-chocolate-sauce-berries-raisins-spikelets_140725-72588.jpg",
imageAlt: "Fresh seasonal vegetables from the farm",
},
{
@@ -156,7 +156,7 @@ export default function HomePage() {
price: "75 THB",
rating: 5,
reviewCount: "267",
imageSrc: "http://img.b2bpic.net/free-photo/crop-hands-with-ice-cream_23-2147896695.jpg?_wi=1",
imageSrc: "http://img.b2bpic.net/free-photo/crop-hands-with-ice-cream_23-2147896695.jpg",
imageAlt: "Creamy homemade ice cream",
},
]}
@@ -179,37 +179,37 @@ export default function HomePage() {
id: "sunrise",
title: "Golden Sunrise",
descriptions: ["Experience the magical golden hour over rice fields"],
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-landscape-gavi-hillside-piedmont-italy-sunset_181624-52111.jpg?_wi=1",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-landscape-gavi-hillside-piedmont-italy-sunset_181624-52111.jpg",
},
{
id: "cafe",
title: "Cozy Café Interior",
descriptions: ["Warm, inviting spaces perfect for relaxation"],
imageSrc: "http://img.b2bpic.net/free-photo/table-outdoor-cafe_23-2147731688.jpg?_wi=1",
imageSrc: "http://img.b2bpic.net/free-photo/table-outdoor-cafe_23-2147731688.jpg",
},
{
id: "farm-work",
title: "Harvest Season",
descriptions: ["The rhythms of sustainable farm life"],
imageSrc: "http://img.b2bpic.net/free-photo/exhausted-teamworking-farmers-working-hard-maximize-naturally-grown-certified-organic-nutritious-bio-vegan-food-crop-harvest-yields-entrepreneurial-non-gmo-certified-organic-greenhouse_482257-65843.jpg?_wi=1",
imageSrc: "http://img.b2bpic.net/free-photo/exhausted-teamworking-farmers-working-hard-maximize-naturally-grown-certified-organic-nutritious-bio-vegan-food-crop-harvest-yields-entrepreneurial-non-gmo-certified-organic-greenhouse_482257-65843.jpg",
},
{
id: "coffee-prep",
title: "Coffee Craft",
descriptions: ["Carefully prepared single-origin espresso"],
imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-iced-coffee-beverage_23-2149648686.jpg?_wi=1",
imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-iced-coffee-beverage_23-2149648686.jpg",
},
{
id: "outdoor-seating",
title: "Farm Views Dining",
descriptions: ["Enjoy meals surrounded by nature"],
imageSrc: "http://img.b2bpic.net/free-photo/smiley-people-sitting-table-medium-shot_23-2149001341.jpg?_wi=1",
imageSrc: "http://img.b2bpic.net/free-photo/smiley-people-sitting-table-medium-shot_23-2149001341.jpg",
},
{
id: "community",
title: "Community Moments",
descriptions: ["Where locals and visitors gather peacefully"],
imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-having-lunch_23-2150598423.jpg?_wi=1",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-having-lunch_23-2150598423.jpg",
},
]}
ariaLabel="Hay Day Coffee Farm gallery"