diff --git a/src/app/page.tsx b/src/app/page.tsx index d6d133e..68934a3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,7 +59,7 @@ export default function LandingPage() { href: "#products", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/modest-breakfast-setup-surrounded-by-bread-loaves-marble-table_114579-56638.jpg" + imageSrc="http://img.b2bpic.net/free-photo/modest-breakfast-setup-surrounded-by-bread-loaves-marble-table_114579-56638.jpg?_wi=1" avatars={[ { src: "http://img.b2bpic.net/free-photo/portrait-smiling-brunette-woman-drinks-morning-coffee-cafe_613910-12134.jpg", @@ -97,25 +97,25 @@ export default function LandingPage() { id: "1", name: "Традиционна Баклава", price: "5 лв.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-turkish-baklava-dessert-made-thin-pastry-nuts-honey_176474-2594.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-turkish-baklava-dessert-made-thin-pastry-nuts-honey_176474-2594.jpg?_wi=1", }, { id: "2", name: "Торта с моркови", price: "4 лв.", - imageSrc: "http://img.b2bpic.net/free-photo/carrot-cake-slice-with-cream-cheese-frosting_123827-37131.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/carrot-cake-slice-with-cream-cheese-frosting_123827-37131.jpg?_wi=1", }, { id: "3", name: "Сладкиш със спанак", price: "3 лв.", - imageSrc: "http://img.b2bpic.net/free-photo/yummy-desserts-with-strawberry-white-ceramic-plates-green-table_23-2148123870.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/yummy-desserts-with-strawberry-white-ceramic-plates-green-table_23-2148123870.jpg?_wi=1", }, { id: "4", name: "Кадаиф", price: "4 лв.", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-turkish-baklava-with-pistachio-wooden-board_141793-3277.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-turkish-baklava-with-pistachio-wooden-board_141793-3277.jpg?_wi=1", }, { id: "5", @@ -148,7 +148,7 @@ export default function LandingPage() { quote: "Всяка хапка е удоволствие! Тортите са сочни, балансирани на вкус и изглеждат като малки произведения на изкуството.", tag: "5/5", avatarSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-with-tablet_23-2149927583.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/modest-breakfast-setup-surrounded-by-bread-loaves-marble-table_114579-56638.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/modest-breakfast-setup-surrounded-by-bread-loaves-marble-table_114579-56638.jpg?_wi=2", imageAlt: "customer profile shot portrait", }, { @@ -159,7 +159,7 @@ export default function LandingPage() { quote: "Приятно местенце за кратък отдих и да хапнеш нещо сладко. Силно препоръчвам!", tag: "5/5", avatarSrc: "http://img.b2bpic.net/free-photo/employee-working-with-trendy-clothes_482257-78860.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-turkish-baklava-dessert-made-thin-pastry-nuts-honey_176474-2594.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-turkish-baklava-dessert-made-thin-pastry-nuts-honey_176474-2594.jpg?_wi=2", imageAlt: "customer profile shot portrait", }, { @@ -170,7 +170,7 @@ export default function LandingPage() { quote: "Тортата с кадаиф е много вкусна и лека, а цените са умерени.", tag: "5/5", avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-middle-aged-businesswoman-standing-looking-away_74855-8812.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/carrot-cake-slice-with-cream-cheese-frosting_123827-37131.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/carrot-cake-slice-with-cream-cheese-frosting_123827-37131.jpg?_wi=2", imageAlt: "customer profile shot portrait", }, { @@ -181,7 +181,7 @@ export default function LandingPage() { quote: "Страхотно обслужване и невероятно разнообразие от традиционни сладкиши.", tag: "5/5", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-home_23-2149122066.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/yummy-desserts-with-strawberry-white-ceramic-plates-green-table_23-2148123870.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/yummy-desserts-with-strawberry-white-ceramic-plates-green-table_23-2148123870.jpg?_wi=2", imageAlt: "customer profile shot portrait", }, { @@ -192,7 +192,7 @@ export default function LandingPage() { quote: "Най-добрата пекарна в Асеновград! Всичко е винаги пресно и вкусно.", tag: "5/5", avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-female-red-haired-barista-looking-camera-smiling_171337-15610.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-turkish-baklava-with-pistachio-wooden-board_141793-3277.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-turkish-baklava-with-pistachio-wooden-board_141793-3277.jpg?_wi=2", imageAlt: "customer profile shot portrait", }, ]}