Update src/app/page.tsx
This commit is contained in:
@@ -64,7 +64,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
layoutOrder="default"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/restaurant-open-space-new-concept_140725-7438.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/restaurant-open-space-new-concept_140725-7438.jpg?_wi=1"
|
||||
imageAlt="Calm Andorra Cafe interior"
|
||||
mediaAnimation="blur-reveal"
|
||||
frameStyle="card"
|
||||
@@ -80,21 +80,21 @@ export default function LandingPage() {
|
||||
id: 1,
|
||||
title: "Expertly Crafted Coffee",
|
||||
description: "Recommended by people who care about your taste and quality.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/barista-making-coffee-sand-istanbul-turkey_1268-21692.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/barista-making-coffee-sand-istanbul-turkey_1268-21692.jpg?_wi=1",
|
||||
imageAlt: "Specialty coffee",
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Unforgettable Fresh Juices",
|
||||
description: "Home of the best passion fruit juice in town, crafted fresh daily.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cocktail-recipe-name-mai-tai-mai-thai-worldwide-favour-cocktail_1150-14579.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cocktail-recipe-name-mai-tai-mai-thai-worldwide-favour-cocktail_1150-14579.jpg?_wi=1",
|
||||
imageAlt: "Passion fruit juice",
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Peaceful Atmosphere",
|
||||
description: "A quiet escape from the city, designed for your comfort and relaxation.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/restaurant-open-space-new-concept_140725-7438.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/restaurant-open-space-new-concept_140725-7438.jpg?_wi=2",
|
||||
imageAlt: "Cafe interior",
|
||||
},
|
||||
]}
|
||||
@@ -114,19 +114,19 @@ export default function LandingPage() {
|
||||
id: "p1",
|
||||
name: "Passion Fruit Juice",
|
||||
price: "18 AED",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cocktail-recipe-name-mai-tai-mai-thai-worldwide-favour-cocktail_1150-14579.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cocktail-recipe-name-mai-tai-mai-thai-worldwide-favour-cocktail_1150-14579.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Specialty Latte",
|
||||
price: "22 AED",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/barista-making-coffee-sand-istanbul-turkey_1268-21692.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/barista-making-coffee-sand-istanbul-turkey_1268-21692.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Signature Cold Brew",
|
||||
price: "20 AED",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/barista-making-coffee-sand-istanbul-turkey_1268-21692.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/barista-making-coffee-sand-istanbul-turkey_1268-21692.jpg?_wi=3",
|
||||
},
|
||||
]}
|
||||
title="Our Signature Drinks"
|
||||
@@ -141,7 +141,7 @@ export default function LandingPage() {
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah J.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-hangout-together-coffee-shop_53876-22946.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-hangout-together-coffee-shop_53876-22946.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
@@ -161,7 +161,7 @@ export default function LandingPage() {
|
||||
{
|
||||
id: "t5",
|
||||
name: "Laila M.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-hangout-together-coffee-shop_53876-22946.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-hangout-together-coffee-shop_53876-22946.jpg?_wi=2",
|
||||
},
|
||||
]}
|
||||
cardTitle="Loved by our guests"
|
||||
@@ -191,14 +191,14 @@ export default function LandingPage() {
|
||||
name: "message",
|
||||
placeholder: "Special requests or recommendations?",
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/restaurant-open-space-new-concept_140725-7438.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/restaurant-open-space-new-concept_140725-7438.jpg?_wi=3"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/restaurant-open-space-new-concept_140725-7438.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/restaurant-open-space-new-concept_140725-7438.jpg?_wi=4"
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links",
|
||||
|
||||
Reference in New Issue
Block a user