Update src/app/page.tsx
This commit is contained in:
@@ -65,14 +65,14 @@ export default function LandingPage() {
|
||||
handle: "@ahmedk",
|
||||
testimonial: "The best burger experience I have ever had. Truly premium taste.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-shaking-hands_23-2148395404.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-shaking-hands_23-2148395404.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
name: "Sara H.",
|
||||
handle: "@sarah",
|
||||
testimonial: "Elegant atmosphere and absolutely delicious food. A must visit.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-eating-restaurant_23-2150491790.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-eating-restaurant_23-2150491790.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
name: "Zain A.",
|
||||
@@ -93,7 +93,7 @@ export default function LandingPage() {
|
||||
handle: "@omar_f",
|
||||
testimonial: "Fast, fresh, and perfectly seasoned. My new favorite.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-cheering-with-wine-glasses-luxurious-restaurant_23-2150517422.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-cheering-with-wine-glasses-luxurious-restaurant_23-2150517422.jpg?_wi=1",
|
||||
},
|
||||
]}
|
||||
buttons={[
|
||||
@@ -106,7 +106,7 @@ export default function LandingPage() {
|
||||
href: "https://wa.me/923041112746",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/front-view-delicious-burger-composition_23-2148868219.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/front-view-delicious-burger-composition_23-2148868219.jpg?_wi=1"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/blond-bartender-making-cocktail_1163-2772.jpg",
|
||||
@@ -168,7 +168,7 @@ export default function LandingPage() {
|
||||
id: "1",
|
||||
name: "Classic Brim",
|
||||
price: "PKR 850",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-vegetarian-burger-cutting-board-with-copy-space_23-2148784536.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-vegetarian-burger-cutting-board-with-copy-space_23-2148784536.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
@@ -225,7 +225,7 @@ export default function LandingPage() {
|
||||
description: "Hand-breaded crispy chicken, house slaw.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Award,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-burger-composition_23-2148868219.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-burger-composition_23-2148868219.jpg?_wi=2",
|
||||
imageAlt: "chef preparing gourmet burger elegant kitchen",
|
||||
},
|
||||
{
|
||||
@@ -233,7 +233,7 @@ export default function LandingPage() {
|
||||
description: "Smothered in premium melted cheese and herbs.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Zap,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-vegetarian-burger-cutting-board-with-copy-space_23-2148784536.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-vegetarian-burger-cutting-board-with-copy-space_23-2148784536.jpg?_wi=2",
|
||||
imageAlt: "chef preparing gourmet burger elegant kitchen",
|
||||
},
|
||||
{
|
||||
@@ -277,7 +277,7 @@ export default function LandingPage() {
|
||||
quote: "The staff is incredibly attentive and the food is fresh.",
|
||||
name: "Hassan M.",
|
||||
role: "Regular Customer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-shaking-hands_23-2148395404.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-shaking-hands_23-2148395404.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
@@ -285,7 +285,7 @@ export default function LandingPage() {
|
||||
quote: "The best cafe aesthetics in the entire city.",
|
||||
name: "Sara Q.",
|
||||
role: "Designer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-eating-restaurant_23-2150491790.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-eating-restaurant_23-2150491790.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
@@ -293,7 +293,7 @@ export default function LandingPage() {
|
||||
quote: "Everything I tried was delicious, especially the shakes.",
|
||||
name: "Ahmed S.",
|
||||
role: "Food Critic",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-cheering-with-wine-glasses-luxurious-restaurant_23-2150517422.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-cheering-with-wine-glasses-luxurious-restaurant_23-2150517422.jpg?_wi=2",
|
||||
},
|
||||
]}
|
||||
title="The Brim Ambiance"
|
||||
|
||||
Reference in New Issue
Block a user