Update src/app/page.tsx
This commit is contained in:
@@ -118,10 +118,10 @@ export default function LandingPage() {
|
||||
title: "Live Music Nights",
|
||||
description: "Experience soulful melodies and electrifying performances that set the perfect mood for your evening. Every night is a celebration of music and good vibes.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-women-bar-singing-karaoke_1303-13492.jpg?_wi=1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-women-bar-singing-karaoke_1303-13492.jpg",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-women-bar-singing-karaoke_1303-13492.jpg?_wi=2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-women-bar-singing-karaoke_1303-13492.jpg",
|
||||
},
|
||||
},
|
||||
{
|
||||
@@ -129,10 +129,10 @@ export default function LandingPage() {
|
||||
title: "Cozy Aesthetic Ambiance",
|
||||
description: "Immerse yourself in our beautifully designed space, adorned with warm lighting and comfortable seating – ideal for relaxation and intimate conversations.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-pretty-young-woman-sitting_171337-17101.jpg?_wi=1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-pretty-young-woman-sitting_171337-17101.jpg",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-pretty-young-woman-sitting_171337-17101.jpg?_wi=2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-pretty-young-woman-sitting_171337-17101.jpg",
|
||||
},
|
||||
},
|
||||
{
|
||||
@@ -140,10 +140,10 @@ export default function LandingPage() {
|
||||
title: "Fast & Friendly Service",
|
||||
description: "Our dedicated team ensures every visit is seamless and enjoyable. Expect prompt attention and a warm smile, making you feel right at home.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/waitress-serving-cup-coffee-customer_1170-650.jpg?_wi=1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/waitress-serving-cup-coffee-customer_1170-650.jpg",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/waitress-serving-cup-coffee-customer_1170-650.jpg?_wi=2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/waitress-serving-cup-coffee-customer_1170-650.jpg",
|
||||
},
|
||||
},
|
||||
{
|
||||
@@ -151,10 +151,10 @@ export default function LandingPage() {
|
||||
title: "Perfect for Parties & Dates",
|
||||
description: "Whether it's a romantic dinner for two or a joyous celebration with friends, Veerji's provides the ideal backdrop for creating unforgettable memories.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couples-celebrating-birthday_23-2149891168.jpg?_wi=1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couples-celebrating-birthday_23-2149891168.jpg",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couples-celebrating-birthday_23-2149891168.jpg?_wi=2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couples-celebrating-birthday_23-2149891168.jpg",
|
||||
},
|
||||
},
|
||||
]}
|
||||
@@ -178,7 +178,7 @@ export default function LandingPage() {
|
||||
price: "₹150",
|
||||
rating: 4.8,
|
||||
reviewCount: "210",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-coffee-cup-table_23-2151899263.jpg?_wi=1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-coffee-cup-table_23-2151899263.jpg",
|
||||
},
|
||||
{
|
||||
id: "fresh-cakes",
|
||||
@@ -187,7 +187,7 @@ export default function LandingPage() {
|
||||
price: "₹250",
|
||||
rating: 4.7,
|
||||
reviewCount: "180",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-slices-cake-plate_23-2148251600.jpg?_wi=1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-slices-cake-plate_23-2148251600.jpg",
|
||||
},
|
||||
{
|
||||
id: "vegetable-kothe",
|
||||
@@ -196,7 +196,7 @@ export default function LandingPage() {
|
||||
price: "₹200",
|
||||
rating: 4.6,
|
||||
reviewCount: "155",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-salad-with-seasonings-grey-salad-food-health-diet_140725-123748.jpg?_wi=1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-salad-with-seasonings-grey-salad-food-health-diet_140725-123748.jpg",
|
||||
},
|
||||
{
|
||||
id: "paneer-tikka",
|
||||
@@ -205,7 +205,7 @@ export default function LandingPage() {
|
||||
price: "₹320",
|
||||
rating: 4.9,
|
||||
reviewCount: "190",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-indian-condiments-arrangement_23-2148747702.jpg?_wi=1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-indian-condiments-arrangement_23-2148747702.jpg",
|
||||
},
|
||||
]}
|
||||
title="Our Signature Delights"
|
||||
@@ -233,7 +233,7 @@ export default function LandingPage() {
|
||||
company: "Satna Foodie",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-yellow-bandana_273609-13345.jpg",
|
||||
content: "“Best vibe in Satna, live music is insane 🔥. The food is always fresh and delicious, and the service makes you feel like family. A must-visit!”",
|
||||
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
@@ -242,7 +242,7 @@ export default function LandingPage() {
|
||||
company: "Eventz by Rahul",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiling-businessman-taking-selfie_23-2147562062.jpg",
|
||||
content: "“Perfect for birthday parties and chill evenings. Veerji's never disappoints with its amazing ambiance and mouth-watering menu. Highly recommended for any occasion!”",
|
||||
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
@@ -251,7 +251,7 @@ export default function LandingPage() {
|
||||
company: "Satna University",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-businesswomen-working-cafe_1157-26365.jpg",
|
||||
content: "“Food + ambience = 10/10. It’s my go-to spot for study breaks and hanging out with friends. The cold coffee is legendary!”",
|
||||
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
@@ -260,7 +260,7 @@ export default function LandingPage() {
|
||||
company: "Tech Innovations",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-woman-eatingout-having-breakfast-talking-friend-table-looking-aside-with-cheerful-smile-sitting-near-mobile-phone-terrace_197531-30313.jpg",
|
||||
content: "“A truly premium experience in Satna. The attention to detail, from the decor to the dishes, is exceptional. Veerji's is a gem!”",
|
||||
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
@@ -269,7 +269,7 @@ export default function LandingPage() {
|
||||
company: "Wanderlust Diaries",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-talking-partner_1262-1998.jpg",
|
||||
content: "“Visited Veerji's while passing through Satna and was completely charmed. The live music was captivating, and the food was incredibly authentic and flavorful. A delightful surprise!”",
|
||||
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
@@ -278,7 +278,7 @@ export default function LandingPage() {
|
||||
company: "Local Eats Review",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-eating-restaurant_23-2148006666.jpg",
|
||||
content: "“Veerji's sets a new standard for dining in Satna. The unique blend of culinary excellence and a vibrant atmosphere makes it stand out. A consistent five-star performer!”",
|
||||
|
||||
},
|
||||
]}
|
||||
title="What Our Happy Customers Say"
|
||||
@@ -327,7 +327,7 @@ export default function LandingPage() {
|
||||
price: "₹150",
|
||||
rating: 4.8,
|
||||
reviewCount: "210",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-coffee-cup-table_23-2151899263.jpg?_wi=2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-coffee-cup-table_23-2151899263.jpg",
|
||||
},
|
||||
{
|
||||
id: "fresh-cakes",
|
||||
@@ -336,7 +336,7 @@ export default function LandingPage() {
|
||||
price: "₹250",
|
||||
rating: 4.7,
|
||||
reviewCount: "180",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-slices-cake-plate_23-2148251600.jpg?_wi=2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-slices-cake-plate_23-2148251600.jpg",
|
||||
},
|
||||
{
|
||||
id: "vegetable-kothe",
|
||||
@@ -345,7 +345,7 @@ export default function LandingPage() {
|
||||
price: "₹200",
|
||||
rating: 4.6,
|
||||
reviewCount: "155",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-salad-with-seasonings-grey-salad-food-health-diet_140725-123748.jpg?_wi=2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-salad-with-seasonings-grey-salad-food-health-diet_140725-123748.jpg",
|
||||
},
|
||||
{
|
||||
id: "paneer-tikka",
|
||||
@@ -354,7 +354,7 @@ export default function LandingPage() {
|
||||
price: "₹320",
|
||||
rating: 4.9,
|
||||
reviewCount: "190",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-indian-condiments-arrangement_23-2148747702.jpg?_wi=2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-indian-condiments-arrangement_23-2148747702.jpg",
|
||||
},
|
||||
]}
|
||||
title="Our Signature Delights"
|
||||
|
||||
Reference in New Issue
Block a user