Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-06 22:13:21 +00:00

View File

@@ -53,10 +53,10 @@ export default function LandingPage() {
imageSrc: "http://img.b2bpic.net/free-photo/vintage-store-with-pastries_23-2148289386.jpg", imageAlt: "Paris Bakery fresh pastries display"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-beverages-near-pastry-leaves_23-2147869666.jpg", imageAlt: "Mexican coffee and café drinks"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-beverages-near-pastry-leaves_23-2147869666.jpg?_wi=1", imageAlt: "Mexican coffee and café drinks"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/assortment-croissants-with-peanut-butter_23-2148566686.jpg", imageAlt: "Conchas and Mexican sweet bread"
imageSrc: "http://img.b2bpic.net/free-photo/assortment-croissants-with-peanut-butter_23-2148566686.jpg?_wi=1", imageAlt: "Conchas and Mexican sweet bread"
}
]}
autoplayDelay={5000}
@@ -87,11 +87,11 @@ export default function LandingPage() {
products={[
{
id: "1", brand: "Hot Beverages", name: "Café Lechero", price: "$4.50", rating: 5,
reviewCount: "150+", imageSrc: "http://img.b2bpic.net/free-photo/close-up-beverages-near-pastry-leaves_23-2147869666.jpg", imageAlt: "Traditional Mexican café lechero"
reviewCount: "150+", imageSrc: "http://img.b2bpic.net/free-photo/close-up-beverages-near-pastry-leaves_23-2147869666.jpg?_wi=2", imageAlt: "Traditional Mexican café lechero"
},
{
id: "2", brand: "Bakery Favorites", name: "Conchas", price: "$3.00", rating: 5,
reviewCount: "280+", imageSrc: "http://img.b2bpic.net/free-photo/assortment-croissants-with-peanut-butter_23-2148566686.jpg", imageAlt: "Fresh conchas Mexican pastries"
reviewCount: "280+", imageSrc: "http://img.b2bpic.net/free-photo/assortment-croissants-with-peanut-butter_23-2148566686.jpg?_wi=2", imageAlt: "Fresh conchas Mexican pastries"
},
{
id: "3", brand: "Cold Drinks", name: "Smoothies", price: "$5.99", rating: 5,
@@ -147,10 +147,10 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1", name: "Maria Santos", handle: "@mariasantos", testimonial: "The sweet bread was delicious. The place was clean and the customer service was excellent. Definitely coming back!", imageSrc: "http://img.b2bpic.net/free-photo/pretty-attractive-young-mixed-race-model-with-large-afro-wearing-navy-jacket-her-naked-body-shorts_633478-1216.jpg", imageAlt: "Maria Santos"
id: "1", name: "Maria Santos", handle: "@mariasantos", testimonial: "The sweet bread was delicious. The place was clean and the customer service was excellent. Definitely coming back!", imageSrc: "http://img.b2bpic.net/free-photo/pretty-attractive-young-mixed-race-model-with-large-afro-wearing-navy-jacket-her-naked-body-shorts_633478-1216.jpg?_wi=1", imageAlt: "Maria Santos"
},
{
id: "2", name: "Juan Delgado", handle: "@juandelgado", testimonial: "Love the fresh bread and friendly service every time we visit. Best conchas in Mission!", imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg", imageAlt: "Juan Delgado"
id: "2", name: "Juan Delgado", handle: "@juandelgado", testimonial: "Love the fresh bread and friendly service every time we visit. Best conchas in Mission!", imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg?_wi=1", imageAlt: "Juan Delgado"
},
{
id: "3", name: "Rosa García", handle: "@rosarosa", testimonial: "The bakery smells amazing and everything looks delicious. My family comes here every weekend!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-pointing-with-finger_1262-3108.jpg", imageAlt: "Rosa García"
@@ -159,10 +159,10 @@ export default function LandingPage() {
id: "4", name: "Carlos Ruiz", handle: "@carlosruiz", testimonial: "Traditional recipes done right. The pan dulce is authentic and the prices are fair. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-excited-man-with-beard-looking-amused-advertisement-standing-against-blue-back_1258-155097.jpg", imageAlt: "Carlos Ruiz"
},
{
id: "5", name: "Elena Morales", handle: "@elenamorales", testimonial: "Great coffee, great pastries, great people. This is our go-to spot for morning breakfast!", imageSrc: "http://img.b2bpic.net/free-photo/pretty-attractive-young-mixed-race-model-with-large-afro-wearing-navy-jacket-her-naked-body-shorts_633478-1216.jpg", imageAlt: "Elena Morales"
id: "5", name: "Elena Morales", handle: "@elenamorales", testimonial: "Great coffee, great pastries, great people. This is our go-to spot for morning breakfast!", imageSrc: "http://img.b2bpic.net/free-photo/pretty-attractive-young-mixed-race-model-with-large-afro-wearing-navy-jacket-her-naked-body-shorts_633478-1216.jpg?_wi=2", imageAlt: "Elena Morales"
},
{
id: "6", name: "Miguel Torres", handle: "@migueltorres", testimonial: "Drive-through is super convenient. Fresh baked goods every single time. Paris Bakery is the best!", imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg", imageAlt: "Miguel Torres"
id: "6", name: "Miguel Torres", handle: "@migueltorres", testimonial: "Drive-through is super convenient. Fresh baked goods every single time. Paris Bakery is the best!", imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg?_wi=2", imageAlt: "Miguel Torres"
}
]}
speed={40}