Update src/app/page.tsx

This commit is contained in:
2026-03-17 20:28:59 +00:00
parent 5d6cd4b165
commit c8d3d5d0be

View File

@@ -57,16 +57,16 @@ export default function LandingPage() {
background={{ variant: "radial-gradient" }}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup-with-blurred-background_23-2148164694.jpg", imageAlt: "קפה ללוש - סניף נס ציונה"
imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup-with-blurred-background_23-2148164694.jpg?_wi=1", imageAlt: "קפה ללוש - סניף נס ציונה"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/young-curly-woman-leather-jacket-bar-put-her-legs-table_627829-6931.jpg", imageAlt: "סניף קפה ללוש נס ציונה"
imageSrc: "http://img.b2bpic.net/free-photo/young-curly-woman-leather-jacket-bar-put-her-legs-table_627829-6931.jpg?_wi=1", imageAlt: "סניף קפה ללוש נס ציונה"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/cocktails-bar-with-waitress-background_23-2147821272.jpg", imageAlt: "קפה ללוש קניון הזהב"
imageSrc: "http://img.b2bpic.net/free-photo/cocktails-bar-with-waitress-background_23-2147821272.jpg?_wi=1", imageAlt: "קפה ללוש קניון הזהב"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/wooden-bar-table-with-bar-chairs-cafe_181624-60461.jpg", imageAlt: "סניף קפה ללוש חולון"
imageSrc: "http://img.b2bpic.net/free-photo/wooden-bar-table-with-bar-chairs-cafe_181624-60461.jpg?_wi=1", imageAlt: "סניף קפה ללוש חולון"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-making-coffee_23-2150354566.jpg", imageAlt: "קפה אספרסו ללוש"
@@ -92,13 +92,13 @@ export default function LandingPage() {
animationType="slide-up"
products={[
{
id: "nes", name: "קפה ללוש נס ציונה", price: "מרכז עמי סנטר-ארגמן", variant: "משה לרר 1, נס ציונה", imageSrc: "http://img.b2bpic.net/free-photo/young-curly-woman-leather-jacket-bar-put-her-legs-table_627829-6931.jpg", imageAlt: "סניף נס ציונה"
id: "nes", name: "קפה ללוש נס ציונה", price: "מרכז עמי סנטר-ארגמן", variant: "משה לרר 1, נס ציונה", imageSrc: "http://img.b2bpic.net/free-photo/young-curly-woman-leather-jacket-bar-put-her-legs-table_627829-6931.jpg?_wi=2", imageAlt: "סניף נס ציונה"
},
{
id: "zahav", name: "קפה ללוש קניון הזהב", price: "קניון הזהב", variant: "חולון", imageSrc: "http://img.b2bpic.net/free-photo/cocktails-bar-with-waitress-background_23-2147821272.jpg", imageAlt: "סניף קניון הזהב"
id: "zahav", name: "קפה ללוש קניון הזהב", price: "קניון הזהב", variant: "חולון", imageSrc: "http://img.b2bpic.net/free-photo/cocktails-bar-with-waitress-background_23-2147821272.jpg?_wi=2", imageAlt: "סניף קניון הזהב"
},
{
id: "holon", name: "קפה ללוש חולון", price: "סניף חולון", variant: "חולון", imageSrc: "http://img.b2bpic.net/free-photo/wooden-bar-table-with-bar-chairs-cafe_181624-60461.jpg", imageAlt: "סניף חולון"
id: "holon", name: "קפה ללוש חולון", price: "סניף חולון", variant: "חולון", imageSrc: "http://img.b2bpic.net/free-photo/wooden-bar-table-with-bar-chairs-cafe_181624-60461.jpg?_wi=2", imageAlt: "סניף חולון"
}
]}
ariaLabel="Locations section"
@@ -215,7 +215,7 @@ export default function LandingPage() {
tagAnimation="slide-up"
background={{ variant: "radial-gradient" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/coffee-cup-with-blurred-background_23-2148164694.jpg"
imageSrc="http://img.b2bpic.net/free-photo/coffee-cup-with-blurred-background_23-2148164694.jpg?_wi=2"
imageAlt="קפה ללוש"
mediaAnimation="slide-up"
mediaPosition="right"