Update src/app/page.tsx
This commit is contained in:
@@ -54,19 +54,19 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
name: "Arjun Mehta", handle: "@arjun_foodie", testimonial: "The best brownie shakes in Delhi! The vibe is unmatched.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-fresh-coffee-cup_23-2150698863.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-fresh-coffee-cup_23-2150698863.jpg?_wi=1"},
|
||||
{
|
||||
name: "Sarah J.", handle: "@sarah_eats", testimonial: "Such a cozy spot for late-night coffee.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/table-with-watercolor-sketchbooks_23-2147802055.jpg"},
|
||||
{
|
||||
name: "Vikram Singh", handle: "@vikram_dines", testimonial: "The tandoori platter is legendary!", rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/roasted-cauliflower-with-sprouts-beans-served-with-tomato-sauce-herbs_114579-283.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/roasted-cauliflower-with-sprouts-beans-served-with-tomato-sauce-herbs_114579-283.jpg?_wi=1"},
|
||||
{
|
||||
name: "Maya Rao", handle: "@maya_foodie", testimonial: "Amazing decor, feels like home.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-works-cafe-evening_1153-3549.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-works-cafe-evening_1153-3549.jpg?_wi=1"},
|
||||
{
|
||||
name: "Leo D.", handle: "@leo_delhi", testimonial: "Best service in the whole GTB Nagar.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-male-barista-with-tattoos-using-coffee-machine-work_23-2149052849.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-male-barista-with-tattoos-using-coffee-machine-work_23-2149052849.jpg?_wi=1"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
@@ -74,7 +74,7 @@ export default function LandingPage() {
|
||||
{
|
||||
text: "Explore Menu", href: "#menu"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/view-fresh-coffee-cup_23-2150698863.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/view-fresh-coffee-cup_23-2150698863.jpg?_wi=2"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/view-fresh-coffee-cup_23-2150698863.jpg", alt: "Customer"},
|
||||
@@ -135,17 +135,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1", name: "Spaghetti Bolognese", price: "$12", imageSrc: "http://img.b2bpic.net/free-photo/side-view-spaghetti-with-minced-meat-round-plate_176474-3225.jpg"},
|
||||
id: "p1", name: "Spaghetti Bolognese", price: "$12", imageSrc: "http://img.b2bpic.net/free-photo/side-view-spaghetti-with-minced-meat-round-plate_176474-3225.jpg?_wi=1"},
|
||||
{
|
||||
id: "p2", name: "American Chicken Steak", price: "$15", imageSrc: "http://img.b2bpic.net/free-photo/fried-steak-wooden-board_140725-4715.jpg"},
|
||||
id: "p2", name: "American Chicken Steak", price: "$15", imageSrc: "http://img.b2bpic.net/free-photo/fried-steak-wooden-board_140725-4715.jpg?_wi=1"},
|
||||
{
|
||||
id: "p3", name: "Masala Soya Chaap", price: "$8", imageSrc: "http://img.b2bpic.net/free-photo/roasted-cauliflower-with-sprouts-beans-served-with-tomato-sauce-herbs_114579-283.jpg"},
|
||||
id: "p3", name: "Masala Soya Chaap", price: "$8", imageSrc: "http://img.b2bpic.net/free-photo/roasted-cauliflower-with-sprouts-beans-served-with-tomato-sauce-herbs_114579-283.jpg?_wi=2"},
|
||||
{
|
||||
id: "p4", name: "Brownie Shake", price: "$6", imageSrc: "http://img.b2bpic.net/free-photo/side-view-spaghetti-with-minced-meat-round-plate_176474-3225.jpg"},
|
||||
id: "p4", name: "Brownie Shake", price: "$6", imageSrc: "http://img.b2bpic.net/free-photo/side-view-spaghetti-with-minced-meat-round-plate_176474-3225.jpg?_wi=2"},
|
||||
{
|
||||
id: "p5", name: "Freaky Shakes", price: "$7", imageSrc: "http://img.b2bpic.net/free-photo/fried-steak-wooden-board_140725-4715.jpg"},
|
||||
id: "p5", name: "Freaky Shakes", price: "$7", imageSrc: "http://img.b2bpic.net/free-photo/fried-steak-wooden-board_140725-4715.jpg?_wi=2"},
|
||||
{
|
||||
id: "p6", name: "Tandoori Platter", price: "$14", imageSrc: "http://img.b2bpic.net/free-photo/roasted-cauliflower-with-sprouts-beans-served-with-tomato-sauce-herbs_114579-283.jpg"},
|
||||
id: "p6", name: "Tandoori Platter", price: "$14", imageSrc: "http://img.b2bpic.net/free-photo/roasted-cauliflower-with-sprouts-beans-served-with-tomato-sauce-herbs_114579-283.jpg?_wi=3"},
|
||||
]}
|
||||
title="Menu Highlights"
|
||||
description="From Italian classics to local favorites."
|
||||
@@ -159,15 +159,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1", name: "Priya", handle: "@priya_travels", testimonial: "Beautiful wooden interiors!", imageSrc: "http://img.b2bpic.net/free-photo/woman-works-cafe-evening_1153-3549.jpg"},
|
||||
id: "t1", name: "Priya", handle: "@priya_travels", testimonial: "Beautiful wooden interiors!", imageSrc: "http://img.b2bpic.net/free-photo/woman-works-cafe-evening_1153-3549.jpg?_wi=2"},
|
||||
{
|
||||
id: "t2", name: "Rohan", handle: "@rohan_eat", testimonial: "Amazing live shake counter.", imageSrc: "http://img.b2bpic.net/free-photo/young-male-barista-with-tattoos-using-coffee-machine-work_23-2149052849.jpg"},
|
||||
id: "t2", name: "Rohan", handle: "@rohan_eat", testimonial: "Amazing live shake counter.", imageSrc: "http://img.b2bpic.net/free-photo/young-male-barista-with-tattoos-using-coffee-machine-work_23-2149052849.jpg?_wi=2"},
|
||||
{
|
||||
id: "t3", name: "Simran", handle: "@simran_vibes", testimonial: "Perfect lighting for photos.", imageSrc: "http://img.b2bpic.net/free-photo/restaurant-tables-with-cozy-decor_23-2147764388.jpg"},
|
||||
{
|
||||
id: "t4", name: "Karan", handle: "@karan_delhi", testimonial: "Best atmosphere in GTB.", imageSrc: "http://img.b2bpic.net/free-photo/woman-works-cafe-evening_1153-3549.jpg"},
|
||||
id: "t4", name: "Karan", handle: "@karan_delhi", testimonial: "Best atmosphere in GTB.", imageSrc: "http://img.b2bpic.net/free-photo/woman-works-cafe-evening_1153-3549.jpg?_wi=3"},
|
||||
{
|
||||
id: "t5", name: "Ananya", handle: "@ananya_food", testimonial: "Super energetic vibe!", imageSrc: "http://img.b2bpic.net/free-photo/young-male-barista-with-tattoos-using-coffee-machine-work_23-2149052849.jpg"},
|
||||
id: "t5", name: "Ananya", handle: "@ananya_food", testimonial: "Super energetic vibe!", imageSrc: "http://img.b2bpic.net/free-photo/young-male-barista-with-tattoos-using-coffee-machine-work_23-2149052849.jpg?_wi=3"},
|
||||
]}
|
||||
title="Ambiance Gallery"
|
||||
description="The space you'll never want to leave."
|
||||
|
||||
Reference in New Issue
Block a user