Update src/app/page.tsx
This commit is contained in:
@@ -99,7 +99,7 @@ export default function HomePage() {
|
||||
buttonAnimation="slide-up"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-cup-coffee-macarons_23-2148349701.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-cup-coffee-macarons_23-2148349701.jpg?_wi=1",
|
||||
imageAlt: "Cozy brunch table with coffee and sourdough toast at Brunch Collective",
|
||||
},
|
||||
]}
|
||||
@@ -145,35 +145,35 @@ export default function HomePage() {
|
||||
id: "sourdough",
|
||||
name: "Sourdough Breakfast",
|
||||
price: "12",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-pregnant-woman-eating-brunch-home-bed_23-2148447638.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-pregnant-woman-eating-brunch-home-bed_23-2148447638.jpg?_wi=1",
|
||||
imageAlt: "Artisan sourdough toast with seasonal toppings at Brunch Collective",
|
||||
},
|
||||
{
|
||||
id: "burrito",
|
||||
name: "Breakfast Burrito",
|
||||
price: "14",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-shawarma-dish_23-2151805540.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-shawarma-dish_23-2151805540.jpg?_wi=1",
|
||||
imageAlt: "Hearty breakfast burrito with eggs and bacon",
|
||||
},
|
||||
{
|
||||
id: "french-toast",
|
||||
name: "French Toast",
|
||||
price: "13",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/breakfast_23-2148129778.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/breakfast_23-2148129778.jpg?_wi=1",
|
||||
imageAlt: "Golden french toast with berries and maple syrup",
|
||||
},
|
||||
{
|
||||
id: "bacon",
|
||||
name: "Crispy Bacon",
|
||||
price: "5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/english-breakfast-scrambled-eggs-bacon-sausage-toast_2829-5727.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/english-breakfast-scrambled-eggs-bacon-sausage-toast_2829-5727.jpg?_wi=1",
|
||||
imageAlt: "Perfectly cooked artisan bacon strips",
|
||||
},
|
||||
{
|
||||
id: "avocado",
|
||||
name: "Avocado Toast",
|
||||
price: "11",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/avocado-open-toast-with-avocado-slices-lemon-flax-seeds-sesame-seeds-black-bread-slices-top-view_2831-796.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/avocado-open-toast-with-avocado-slices-lemon-flax-seeds-sesame-seeds-black-bread-slices-top-view_2831-796.jpg?_wi=1",
|
||||
imageAlt: "Creamy avocado on artisan toast with poached egg",
|
||||
},
|
||||
]}
|
||||
@@ -198,7 +198,7 @@ export default function HomePage() {
|
||||
role: "Local Regular",
|
||||
company: "Spring Hill, TN",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-with-curly-hair_23-2148728586.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-with-curly-hair_23-2148728586.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
@@ -206,7 +206,7 @@ export default function HomePage() {
|
||||
role: "Visitor",
|
||||
company: "Nashville, TN",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/indoor-shot-happy-bearded-man-with-specific-appearance-uses-tablet-computer_273609-8927.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/indoor-shot-happy-bearded-man-with-specific-appearance-uses-tablet-computer_273609-8927.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
@@ -214,7 +214,7 @@ export default function HomePage() {
|
||||
role: "Food Blogger",
|
||||
company: "Tennessee",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-speaking-phone-while-his-girlfriend-being-bored_176420-2295.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-speaking-phone-while-his-girlfriend-being-bored_176420-2295.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
@@ -222,7 +222,7 @@ export default function HomePage() {
|
||||
role: "Weekend Visitor",
|
||||
company: "Memphis, TN",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-business-woman-white-shirt_23-2148095748.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-business-woman-white-shirt_23-2148095748.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
@@ -230,7 +230,7 @@ export default function HomePage() {
|
||||
role: "Community Member",
|
||||
company: "Spring Hill, TN",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-drinking-coffee-caf_23-2147955434.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-drinking-coffee-caf_23-2147955434.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
@@ -238,7 +238,7 @@ export default function HomePage() {
|
||||
role: "Local Business Owner",
|
||||
company: "Spring Hill, TN",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-paying-with-nfc-technology-restaurant_23-2150039466.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-paying-with-nfc-technology-restaurant_23-2150039466.jpg?_wi=1",
|
||||
},
|
||||
]}
|
||||
kpiItems={[
|
||||
|
||||
Reference in New Issue
Block a user