Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-06-08 18:30:17 +00:00

View File

@@ -131,20 +131,14 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
id: "p-1", name: "Classic Latte", price: "$5.50", imageSrc: "http://img.b2bpic.net/free-photo/mocca-coffee-shop_1339-4900.jpg", imageAlt: "Beautiful latte art in a white cup"},
id: "p-1", name: "Specialty Coffee", price: "$6.50", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ErhGOEKKZOBkTY7rjcK9R0BsD8/uploaded-1780943384290-47lcsmpn.jpg", imageAlt: "Variety of specialty coffees"},
{
id: "p-2", name: "Signature Espresso", price: "$4.00", imageSrc: "http://img.b2bpic.net/free-photo/coffee-preparation-concept-still-life_23-2150354588.jpg", imageAlt: "A freshly pulled shot of espresso"},
id: "p-2", name: "Artisan Pastries", price: "$4.50", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ErhGOEKKZOBkTY7rjcK9R0BsD8/uploaded-1780943384291-tv8d4ytg.jpg", imageAlt: "Selection of freshly baked pastries"},
{
id: "p-3", name: "Artisan Croissant", price: "$3.75", imageSrc: "http://img.b2bpic.net/free-photo/top-view-little-yummy-cakes-with-cream-along-with-different-berries-light-bright-desk-cake-biscuit-berry-sweet-bake_140725-30760.jpg", imageAlt: "Golden-brown flaky croissant"},
{
id: "p-4", name: "Gourmet Breakfast Sandwich", price: "$8.00", imageSrc: "http://img.b2bpic.net/free-photo/club-sandwich-with-multiple-layer-bread_141793-1155.jpg", imageAlt: "Delicious breakfast sandwich with fresh ingredients"},
{
id: "p-5", name: "Cold Brew", price: "$6.00", imageSrc: "http://img.b2bpic.net/free-photo/iced-coffee-sugar-cubes-top-view_23-2149600696.jpg", imageAlt: "Refreshing cold brew coffee in a glass"},
{
id: "p-6", name: "Blueberry Muffin", price: "$3.50", imageSrc: "http://img.b2bpic.net/free-photo/chinese-sweet-cake-dessert_1339-7683.jpg", imageAlt: "Freshly baked blueberry muffin"},
id: "p-3", name: "Gourmet Sandwiches", price: "$9.00", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ErhGOEKKZOBkTY7rjcK9R0BsD8/uploaded-1780943384291-iiu3e2q9.jpg", imageAlt: "Delicious gourmet sandwiches"}
]}
title="Our Exquisite Offerings"
description="Indulge in our selection of expertly crafted beverages and freshly baked treats, perfect for any time of day."
title="Our Featured Menu"
description="Explore our exquisite selection of specialty coffees, freshly baked artisan pastries, and gourmet sandwiches, crafted for your delight."
/>
</div>
@@ -162,7 +156,7 @@ export default function LandingPage() {
{
src: "http://img.b2bpic.net/free-photo/close-up-portrait-elegant-woman-blonde-woman-with-curly-beautiful-hair-beautiful-blonde-long-curly-hair-woman-with-beauty-makeup-healthy-skin-female-fashion-portrait_343629-62.jpg", alt: "Woman with glasses smiling gently"},
{
src: "http://img.b2bpic.net/free-photo/headshot-attractive-young-redhead-female-with-hair-bun-sitting-cafe-having-surprised-facial-expression_273609-9261.jpg", alt: "Smiling man with short beard"},
src: "http://img.b2bpic.net/free-photo/headshot-attractive-young-redhead-female-with-hair-bun-sitting-cafe-having-surprised-facial-expression_273609-9261.jpg", alt: "Man with short beard"},
{
src: "http://img.b2bpic.net/free-photo/glamour-african-american-woman-yellow-dress-sitting-table-with-dishes-restaurant-with-mobile-phone-hand_627829-509.jpg", alt: "Young woman with curly hair smiling"},
]}