Update src/app/page.tsx
This commit is contained in:
@@ -62,14 +62,14 @@ export default function LandingPage() {
|
||||
handle: "@ana_m",
|
||||
testimonial: "The best raspberry pistachio croissant I have ever tasted! Paris in Belgrade.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-waitress-preparing-cup-coffee_107420-12296.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-waitress-preparing-cup-coffee_107420-12296.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
name: "Marko J.",
|
||||
handle: "@marko_j",
|
||||
testimonial: "Perfect avocado toast and coffee, very cozy atmosphere.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/french-woman-cafe-drinking-latte-eating-croissant_1303-25710.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/french-woman-cafe-drinking-latte-eating-croissant_1303-25710.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
name: "Jelena P.",
|
||||
@@ -90,7 +90,7 @@ export default function LandingPage() {
|
||||
handle: "@elena_k",
|
||||
testimonial: "A true hidden gem! Their morning pastries are simply divine.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-waitress-preparing-cup-coffee_107420-12296.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-waitress-preparing-cup-coffee_107420-12296.jpg?_wi=2",
|
||||
},
|
||||
]}
|
||||
buttons={[
|
||||
@@ -103,7 +103,7 @@ export default function LandingPage() {
|
||||
href: "/visit",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/high-angle-croissants-plate_23-2148286688.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/high-angle-croissants-plate_23-2148286688.jpg?_wi=1"
|
||||
imageAlt="Bakery interior and pastries"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
@@ -165,28 +165,28 @@ export default function LandingPage() {
|
||||
name: "Raspberry Pistachio Croissant",
|
||||
price: "€4.50",
|
||||
variant: "Signature",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spinach-croissant_1339-2921.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spinach-croissant_1339-2921.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Avocado Toast",
|
||||
price: "€6.50",
|
||||
variant: "Breakfast",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-bread-with-seeds-arrangement_23-2148544782.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-bread-with-seeds-arrangement_23-2148544782.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Classic Butter Croissant",
|
||||
price: "€3.00",
|
||||
variant: "Classic",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/croissants-with-powdered-sugar-grey-table_176420-296.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/croissants-with-powdered-sugar-grey-table_176420-296.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Pain au Chocolat",
|
||||
price: "€3.50",
|
||||
variant: "Classic",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glass-jar-milk-dried-dates-basket-gogals-marble-table_114579-24846.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glass-jar-milk-dried-dates-basket-gogals-marble-table_114579-24846.jpg?_wi=1",
|
||||
},
|
||||
]}
|
||||
title="Our Daily Favorites"
|
||||
@@ -250,7 +250,7 @@ export default function LandingPage() {
|
||||
text: "Order Now",
|
||||
href: "#",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/croissants-with-powdered-sugar-grey-table_176420-296.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/croissants-with-powdered-sugar-grey-table_176420-296.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
@@ -266,7 +266,7 @@ export default function LandingPage() {
|
||||
text: "Order Now",
|
||||
href: "#",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spinach-croissant_1339-2921.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spinach-croissant_1339-2921.jpg?_wi=2",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -274,7 +274,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/high-angle-croissants-plate_23-2148286688.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/high-angle-croissants-plate_23-2148286688.jpg?_wi=2"
|
||||
columns={[
|
||||
{
|
||||
title: "Location",
|
||||
|
||||
Reference in New Issue
Block a user