Merge version_1 into main #3

Merged
bender merged 2 commits from version_1 into main 2026-03-07 12:56:32 +00:00
2 changed files with 8 additions and 8 deletions

View File

@@ -53,7 +53,7 @@ export default function HomePage() {
tag="Specialty Coffee"
tagIcon={Coffee}
tagAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/view-coffee-machine-making-coffee-home_23-2151699627.jpg"
imageSrc="http://img.b2bpic.net/free-photo/view-coffee-machine-making-coffee-home_23-2151699627.jpg?_wi=1"
imageAlt="Premium coffee beans and brewing"
mediaAnimation="slide-up"
buttons={[
@@ -118,15 +118,15 @@ export default function HomePage() {
{
id: "1", brand: "Bealariq", name: "Ethiopian Yirgacheffe", price: "$22.99", rating: 5,
reviewCount: "342", imageSrc:
"http://img.b2bpic.net/free-photo/high-angle-coffee-machine-cups-with-coffee-beans_23-2148522959.jpg", imageAlt: "Ethiopian Yirgacheffe Coffee"},
"http://img.b2bpic.net/free-photo/high-angle-coffee-machine-cups-with-coffee-beans_23-2148522959.jpg?_wi=1", imageAlt: "Ethiopian Yirgacheffe Coffee"},
{
id: "2", brand: "Bealariq", name: "Colombian Geisha", price: "$28.50", rating: 5,
reviewCount: "289", imageSrc:
"http://img.b2bpic.net/free-vector/flat-design-coffee-plantation-sale-banner_23-2149408528.jpg", imageAlt: "Colombian Geisha Coffee"},
"http://img.b2bpic.net/free-vector/flat-design-coffee-plantation-sale-banner_23-2149408528.jpg?_wi=1", imageAlt: "Colombian Geisha Coffee"},
{
id: "3", brand: "Bealariq", name: "Kenyan AA Reserve", price: "$24.99", rating: 5,
reviewCount: "156", imageSrc:
"http://img.b2bpic.net/free-photo/coffee-beans-cardboard-box-book_114579-6399.jpg", imageAlt: "Kenyan AA Reserve Coffee"},
"http://img.b2bpic.net/free-photo/coffee-beans-cardboard-box-book_114579-6399.jpg?_wi=1", imageAlt: "Kenyan AA Reserve Coffee"},
]}
gridVariant="uniform-all-items-equal"
animationType="slide-up"

View File

@@ -92,7 +92,7 @@ export default function ShopPage() {
tag="Specialty Coffee"
tagIcon={Coffee}
tagAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/view-coffee-machine-making-coffee-home_23-2151699627.jpg"
imageSrc="http://img.b2bpic.net/free-photo/view-coffee-machine-making-coffee-home_23-2151699627.jpg?_wi=2"
imageAlt="Premium coffee beans and brewing"
mediaAnimation="slide-up"
buttons={[
@@ -134,13 +134,13 @@ export default function ShopPage() {
products={[
{
id: "1", brand: "Bealariq", name: "Ethiopian Yirgacheffe", price: "$22.99", rating: 5,
reviewCount: "342", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-coffee-machine-cups-with-coffee-beans_23-2148522959.jpg", imageAlt: "Ethiopian Yirgacheffe Coffee"},
reviewCount: "342", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-coffee-machine-cups-with-coffee-beans_23-2148522959.jpg?_wi=2", imageAlt: "Ethiopian Yirgacheffe Coffee"},
{
id: "2", brand: "Bealariq", name: "Colombian Geisha", price: "$28.50", rating: 5,
reviewCount: "289", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-coffee-plantation-sale-banner_23-2149408528.jpg", imageAlt: "Colombian Geisha Coffee"},
reviewCount: "289", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-coffee-plantation-sale-banner_23-2149408528.jpg?_wi=2", imageAlt: "Colombian Geisha Coffee"},
{
id: "3", brand: "Bealariq", name: "Kenyan AA Reserve", price: "$24.99", rating: 5,
reviewCount: "156", imageSrc: "http://img.b2bpic.net/free-photo/coffee-beans-cardboard-box-book_114579-6399.jpg", imageAlt: "Kenyan AA Reserve Coffee"},
reviewCount: "156", imageSrc: "http://img.b2bpic.net/free-photo/coffee-beans-cardboard-box-book_114579-6399.jpg?_wi=2", imageAlt: "Kenyan AA Reserve Coffee"},
]}
gridVariant="uniform-all-items-equal"
animationType="slide-up"