Merge version_3 into main #4

Merged
bender merged 1 commits from version_3 into main 2026-05-05 23:36:44 +00:00

View File

@@ -97,16 +97,16 @@ export default function LandingPage() {
products={[
{
id: "p1", name: "לחם מחמצת", price: "18 ש\"ח", variant: "לחמים", imageSrc: "http://img.b2bpic.net/free-photo/top-view-sweet-pastry-sliced-pieces-dark-surface_140725-91205.jpg"},
{
id: "p2", name: "קרואסון חמאה", price: "12 ש\"ח", variant: "מאפים", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-cinnamon-roll-table_23-2148543695.jpg"},
{
id: "p3", name: "מאפין אוכמניות", price: "10 ש\"ח", variant: "קינוחים", imageSrc: "http://img.b2bpic.net/free-photo/muffins-with-berries-wooden-platter_114579-18524.jpg"},
{
id: "p4", name: "צ'בטה כפרית", price: "14 ש\"ח", variant: "לחמים", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-delicious-bread-concept_23-2148648759.jpg"},
{
id: "p6", name: "בגט מסורתי", price: "9 ש\"ח", variant: "לחמים", imageSrc: "http://img.b2bpic.net/free-photo/two-fragrant-bread-marble_114579-72190.jpg"},
{
id: "p2", name: "קרואסון חמאה", price: "12 ש\"ח", variant: "מאפים", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-cinnamon-roll-table_23-2148543695.jpg"},
{
id: "p5", name: "דניש פירות", price: "13 ש\"ח", variant: "מאפים", imageSrc: "http://img.b2bpic.net/free-photo/cutting-slice-strawberry-pie-wooden-board_114579-61920.jpg"},
{
id: "p6", name: "בגט מסורתי", price: "9 ש\"ח", variant: "לחמים", imageSrc: "http://img.b2bpic.net/free-photo/two-fragrant-bread-marble_114579-72190.jpg"},
id: "p3", name: "מאפין אוכמניות", price: "10 ש\"ח", variant: "קינוחים", imageSrc: "http://img.b2bpic.net/free-photo/muffins-with-berries-wooden-platter_114579-18524.jpg"},
]}
title="המבחר שלנו"
description="גלו את מגוון הלחמים, המאפים והפינוקים היומיים שלנו."
@@ -200,4 +200,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}