Merge version_1 into main #2
@@ -70,9 +70,9 @@ export default function LandingPage() {
|
||||
tag="Customer Reviews"
|
||||
tagIcon={Star}
|
||||
tagAnimation="blur-reveal"
|
||||
names=[
|
||||
names={[
|
||||
"Best Eggs Benedict I've had in years", "Perfect for families with great kids play area", "Delicious coffee and relaxed atmosphere", "Generous portions at affordable prices", "Friendly staff and welcoming vibes", "Perfect brunch destination", "Amazing specialty coffee selection"
|
||||
]
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
buttonAnimation="slide-up"
|
||||
@@ -94,7 +94,7 @@ export default function LandingPage() {
|
||||
products={[
|
||||
{
|
||||
id: "smash-avo", brand: "Breakfast", name: "Smash Avo", price: "$16", rating: 5,
|
||||
reviewCount: "285", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-slice-brown-bread-with-avocado-pasta-smoothie-bowl_181624-43073.jpg?_wi=1", imageAlt: "Fresh smashed avocado on artisan toast"
|
||||
reviewCount: "285", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-slice-brown-bread-with-avocado-pasta-smoothie-bowl_181624-43073.jpg", imageAlt: "Fresh smashed avocado on artisan toast"
|
||||
},
|
||||
{
|
||||
id: "eggs-benedict", brand: "Brunch", name: "Eggs Benedict", price: "$18", rating: 5,
|
||||
@@ -114,9 +114,9 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: "brunch-combo", brand: "Combo", name: "Brunch Combo", price: "$34", rating: 5,
|
||||
reviewCount: "267", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-slice-brown-bread-with-avocado-pasta-smoothie-bowl_181624-43073.jpg?_wi=2", imageAlt: "Complete brunch experience combo"
|
||||
reviewCount: "267", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-slice-brown-bread-with-avocado-pasta-smoothie-bowl_181624-43073.jpg", imageAlt: "Complete brunch experience combo"
|
||||
}
|
||||
]
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "View Full Menu", href: "/menu" }
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user