diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx
index 86ea06a..7c6c69c 100644
--- a/src/app/contact/page.tsx
+++ b/src/app/contact/page.tsx
@@ -25,24 +25,13 @@ export default function LandingPage() {
@@ -52,16 +41,8 @@ export default function LandingPage() {
title="Get In Touch"
description="We are here to assist with any questions."
inputs={[
- {
- name: "email",
- type: "email",
- placeholder: "Email",
- },
- {
- name: "inquiry",
- type: "text",
- placeholder: "Subject",
- },
+ { name: "email", type: "email", placeholder: "Email" },
+ { name: "inquiry", type: "text", placeholder: "Subject" },
]}
imageSrc="http://img.b2bpic.net/free-photo/city-background-panoramic-view_23-2148892961.jpg"
/>
@@ -76,20 +57,8 @@ export default function LandingPage() {
title="Find Us"
description="Located in the heart of the city."
features={[
- {
- title: "Directions",
- description: "Easy access from main transport hubs.",
- imageSrc: "http://img.b2bpic.net/free-photo/restaurant-luxury-interior-design-dark-lightning_114579-2492.jpg",
- titleImageSrc: "http://img.b2bpic.net/free-photo/burning-candle-table_140725-8115.jpg",
- buttonText: "View Map",
- },
- {
- title: "Operating Hours",
- description: "Open Tuesday to Sunday for dinner.",
- imageSrc: "http://img.b2bpic.net/free-photo/black-wooden-table_417767-153.jpg",
- titleImageSrc: "http://img.b2bpic.net/free-photo/glass-tower-full-champaigne-mosaic-background_8353-10398.jpg",
- buttonText: "View Hours",
- },
+ { title: "Directions", description: "Easy access from main transport hubs.", imageSrc: "http://img.b2bpic.net/free-photo/restaurant-luxury-interior-design-dark-lightning_114579-2492.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/burning-candle-table_140725-8115.jpg", buttonText: "View Map" },
+ { title: "Operating Hours", description: "Open Tuesday to Sunday for dinner.", imageSrc: "http://img.b2bpic.net/free-photo/black-wooden-table_417767-153.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/glass-tower-full-champaigne-mosaic-background_8353-10398.jpg", buttonText: "View Hours" },
]}
/>
@@ -98,28 +67,8 @@ export default function LandingPage() {
diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx
index 9c35e59..dcb29e8 100644
--- a/src/app/menu/page.tsx
+++ b/src/app/menu/page.tsx
@@ -25,24 +25,13 @@ export default function LandingPage() {
@@ -55,20 +44,8 @@ export default function LandingPage() {
title="Our Signature Dishes"
description="Savor the flavors of our most cherished recipes."
features={[
- {
- title: "Signature Steak",
- description: "Prime aged beef with seasonal herbs.",
- imageSrc: "http://img.b2bpic.net/free-photo/grilled-meat-cutlet-with-sauce-spicy-pepper-zucchini-tomatoes_140725-10844.jpg",
- titleImageSrc: "http://img.b2bpic.net/free-photo/chef-showing-his-fine-cuisine-professional-food-decoration_482257-10348.jpg",
- buttonText: "View Dish",
- },
- {
- title: "Delicate Dessert",
- description: "Masterfully crafted chocolate delights.",
- imageSrc: "http://img.b2bpic.net/free-photo/woman-with-fork-delicious-fresh-chocolate-dessert-restaurant_23-2148001620.jpg",
- titleImageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-meal-luxury-restaurant_23-2150598373.jpg",
- buttonText: "View Dessert",
- },
+ { title: "Signature Steak", description: "Prime aged beef with seasonal herbs.", imageSrc: "http://img.b2bpic.net/free-photo/grilled-meat-cutlet-with-sauce-spicy-pepper-zucchini-tomatoes_140725-10844.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/chef-showing-his-fine-cuisine-professional-food-decoration_482257-10348.jpg", buttonText: "View Dish" },
+ { title: "Delicate Dessert", description: "Masterfully crafted chocolate delights.", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-fork-delicious-fresh-chocolate-dessert-restaurant_23-2148001620.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-meal-luxury-restaurant_23-2150598373.jpg", buttonText: "View Dessert" },
]}
/>
@@ -79,16 +56,8 @@ export default function LandingPage() {
title="Inquire About Menus"
description="Need information regarding dietary restrictions?"
inputs={[
- {
- name: "name",
- type: "text",
- placeholder: "Name",
- },
- {
- name: "message",
- type: "text",
- placeholder: "Your message",
- },
+ { name: "name", type: "text", placeholder: "Name" },
+ { name: "message", type: "text", placeholder: "Your message" },
]}
imageSrc="http://img.b2bpic.net/free-photo/blurred-restaurant-with-vintage-sofa_1203-557.jpg"
/>
@@ -98,28 +67,8 @@ export default function LandingPage() {
diff --git a/src/app/page.tsx b/src/app/page.tsx
index 01e9422..bb1024d 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -28,83 +28,35 @@ export default function LandingPage() {
@@ -113,46 +65,22 @@ export default function LandingPage() {
@@ -237,28 +122,8 @@ export default function LandingPage() {
diff --git a/src/app/reservations/page.tsx b/src/app/reservations/page.tsx
index 21ba773..0d80513 100644
--- a/src/app/reservations/page.tsx
+++ b/src/app/reservations/page.tsx
@@ -25,24 +25,13 @@ export default function LandingPage() {
@@ -52,16 +41,8 @@ export default function LandingPage() {
title="Book Your Table"
description="Secure your spot at The Wisemen."
inputs={[
- {
- name: "name",
- type: "text",
- placeholder: "Name",
- },
- {
- name: "date",
- type: "date",
- placeholder: "Date",
- },
+ { name: "name", type: "text", placeholder: "Name" },
+ { name: "date", type: "date", placeholder: "Date" },
]}
imageSrc="http://img.b2bpic.net/free-photo/stylish-room-with-blurred-effect_1203-554.jpg"
/>
@@ -76,20 +57,8 @@ export default function LandingPage() {
title="Private Events"
description="Elegant spaces for your milestone celebrations."
features={[
- {
- title: "Ballroom",
- description: "Grand space for large gatherings.",
- imageSrc: "http://img.b2bpic.net/free-photo/luxury-restaurant-grill-bar-interior-with-chandeliers-furniture_114579-2341.jpg",
- titleImageSrc: "http://img.b2bpic.net/free-photo/view-luxurious-hotel-interior-space_23-2150683401.jpg",
- buttonText: "Book Now",
- },
- {
- title: "Lounge",
- description: "Cozy space for intimate groups.",
- imageSrc: "http://img.b2bpic.net/free-photo/luxurious-hotel-bar-lounge_23-2151933842.jpg",
- titleImageSrc: "http://img.b2bpic.net/free-photo/classic-old-fashioned-library-space-with-elegant-wooden-interiors_482257-125296.jpg",
- buttonText: "Book Now",
- },
+ { title: "Ballroom", description: "Grand space for large gatherings.", imageSrc: "http://img.b2bpic.net/free-photo/luxury-restaurant-grill-bar-interior-with-chandeliers-furniture_114579-2341.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/view-luxurious-hotel-interior-space_23-2150683401.jpg", buttonText: "Book Now" },
+ { title: "Lounge", description: "Cozy space for intimate groups.", imageSrc: "http://img.b2bpic.net/free-photo/luxurious-hotel-bar-lounge_23-2151933842.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/classic-old-fashioned-library-space-with-elegant-wooden-interiors_482257-125296.jpg", buttonText: "Book Now" },
]}
/>
@@ -98,28 +67,8 @@ export default function LandingPage() {