Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-06-08 11:48:09 +00:00

View File

@@ -71,15 +71,15 @@ export default function LandingPage() {
description="Welcome to Cake Park where every cake is a masterpiece, baked with passion and precision. Indulge in our exquisite range of custom cakes, delicious pastries, and delightful treats perfect for any occasion."
leftCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/world-pride-day-elements-arrangement_23-2148960501.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/world-pride-day-elements-arrangement_23-2148960501.jpg?_wi=1",
imageAlt: "Decadent chocolate cake with berries",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/beautifully-decorted-bakery-sweets_23-2149367851.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/beautifully-decorted-bakery-sweets_23-2149367851.jpg?_wi=1",
imageAlt: "White forest cake with blueberry decoration",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-cheesecake-with-strawberry-chocolate-plate-bowls-with-strawberries_140725-105617.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-cheesecake-with-strawberry-chocolate-plate-bowls-with-strawberries_140725-105617.jpg?_wi=1",
imageAlt: "Classic red velvet cake",
},
{
@@ -237,7 +237,7 @@ export default function LandingPage() {
},
],
reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/world-pride-day-elements-arrangement_23-2148960501.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/world-pride-day-elements-arrangement_23-2148960501.jpg?_wi=2",
imageAlt: "chef decorating custom cake",
},
{
@@ -262,7 +262,7 @@ export default function LandingPage() {
},
],
reverse: true,
imageSrc: "http://img.b2bpic.net/free-photo/beautifully-decorted-bakery-sweets_23-2149367851.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/beautifully-decorted-bakery-sweets_23-2149367851.jpg?_wi=2",
imageAlt: "chef decorating custom cake",
},
{
@@ -287,7 +287,7 @@ export default function LandingPage() {
},
],
reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-cheesecake-with-strawberry-chocolate-plate-bowls-with-strawberries_140725-105617.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-cheesecake-with-strawberry-chocolate-plate-bowls-with-strawberries_140725-105617.jpg?_wi=2",
imageAlt: "chef decorating custom cake",
},
]}