diff --git a/src/app/page.tsx b/src/app/page.tsx
index 031d150..787afef 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,22 +29,10 @@ export default function LandingPage() {
@@ -53,38 +41,19 @@ export default function LandingPage() {
@@ -117,59 +81,14 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
- id: "p1",
- brand: "Pizza",
- name: "Margherita Pizza",
- price: "$12.00",
- rating: 5,
- reviewCount: "120",
- imageSrc: "http://img.b2bpic.net/free-photo/burning-candle-table_140725-8115.jpg",
- },
+ id: "p1", brand: "Pizza", name: "Margherita Pizza", price: "$12.00", rating: 5,
+ reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/burning-candle-table_140725-8115.jpg"},
{
- id: "p2",
- brand: "Pizza",
- name: "Farm Fresh Pizza",
- price: "$15.00",
- rating: 5,
- reviewCount: "85",
- imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-bulb-room_181624-57611.jpg",
- },
+ id: "p2", brand: "Pizza", name: "Farm Fresh Pizza", price: "$15.00", rating: 5,
+ reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-bulb-room_181624-57611.jpg"},
{
- id: "p3",
- brand: "Pasta",
- name: "Alfredo Pasta",
- price: "$14.00",
- rating: 4,
- reviewCount: "92",
- imageSrc: "http://img.b2bpic.net/free-photo/couple-having-public-intimacy-moments_23-2149428326.jpg",
- },
- {
- id: "p4",
- brand: "Soup",
- name: "Tomato Basil Soup",
- price: "$8.00",
- rating: 5,
- reviewCount: "205",
- imageSrc: "http://img.b2bpic.net/free-photo/two-men-cafe_23-2147775893.jpg",
- },
- {
- id: "p5",
- brand: "Starters",
- name: "Chilli Potato",
- price: "$9.00",
- rating: 4,
- reviewCount: "150",
- imageSrc: "http://img.b2bpic.net/free-photo/city-buildings-golden-hour_250224-98.jpg",
- },
- {
- id: "p6",
- brand: "Starters",
- name: "Paneer 65",
- price: "$11.00",
- rating: 5,
- reviewCount: "180",
- imageSrc: "http://img.b2bpic.net/free-photo/miami-bayside-marketplace_23-2151599526.jpg",
- },
+ id: "p3", brand: "Pasta", name: "Alfredo Pasta", price: "$14.00", rating: 4,
+ reviewCount: "92", imageSrc: "http://img.b2bpic.net/free-photo/couple-having-public-intimacy-moments_23-2149428326.jpg"}
]}
title="Exquisite Menu"
description="A curated selection of flavours from across the globe."
@@ -183,40 +102,9 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
- id: "1",
- name: "Sarah",
- handle: "@sarah",
- testimonial: "Amazing rooftop vibe and great food!",
- imageSrc: "http://img.b2bpic.net/free-photo/young-happy-woman-having-fun-while-eating-dinner-communicating-with-friends-dining-table_637285-3342.jpg",
- },
+ id: "1", name: "Sarah", handle: "@sarah", testimonial: "Amazing rooftop vibe and great food!", imageSrc: "http://img.b2bpic.net/free-photo/young-happy-woman-having-fun-while-eating-dinner-communicating-with-friends-dining-table_637285-3342.jpg"},
{
- id: "2",
- name: "John",
- handle: "@john",
- testimonial: "360 view of Kalol is spectacular.",
- imageSrc: "http://img.b2bpic.net/free-photo/shapely-caucasian-woman-brown-dress-stretching-balcony-dreamy-brunette-girl-enjoying-morning-terrace_197531-11377.jpg",
- },
- {
- id: "3",
- name: "Amit",
- handle: "@amit",
- testimonial: "Best Paneer Tikka in the city.",
- imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-couple-toasting-wine-glasses_23-2147891131.jpg",
- },
- {
- id: "4",
- name: "Priya",
- handle: "@priya",
- testimonial: "Beautiful ambience for dinner.",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-interracial-young-couple-sitting-outdoor-cafe_23-2148151923.jpg",
- },
- {
- id: "5",
- name: "Rahul",
- handle: "@rahul",
- testimonial: "Must visit with friends.",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-asian-man-friends-reunion_23-2149244687.jpg",
- },
+ id: "2", name: "John", handle: "@john", testimonial: "360 view of Kalol is spectacular.", imageSrc: "http://img.b2bpic.net/free-photo/shapely-caucasian-woman-brown-dress-stretching-balcony-dreamy-brunette-girl-enjoying-morning-terrace_197531-11377.jpg"}
]}
title="Loved by Our Guests"
description="Hear what our visitors have to say about their experience."
@@ -229,20 +117,9 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
- id: "f1",
- title: "Do you accept reservations?",
- content: "Yes, we highly recommend booking a table.",
- },
+ id: "f1", title: "Do you accept reservations?", content: "Yes, we highly recommend booking a table."},
{
- id: "f2",
- title: "Is parking available?",
- content: "Yes, we have parking at Kamla Amrut Complex.",
- },
- {
- id: "f3",
- title: "What are the timings?",
- content: "We are open from 12 PM to 11 PM.",
- },
+ id: "f2", title: "Is parking available?", content: "Yes, we have parking at Kamla Amrut Complex."}
]}
imageSrc="http://img.b2bpic.net/free-photo/still-life-yoga-equipment_23-2151725307.jpg"
title="Questions & Answers"
@@ -255,14 +132,11 @@ export default function LandingPage() {
@@ -272,25 +146,15 @@ export default function LandingPage() {
logoText="Ananya Rooftop"
columns={[
{
- title: "Menu",
- items: [
+ title: "Menu", items: [
{
- label: "Pizza",
- href: "#menu",
- },
- {
- label: "Pasta",
- href: "#menu",
- },
+ label: "Pizza", href: "#menu"}
],
},
{
- title: "Location",
- items: [
+ title: "Location", items: [
{
- label: "Find Us",
- href: "#contact",
- },
+ label: "Find Us", href: "#contact"}
],
},
]}