Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -85,11 +85,11 @@ export default function LandingPage() {
|
||||
avatarText="Join our community of coffee lovers!"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text", text: "Freshly Brewed Excellence • "},
|
||||
type: "text", text: "Freshly Brewed Excellence \u2022 "},
|
||||
{
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/businessman-having-coffee_53876-24896.jpg", alt: "A businessman having coffee"},
|
||||
{
|
||||
type: "text", text: "Artisan Pastries Daily • "},
|
||||
type: "text", text: "Artisan Pastries Daily \u2022 "},
|
||||
{
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/businesswoman-having-cup-coffee_53876-40350.jpg", alt: "Businesswoman having a cup of coffee"},
|
||||
{
|
||||
@@ -122,7 +122,7 @@ export default function LandingPage() {
|
||||
{
|
||||
title: "Artisan Coffee Blends", description: "Savor our exclusive blends, carefully roasted and brewed to perfection. Each cup tells a story of rich flavors and aromatic notes.", imageSrc: "http://img.b2bpic.net/free-photo/male-barista-brewing-coffee-alternative-method-pour_176420-14715.jpg", imageAlt: "professional espresso machine coffee shop"},
|
||||
{
|
||||
title: "Freshly Baked Pastries", description: "Indulge in our daily selection of pastries, baked fresh every morning. Croissants, muffins, cakes – a sweet delight for every palate.", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-doughnuts-black-surface-stone-board_114579-17439.jpg", imageAlt: "fresh pastry display bakery cafe"},
|
||||
title: "Freshly Baked Pastries", description: "Indulge in our daily selection of pastries, baked fresh every morning. Croissants, muffins, cakes \u2013 a sweet delight for every palate.", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-doughnuts-black-surface-stone-board_114579-17439.jpg", imageAlt: "fresh pastry display bakery cafe"},
|
||||
{
|
||||
title: "Relaxing Ambiance", description: "Unwind in our cozy interior or enjoy the fresh air on our outdoor patio. The perfect spot to meet friends or simply enjoy a quiet moment.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-asian-woman-sitting-cafe-with-cup-coffee-talking-mobile-phone-having-lively_1258-198945.jpg", imageAlt: "outdoor cafe seating summer terrace"},
|
||||
]}
|
||||
@@ -159,6 +159,14 @@ export default function LandingPage() {
|
||||
]}
|
||||
title="Delightful Menu"
|
||||
description="Explore our wide range of delicious food and beverages, prepared with care and the freshest ingredients. There's something for everyone at Alfredo Cafe."
|
||||
buttons={[
|
||||
{
|
||||
text: "Order Online", href: "#contact"
|
||||
},
|
||||
{
|
||||
text: "View Full Menu", href: "#menu"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user