Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-04-05 06:15:39 +00:00

View File

@@ -51,27 +51,27 @@ export default function LandingPage() {
description="Artisan breads, delicate pastries, and sweet treats crafted with love and the finest ingredients."
leftCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-bread-chopper-with-wooden-table_23-2148288062.jpg", imageAlt: "Artisan Bread"},
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-bread-chopper-with-wooden-table_23-2148288062.jpg?_wi=1", imageAlt: "Artisan Bread"},
{
imageSrc: "http://img.b2bpic.net/free-photo/bar-still-life-with-cake_23-2147821284.jpg", imageAlt: "Fresh Cookies"},
imageSrc: "http://img.b2bpic.net/free-photo/bar-still-life-with-cake_23-2147821284.jpg?_wi=1", imageAlt: "Fresh Cookies"},
{
imageSrc: "http://img.b2bpic.net/free-photo/three-golden-croissants-dark-slate-background_84443-85775.jpg", imageAlt: "Butter Croissant"},
imageSrc: "http://img.b2bpic.net/free-photo/three-golden-croissants-dark-slate-background_84443-85775.jpg?_wi=1", imageAlt: "Butter Croissant"},
{
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-bread-black-cloth_23-2148288104.jpg", imageAlt: "Sourdough Loaf"},
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-bread-black-cloth_23-2148288104.jpg?_wi=1", imageAlt: "Sourdough Loaf"},
{
imageSrc: "http://img.b2bpic.net/free-photo/baguette-loaf-weathered-backdrop_23-2148074063.jpg", imageAlt: "Baguette"},
imageSrc: "http://img.b2bpic.net/free-photo/baguette-loaf-weathered-backdrop_23-2148074063.jpg?_wi=1", imageAlt: "Baguette"},
]}
rightCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/bar-still-life-with-cake_23-2147821284.jpg", imageAlt: "Baking Process"},
imageSrc: "http://img.b2bpic.net/free-photo/bar-still-life-with-cake_23-2147821284.jpg?_wi=2", imageAlt: "Baking Process"},
{
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-bread-chopper-with-wooden-table_23-2148288062.jpg", imageAlt: "Bakery Interior"},
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-bread-chopper-with-wooden-table_23-2148288062.jpg?_wi=2", imageAlt: "Bakery Interior"},
{
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-dessert_23-2148904683.jpg", imageAlt: "Cinnamon Roll"},
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-dessert_23-2148904683.jpg?_wi=1", imageAlt: "Cinnamon Roll"},
{
imageSrc: "http://img.b2bpic.net/free-photo/homemade-delicious-rustic-summer-berry-tartles_114579-11156.jpg", imageAlt: "Berry Tart"},
imageSrc: "http://img.b2bpic.net/free-photo/homemade-delicious-rustic-summer-berry-tartles_114579-11156.jpg?_wi=1", imageAlt: "Berry Tart"},
{
imageSrc: "http://img.b2bpic.net/free-photo/dark-chocolate-cup-cake_1339-7691.jpg", imageAlt: "Chocolate Muffin"},
imageSrc: "http://img.b2bpic.net/free-photo/dark-chocolate-cup-cake_1339-7691.jpg?_wi=1", imageAlt: "Chocolate Muffin"},
]}
buttons={[
{
@@ -114,22 +114,22 @@ export default function LandingPage() {
products={[
{
id: "p1", brand: "Bakery", name: "Butter Croissant", price: "$3.50", rating: 5,
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/three-golden-croissants-dark-slate-background_84443-85775.jpg"},
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/three-golden-croissants-dark-slate-background_84443-85775.jpg?_wi=2"},
{
id: "p2", brand: "Bakery", name: "Choco Muffin", price: "$3.00", rating: 4,
reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/dark-chocolate-cup-cake_1339-7691.jpg"},
reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/dark-chocolate-cup-cake_1339-7691.jpg?_wi=2"},
{
id: "p3", brand: "Bakery", name: "Sourdough", price: "$6.00", rating: 5,
reviewCount: "80", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-bread-black-cloth_23-2148288104.jpg"},
reviewCount: "80", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-bread-black-cloth_23-2148288104.jpg?_wi=2"},
{
id: "p4", brand: "Bakery", name: "Classic Baguette", price: "$2.50", rating: 4,
reviewCount: "65", imageSrc: "http://img.b2bpic.net/free-photo/baguette-loaf-weathered-backdrop_23-2148074063.jpg"},
reviewCount: "65", imageSrc: "http://img.b2bpic.net/free-photo/baguette-loaf-weathered-backdrop_23-2148074063.jpg?_wi=2"},
{
id: "p5", brand: "Bakery", name: "Cinnamon Roll", price: "$4.00", rating: 5,
reviewCount: "110", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-dessert_23-2148904683.jpg"},
reviewCount: "110", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-dessert_23-2148904683.jpg?_wi=2"},
{
id: "p6", brand: "Bakery", name: "Berry Tart", price: "$4.50", rating: 5,
reviewCount: "75", imageSrc: "http://img.b2bpic.net/free-photo/homemade-delicious-rustic-summer-berry-tartles_114579-11156.jpg"},
reviewCount: "75", imageSrc: "http://img.b2bpic.net/free-photo/homemade-delicious-rustic-summer-berry-tartles_114579-11156.jpg?_wi=2"},
]}
title="Our Specialties"
description="Discover our selection of freshly baked goods delivered daily to your neighborhood."