Merge version_1 into main #3
@@ -55,11 +55,11 @@ export default function LandingPage() {
|
||||
buttonAnimation="slide-up"
|
||||
mediaItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-food-snacks-made-from-sweet-potatoes_23-2149134044.jpg", imageAlt: "Delicious brunch bowl" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/pancakes-arrangement-with-fruits_23-2148531570.jpg", imageAlt: "Fresh pancakes" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-avocado-toast-plate-with-poached-egg-coffee-cup_23-2148417426.jpg", imageAlt: "Avocado toast" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/waffle-pile-with-honey_23-2148079614.jpg", imageAlt: "Crispy waffles" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup_74190-67.jpg", imageAlt: "Specialty coffee" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/delicious-sweet-acai-bowl-composition_23-2149186024.jpg", imageAlt: "Fresh juice" }
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/pancakes-arrangement-with-fruits_23-2148531570.jpg?_wi=1", imageAlt: "Fresh pancakes" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-avocado-toast-plate-with-poached-egg-coffee-cup_23-2148417426.jpg?_wi=1", imageAlt: "Avocado toast" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/waffle-pile-with-honey_23-2148079614.jpg?_wi=1", imageAlt: "Crispy waffles" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup_74190-67.jpg?_wi=1", imageAlt: "Specialty coffee" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/delicious-sweet-acai-bowl-composition_23-2149186024.jpg?_wi=1", imageAlt: "Fresh juice" }
|
||||
]}
|
||||
ariaLabel="Planeta Brunch hero section with featured menu items"
|
||||
containerClassName="w-full"
|
||||
@@ -90,19 +90,19 @@ export default function LandingPage() {
|
||||
products={[
|
||||
{
|
||||
id: "1", brand: "Planeta Brunch", name: "Pancakes con Frutos Rojos / Berry Pancakes", price: "$8.500 CLP", rating: 5,
|
||||
reviewCount: "120+", imageSrc: "http://img.b2bpic.net/free-photo/pancakes-arrangement-with-fruits_23-2148531570.jpg", imageAlt: "Delicious berry pancakes"
|
||||
reviewCount: "120+", imageSrc: "http://img.b2bpic.net/free-photo/pancakes-arrangement-with-fruits_23-2148531570.jpg?_wi=2", imageAlt: "Delicious berry pancakes"
|
||||
},
|
||||
{
|
||||
id: "2", brand: "Planeta Brunch", name: "Avocado Toast / Pan con Aguacate", price: "$9.000 CLP", rating: 5,
|
||||
reviewCount: "95+", imageSrc: "http://img.b2bpic.net/free-photo/top-view-avocado-toast-plate-with-poached-egg-coffee-cup_23-2148417426.jpg", imageAlt: "Fresh avocado toast"
|
||||
reviewCount: "95+", imageSrc: "http://img.b2bpic.net/free-photo/top-view-avocado-toast-plate-with-poached-egg-coffee-cup_23-2148417426.jpg?_wi=2", imageAlt: "Fresh avocado toast"
|
||||
},
|
||||
{
|
||||
id: "3", brand: "Planeta Brunch", name: "Waffles Belgas / Belgian Waffles", price: "$8.900 CLP", rating: 5,
|
||||
reviewCount: "110+", imageSrc: "http://img.b2bpic.net/free-photo/waffle-pile-with-honey_23-2148079614.jpg", imageAlt: "Golden crispy waffles"
|
||||
reviewCount: "110+", imageSrc: "http://img.b2bpic.net/free-photo/waffle-pile-with-honey_23-2148079614.jpg?_wi=2", imageAlt: "Golden crispy waffles"
|
||||
},
|
||||
{
|
||||
id: "4", brand: "Planeta Brunch", name: "Sándwich Artesanal / Artisan Sandwich", price: "$10.500 CLP", rating: 5,
|
||||
reviewCount: "85+", imageSrc: "http://img.b2bpic.net/free-photo/front-view-salad-sandwich-with-tomato_23-2148640136.jpg", imageAlt: "Fresh artisan sandwich"
|
||||
reviewCount: "85+", imageSrc: "http://img.b2bpic.net/free-photo/front-view-salad-sandwich-with-tomato_23-2148640136.jpg?_wi=1", imageAlt: "Fresh artisan sandwich"
|
||||
}
|
||||
]}
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
@@ -168,22 +168,22 @@ export default function LandingPage() {
|
||||
{
|
||||
title: "Platos Gourmet / Gourmet Plates", description: "Presentación profesional y apetitosa / Professional & appetizing presentation", bentoComponent: "media-stack", items: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-image-festive-table-with-different-dishes-festive-event-party-wedding-reception_613910-17526.jpg", imageAlt: "Beautiful gourmet plating" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup_74190-67.jpg", imageAlt: "Morning coffee service" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/white-coffee-cup-wooden-desk_23-2147892920.jpg", imageAlt: "Cafe interior ambiance" }
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup_74190-67.jpg?_wi=2", imageAlt: "Morning coffee service" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/white-coffee-cup-wooden-desk_23-2147892920.jpg?_wi=1", imageAlt: "Cafe interior ambiance" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Envío & Packaging / Delivery & Packaging", description: "Empaque de calidad para tu comodidad / Quality packaging for your convenience", bentoComponent: "media-stack", items: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-psd/zero-waste-horizontal-banner-template_23-2148471085.jpg", imageAlt: "Professional delivery packaging" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/front-view-salad-sandwich-with-tomato_23-2148640136.jpg", imageAlt: "Fresh sandwich packaging" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup_74190-67.jpg", imageAlt: "Coffee takeaway" }
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/front-view-salad-sandwich-with-tomato_23-2148640136.jpg?_wi=2", imageAlt: "Fresh sandwich packaging" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup_74190-67.jpg?_wi=3", imageAlt: "Coffee takeaway" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Ingredientes / Ingredients", description: "Solo lo mejor para ti / Only the best for you", bentoComponent: "media-stack", items: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/assortment-different-delicious-ingredients_23-2149028673.jpg", imageAlt: "Fresh ingredients" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/delicious-sweet-acai-bowl-composition_23-2149186024.jpg", imageAlt: "Fresh squeezed juice" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-avocado-toast-plate-with-poached-egg-coffee-cup_23-2148417426.jpg", imageAlt: "Organic ingredients" }
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/delicious-sweet-acai-bowl-composition_23-2149186024.jpg?_wi=2", imageAlt: "Fresh squeezed juice" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-avocado-toast-plate-with-poached-egg-coffee-cup_23-2148417426.jpg?_wi=3", imageAlt: "Organic ingredients" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
@@ -237,7 +237,7 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/white-coffee-cup-wooden-desk_23-2147892920.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/white-coffee-cup-wooden-desk_23-2147892920.jpg?_wi=2"
|
||||
imageAlt="Planeta Brunch location and interior"
|
||||
mediaAnimation="blur-reveal"
|
||||
mediaPosition="right"
|
||||
@@ -256,7 +256,7 @@ export default function LandingPage() {
|
||||
tagAnimation="opacity"
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/pancakes-arrangement-with-fruits_23-2148531570.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/pancakes-arrangement-with-fruits_23-2148531570.jpg?_wi=3"
|
||||
imageAlt="Order delicious brunch"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="left"
|
||||
|
||||
Reference in New Issue
Block a user