Merge version_1 into main #1

Merged
bender merged 2 commits from version_1 into main 2026-03-08 03:07:11 +00:00
2 changed files with 1375 additions and 8 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -47,16 +47,16 @@ export default function LandingPage() {
tagAnimation="slide-up"
background={{ variant: "glowing-orb" }}
leftCarouselItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/cooked-bread-with-ingredients-eggs-tapioca-flour-cup_1150-22121.jpg", imageAlt: "Fresh Golden Croissants" },
{ imageSrc: "http://img.b2bpic.net/free-photo/assortment-delicious-sweet-goodies_23-2148900936.jpg", imageAlt: "Cream Puffs & Pastries" },
{ imageSrc: "http://img.b2bpic.net/free-photo/cooked-bread-with-ingredients-eggs-tapioca-flour-cup_1150-22121.jpg", imageAlt: "Butter Croissants" },
{ imageSrc: "http://img.b2bpic.net/free-photo/assortment-delicious-sweet-goodies_23-2148900936.jpg", imageAlt: "Delicate Puff Pastries" }
{ imageSrc: "http://img.b2bpic.net/free-photo/cooked-bread-with-ingredients-eggs-tapioca-flour-cup_1150-22121.jpg?_wi=1", imageAlt: "Fresh Golden Croissants" },
{ imageSrc: "http://img.b2bpic.net/free-photo/assortment-delicious-sweet-goodies_23-2148900936.jpg?_wi=1", imageAlt: "Cream Puffs & Pastries" },
{ imageSrc: "http://img.b2bpic.net/free-photo/cooked-bread-with-ingredients-eggs-tapioca-flour-cup_1150-22121.jpg?_wi=2", imageAlt: "Butter Croissants" },
{ imageSrc: "http://img.b2bpic.net/free-photo/assortment-delicious-sweet-goodies_23-2148900936.jpg?_wi=2", imageAlt: "Delicate Puff Pastries" }
]}
rightCarouselItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/tasty-traditional-indian-bakery-pies_23-2148295017.jpg", imageAlt: "Savory Meat Patties" },
{ imageSrc: "http://img.b2bpic.net/free-photo/various-type-rustic-breads-box_23-2147975199.jpg", imageAlt: "Artisan Fresh Bread" },
{ imageSrc: "http://img.b2bpic.net/free-photo/tasty-traditional-indian-bakery-pies_23-2148295017.jpg", imageAlt: "Spiced Savory Rolls" },
{ imageSrc: "http://img.b2bpic.net/free-photo/various-type-rustic-breads-box_23-2147975199.jpg", imageAlt: "Warm Baked Loaves" }
{ imageSrc: "http://img.b2bpic.net/free-photo/tasty-traditional-indian-bakery-pies_23-2148295017.jpg?_wi=1", imageAlt: "Savory Meat Patties" },
{ imageSrc: "http://img.b2bpic.net/free-photo/various-type-rustic-breads-box_23-2147975199.jpg?_wi=1", imageAlt: "Artisan Fresh Bread" },
{ imageSrc: "http://img.b2bpic.net/free-photo/tasty-traditional-indian-bakery-pies_23-2148295017.jpg?_wi=2", imageAlt: "Spiced Savory Rolls" },
{ imageSrc: "http://img.b2bpic.net/free-photo/various-type-rustic-breads-box_23-2147975199.jpg?_wi=2", imageAlt: "Warm Baked Loaves" }
]}
buttons={[
{ text: "Order Now", href: "#contact" },