diff --git a/src/app/page.tsx b/src/app/page.tsx
index f6d30c7..93d3da5 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,25 +31,15 @@ export default function LandingPage() {
@@ -61,79 +51,40 @@ export default function LandingPage() {
description="Gorakhpur’s most talked-about rooftop dining experience. North Indian flavours, unmatched ambience."
testimonials={[
{
- name: "Sarah J.",
- handle: "@sarahj",
- testimonial: "Best North Indian food in Gorakhpur!",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/waiter-holding-tray-with-glasses-white-wine-it-serving-them-guests-balcony_181624-57937.jpg?_wi=1",
- imageAlt: "luxury rooftop restaurant dining night",
- },
+ name: "Sarah J.", handle: "@sarahj", testimonial: "Best North Indian food in Gorakhpur!", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/waiter-holding-tray-with-glasses-white-wine-it-serving-them-guests-balcony_181624-57937.jpg", imageAlt: "luxury rooftop restaurant dining night"},
{
- name: "Amit K.",
- handle: "@amitk",
- testimonial: "Amazing ambience, perfect for families.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/grey-painted-fancy-restaurant-with-empty-dinner-table_140725-8730.jpg",
- imageAlt: "luxury rooftop restaurant dining night",
- },
+ name: "Amit K.", handle: "@amitk", testimonial: "Amazing ambience, perfect for families.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/grey-painted-fancy-restaurant-with-empty-dinner-table_140725-8730.jpg", imageAlt: "luxury rooftop restaurant dining night"},
{
- name: "Rahul V.",
- handle: "@rahulv",
- testimonial: "Affordable luxury at its finest.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/hotel-waiter-taking-order-from-customer_23-2149304054.jpg",
- imageAlt: "luxury rooftop restaurant dining night",
- },
+ name: "Rahul V.", handle: "@rahulv", testimonial: "Affordable luxury at its finest.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/hotel-waiter-taking-order-from-customer_23-2149304054.jpg", imageAlt: "luxury rooftop restaurant dining night"},
{
- name: "Sneha P.",
- handle: "@snehap",
- testimonial: "The service was incredible.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/different-indian-food-wooden-background_1220-7967.jpg?_wi=1",
- imageAlt: "luxury rooftop restaurant dining night",
- },
+ name: "Sneha P.", handle: "@snehap", testimonial: "The service was incredible.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/different-indian-food-wooden-background_1220-7967.jpg", imageAlt: "luxury rooftop restaurant dining night"},
{
- name: "Vikram D.",
- handle: "@vikramd",
- testimonial: "Unforgettable evening experience.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/beer-set-with-shrimps-splat-chicken-sausages_141793-16663.jpg?_wi=1",
- imageAlt: "luxury rooftop restaurant dining night",
- },
+ name: "Vikram D.", handle: "@vikramd", testimonial: "Unforgettable evening experience.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/beer-set-with-shrimps-splat-chicken-sausages_141793-16663.jpg", imageAlt: "luxury rooftop restaurant dining night"},
]}
tag="PREMIUM ROOFTOP DINING"
buttons={[
{
- text: "Reserve Table",
- href: "#contact",
- },
+ text: "Reserve Table", href: "#contact"},
{
- text: "View Menu",
- href: "#products",
- },
+ text: "View Menu", href: "#products"},
]}
- imageSrc="http://img.b2bpic.net/free-photo/waiter-holding-tray-with-glasses-white-wine-it-serving-them-guests-balcony_181624-57937.jpg?_wi=2"
+ imageSrc="http://img.b2bpic.net/free-photo/waiter-holding-tray-with-glasses-white-wine-it-serving-them-guests-balcony_181624-57937.jpg"
avatars={[
{
- src: "http://img.b2bpic.net/free-photo/beautiful-african-american-couple-love-having-great-time-together-their-dating-attractive-couple-enjoying-each-other-young-woman-feeding-her-man-restaurant_613910-18761.jpg",
- alt: "Beautiful African-American couple",
- },
+ src: "http://img.b2bpic.net/free-photo/beautiful-african-american-couple-love-having-great-time-together-their-dating-attractive-couple-enjoying-each-other-young-woman-feeding-her-man-restaurant_613910-18761.jpg", alt: "Beautiful African-American couple"},
{
- src: "http://img.b2bpic.net/free-photo/medium-shot-couple-having-lunch-luxury-restaurant_23-2150598332.jpg",
- alt: "Couple having lunch",
- },
+ src: "http://img.b2bpic.net/free-photo/medium-shot-couple-having-lunch-luxury-restaurant_23-2150598332.jpg", alt: "Couple having lunch"},
{
- src: "http://img.b2bpic.net/free-photo/full-shot-people-celebrating-together_23-2149213377.jpg",
- alt: "People celebrating",
- },
+ src: "http://img.b2bpic.net/free-photo/full-shot-people-celebrating-together_23-2149213377.jpg", alt: "People celebrating"},
{
- src: "http://img.b2bpic.net/free-photo/man-embracing-with-woman-restaurant_23-2148016783.jpg",
- alt: "Man embracing woman",
- },
+ src: "http://img.b2bpic.net/free-photo/man-embracing-with-woman-restaurant_23-2148016783.jpg", alt: "Man embracing woman"},
{
- src: "http://img.b2bpic.net/free-photo/happy-woman-enjoying-dining-table-while-communicating-with-her-husband_637285-3516.jpg",
- alt: "Happy diner",
- },
+ src: "http://img.b2bpic.net/free-photo/happy-woman-enjoying-dining-table-while-communicating-with-her-husband_637285-3516.jpg", alt: "Happy diner"},
]}
avatarText="Join over 5,000 happy diners"
/>
@@ -144,18 +95,11 @@ export default function LandingPage() {
useInvertedBackground={true}
heading={[
{
- type: "text",
- content: "More Than A Restaurant — It’s An Experience.",
- },
+ type: "text", content: "More Than A Restaurant — It’s An Experience."},
{
- type: "image",
- src: "http://img.b2bpic.net/free-photo/grey-painted-fancy-restaurant-with-empty-dinner-table_140725-8730.jpg",
- alt: "Jail Restaurant Interior",
- },
+ type: "image", src: "http://img.b2bpic.net/free-photo/grey-painted-fancy-restaurant-with-empty-dinner-table_140725-8730.jpg", alt: "Jail Restaurant Interior"},
{
- type: "text",
- content: "Jail Restaurant is a destination. We blend flavour, style, and hospitality.",
- },
+ type: "text", content: "Jail Restaurant is a destination. We blend flavour, style, and hospitality."},
]}
/>
@@ -167,35 +111,17 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- title: "Rooftop Dining",
- description: "Beautiful atmosphere for evening celebrations.",
- imageSrc: "http://img.b2bpic.net/free-photo/restaurant-hall-with-round-table-some-chairs-fireplace-plants_140725-8034.jpg",
- },
+ title: "Rooftop Dining", description: "Beautiful atmosphere for evening celebrations.", imageSrc: "http://img.b2bpic.net/free-photo/restaurant-hall-with-round-table-some-chairs-fireplace-plants_140725-8034.jpg"},
{
- title: "North Indian Cuisine",
- description: "Rich tandoori and traditional curries.",
- imageSrc: "http://img.b2bpic.net/free-photo/friendly-afro-man-traditional-yellow-clothes-restaurant_627829-1132.jpg",
- },
+ title: "North Indian Cuisine", description: "Rich tandoori and traditional curries.", imageSrc: "http://img.b2bpic.net/free-photo/friendly-afro-man-traditional-yellow-clothes-restaurant_627829-1132.jpg"},
{
- title: "Affordable Luxury",
- description: "Premium experience without the high price.",
- imageSrc: "http://img.b2bpic.net/free-photo/wedding-hall-interior-design-photo-shooting_114579-2234.jpg",
- },
+ title: "Affordable Luxury", description: "Premium experience without the high price.", imageSrc: "http://img.b2bpic.net/free-photo/wedding-hall-interior-design-photo-shooting_114579-2234.jpg"},
{
- title: "Late Night Vibes",
- description: "Open daily until 11 PM for your cravings.",
- imageSrc: "http://img.b2bpic.net/free-photo/high-end-professional-cabinet-used-psychotherapy-meetings_482257-117710.jpg",
- },
+ title: "Late Night Vibes", description: "Open daily until 11 PM for your cravings.", imageSrc: "http://img.b2bpic.net/free-photo/high-end-professional-cabinet-used-psychotherapy-meetings_482257-117710.jpg"},
{
- title: "Family Welcoming",
- description: "Perfectly sized seating for all groups.",
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-luxury-restaurant_23-2150598417.jpg",
- },
+ title: "Family Welcoming", description: "Perfectly sized seating for all groups.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-luxury-restaurant_23-2150598417.jpg"},
{
- title: "Happy Hours",
- description: "Great offers on shareable food plates.",
- imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-standing-office-with-notebook_1157-33428.jpg",
- },
+ title: "Happy Hours", description: "Great offers on shareable food plates.", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-standing-office-with-notebook_1157-33428.jpg"},
]}
title="Why Customers Love Us"
description="Built for memorable nights and flavourful experiences."
@@ -204,46 +130,23 @@ export default function LandingPage() {
@@ -292,20 +178,11 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
- id: "1",
- title: "Are you family friendly?",
- content: "Yes, we welcome families of all sizes.",
- },
+ id: "1", title: "Are you family friendly?", content: "Yes, we welcome families of all sizes."},
{
- id: "2",
- title: "Do you take reservations?",
- content: "Yes, we recommend booking in advance.",
- },
+ id: "2", title: "Do you take reservations?", content: "Yes, we recommend booking in advance."},
{
- id: "3",
- title: "What are your hours?",
- content: "We are open daily until 11 PM.",
- },
+ id: "3", title: "What are your hours?", content: "We are open daily until 11 PM."},
]}
title="Frequently Asked"
description="Everything you need to know about Jail Restaurant."
@@ -317,8 +194,7 @@ export default function LandingPage() {