Merge version_5 into main #4

Merged
development merged 2 commits from version_5 into main 2025-12-26 08:52:22 +00:00
Showing only changes of commit 95d1ad0ea5 - Show all commits

View File

@@ -35,7 +35,7 @@ export default function LandingPage() {
{ name: "Contact", id: "contact" } { name: "Contact", id: "contact" }
]} ]}
button={{ button={{
text: "Order Now - $45", text: "Order Now",
href: "contact" href: "contact"
}} }}
/> />
@@ -92,21 +92,21 @@ export default function LandingPage() {
{ {
id: "1", id: "1",
name: "Single Origin Espresso", name: "Single Origin Espresso",
price: "$45", price: "$4.50",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766669020152-7lol4evi.jpg", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766669020152-7lol4evi.jpg",
imageAlt: "Rich espresso shot" imageAlt: "Rich espresso shot"
}, },
{ {
id: "2", id: "2",
name: "Silky Cappuccino", name: "Silky Cappuccino",
price: "$45", price: "$5.50",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766669024641-xdzx7wx8.jpg", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766669024641-xdzx7wx8.jpg",
imageAlt: "Creamy cappuccino with latte art" imageAlt: "Creamy cappuccino with latte art"
}, },
{ {
id: "3", id: "3",
name: "Cold Brew Delight", name: "Cold Brew Delight",
price: "$45", price: "$5.00",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766669025552-45dtt24c.jpg", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766669025552-45dtt24c.jpg",
imageAlt: "Refreshing cold brew coffee" imageAlt: "Refreshing cold brew coffee"
} }