Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
1367
src/app/layout.tsx
1367
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -46,7 +46,7 @@ export default function LandingPage() {
|
||||
title="Authentic South American Bakery & Café"
|
||||
description="Fresh empanadas, pastries, coffee, and traditional Latin dishes made daily in West Palm Beach"
|
||||
tag="Open 8AM-3PM"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/flaky-flatbread-slices-small-ornate-tray-wooden_114579-44894.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/flaky-flatbread-slices-small-ornate-tray-wooden_114579-44894.jpg?_wi=1"
|
||||
imageAlt="Fresh golden empanadas"
|
||||
textPosition="bottom-left"
|
||||
showBlur={true}
|
||||
@@ -67,8 +67,8 @@ export default function LandingPage() {
|
||||
{
|
||||
title: "Empanadas", description: "Golden, flaky pastry pockets filled with seasoned beef, chicken, or vegetarian options. A local favorite for generations.", icon: UtensilsCrossed,
|
||||
mediaItems: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/flaky-flatbread-slices-small-ornate-tray-wooden_114579-44894.jpg", imageAlt: "Golden empanadas on plate" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/wedding-cake-cupcakes_1232-1832.jpg", imageAlt: "Bakery display counter" }
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/flaky-flatbread-slices-small-ornate-tray-wooden_114579-44894.jpg?_wi=2", imageAlt: "Golden empanadas on plate" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/wedding-cake-cupcakes_1232-1832.jpg?_wi=1", imageAlt: "Bakery display counter" }
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -82,14 +82,14 @@ export default function LandingPage() {
|
||||
title: "Fresh Pastries & Alfajores", description: "Hand-baked pastries and traditional alfajores (dulce de leche cookies). Perfect with café con leche.", icon: Croissant,
|
||||
mediaItems: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/fresh-pastry-table_1398-2210.jpg", imageAlt: "Assorted fresh pastries" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-with-cup-spoon_23-2148255014.jpg", imageAlt: "Warm cafe con leche" }
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-with-cup-spoon_23-2148255014.jpg?_wi=1", imageAlt: "Warm cafe con leche" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Café Con Leche", description: "Traditional Latin coffee with rich, creamy milk. The perfect way to start your morning or enjoy an afternoon break.", icon: Coffee,
|
||||
mediaItems: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-with-cup-spoon_23-2148255014.jpg", imageAlt: "Steaming cup of cafe con leche" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/wedding-cake-cupcakes_1232-1832.jpg", imageAlt: "Cozy bakery setting" }
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-with-cup-spoon_23-2148255014.jpg?_wi=2", imageAlt: "Steaming cup of cafe con leche" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/wedding-cake-cupcakes_1232-1832.jpg?_wi=2", imageAlt: "Cozy bakery setting" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
@@ -106,7 +106,7 @@ export default function LandingPage() {
|
||||
description="Al Pan Pan"
|
||||
subdescription="A neighborhood staple since opening"
|
||||
icon={Heart}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/wedding-cake-cupcakes_1232-1832.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/wedding-cake-cupcakes_1232-1832.jpg?_wi=3"
|
||||
imageAlt="Warm bakery interior with fresh pastries"
|
||||
useInvertedBackground={true}
|
||||
mediaAnimation="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user