Merge version_1 into main #1
@@ -59,7 +59,7 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Scrambled Eggs Breakfast", description: "A customer favourite. Fresh, generous, and cooked right. Served with toast and your choice of spreads.", imageSrc: "http://img.b2bpic.net/free-photo/fresh-egg-vegetables-sandwich-bowl_23-2147953633.jpg", imageAlt: "Scrambled eggs breakfast with toast", buttons: [{ text: "See full menu", href: "#menu" }]
|
||||
title: "Scrambled Eggs Breakfast", description: "A customer favourite. Fresh, generous, and cooked right. Served with toast and your choice of spreads.", imageSrc: "http://img.b2bpic.net/free-photo/fresh-egg-vegetables-sandwich-bowl_23-2147953633.jpg?_wi=1", imageAlt: "Scrambled eggs breakfast with toast", buttons: [{ text: "See full menu", href: "#menu" }]
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
@@ -100,11 +100,11 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: "3", name: "Emma Rodriguez", role: "Breakfast Fan", company: "Local", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-food-texture-close-up_23-2148964851.jpg", imageAlt: "Emma Rodriguez"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-food-texture-close-up_23-2148964851.jpg?_wi=1", imageAlt: "Emma Rodriguez"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Michael Thompson", role: "Coffee Enthusiast", company: "Local", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bruschetta-salmon-ham-tomato-corns-greens-cheese-side-view_141793-3076.jpg", imageAlt: "Michael Thompson"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bruschetta-salmon-ham-tomato-corns-greens-cheese-side-view_141793-3076.jpg?_wi=1", imageAlt: "Michael Thompson"
|
||||
}
|
||||
]}
|
||||
kpiItems={[
|
||||
@@ -125,15 +125,15 @@ export default function LandingPage() {
|
||||
products={[
|
||||
{
|
||||
id: "eggs", brand: "Breakfast", name: "Scrambled Eggs", price: "$8.50", rating: 5,
|
||||
reviewCount: "120+", imageSrc: "http://img.b2bpic.net/free-photo/fresh-egg-vegetables-sandwich-bowl_23-2147953633.jpg", imageAlt: "Scrambled eggs breakfast"
|
||||
reviewCount: "120+", imageSrc: "http://img.b2bpic.net/free-photo/fresh-egg-vegetables-sandwich-bowl_23-2147953633.jpg?_wi=2", imageAlt: "Scrambled eggs breakfast"
|
||||
},
|
||||
{
|
||||
id: "toast", brand: "Breakfast", name: "Toast & Spreads", price: "$4.50", rating: 5,
|
||||
reviewCount: "85+", imageSrc: "http://img.b2bpic.net/free-photo/bruschetta-salmon-ham-tomato-corns-greens-cheese-side-view_141793-3076.jpg", imageAlt: "Toast and spreads"
|
||||
reviewCount: "85+", imageSrc: "http://img.b2bpic.net/free-photo/bruschetta-salmon-ham-tomato-corns-greens-cheese-side-view_141793-3076.jpg?_wi=2", imageAlt: "Toast and spreads"
|
||||
},
|
||||
{
|
||||
id: "pastries", brand: "Bakery", name: "Fresh Pastries", price: "$5.00", rating: 5,
|
||||
reviewCount: "200+", imageSrc: "http://img.b2bpic.net/free-photo/delicious-food-texture-close-up_23-2148964851.jpg", imageAlt: "Fresh pastries"
|
||||
reviewCount: "200+", imageSrc: "http://img.b2bpic.net/free-photo/delicious-food-texture-close-up_23-2148964851.jpg?_wi=2", imageAlt: "Fresh pastries"
|
||||
}
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
|
||||
Reference in New Issue
Block a user