diff --git a/src/app/page.tsx b/src/app/page.tsx
index 46ea5df..c0dcc09 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,17 +29,11 @@ export default function LandingPage() {
@@ -48,19 +42,14 @@ export default function LandingPage() {
@@ -139,30 +104,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
- id: "t1",
- name: "Sarah J.",
- imageSrc: "http://img.b2bpic.net/free-photo/people-hangout-together-coffee-shop_53876-22946.jpg?_wi=1",
- },
+ id: "t1", name: "Sarah J.", imageSrc: "http://img.b2bpic.net/free-photo/people-hangout-together-coffee-shop_53876-22946.jpg?_wi=1"},
{
- id: "t2",
- name: "Michael C.",
- imageSrc: "http://img.b2bpic.net/free-photo/good-day-only-with-good-coffee_329181-2927.jpg",
- },
+ id: "t2", name: "Michael C.", imageSrc: "http://img.b2bpic.net/free-photo/good-day-only-with-good-coffee_329181-2927.jpg"},
{
- id: "t3",
- name: "Emily R.",
- imageSrc: "http://img.b2bpic.net/free-photo/person-reading-book-cafe_23-2150064758.jpg",
- },
+ id: "t3", name: "Emily R.", imageSrc: "http://img.b2bpic.net/free-photo/person-reading-book-cafe_23-2150064758.jpg"},
{
- id: "t4",
- name: "David K.",
- imageSrc: "http://img.b2bpic.net/free-vector/vintage-valentine-s-day-pattern-collection_23-2148404945.jpg",
- },
+ id: "t4", name: "David K.", imageSrc: "http://img.b2bpic.net/free-vector/vintage-valentine-s-day-pattern-collection_23-2148404945.jpg"},
{
- id: "t5",
- name: "Laila M.",
- imageSrc: "http://img.b2bpic.net/free-photo/people-hangout-together-coffee-shop_53876-22946.jpg?_wi=2",
- },
+ id: "t5", name: "Laila M.", imageSrc: "http://img.b2bpic.net/free-photo/people-hangout-together-coffee-shop_53876-22946.jpg?_wi=2"},
]}
cardTitle="Loved by our guests"
cardAnimation="blur-reveal"
@@ -177,20 +127,12 @@ export default function LandingPage() {
description="Al Aamerah – Al Ain. We are open daily until 1 AM. Come experience the calm."
inputs={[
{
- name: "name",
- type: "text",
- placeholder: "Your Name",
- },
+ name: "name", type: "text", placeholder: "Your Name"},
{
- name: "email",
- type: "email",
- placeholder: "Your Email",
- },
+ name: "email", type: "email", placeholder: "Your Email"},
]}
textarea={{
- name: "message",
- placeholder: "Special requests or recommendations?",
- }}
+ name: "message", placeholder: "Special requests or recommendations?"}}
imageSrc="http://img.b2bpic.net/free-photo/restaurant-open-space-new-concept_140725-7438.jpg?_wi=3"
mediaAnimation="slide-up"
/>
@@ -201,29 +143,19 @@ export default function LandingPage() {
imageSrc="http://img.b2bpic.net/free-photo/restaurant-open-space-new-concept_140725-7438.jpg?_wi=4"
columns={[
{
- title: "Quick Links",
- items: [
+ title: "Quick Links", items: [
{
- label: "Menu",
- href: "#menu",
- },
+ label: "Menu", href: "#menu"},
{
- label: "Directions",
- href: "#location",
- },
+ label: "Directions", href: "#location"},
],
},
{
- title: "Social",
- items: [
+ title: "Social", items: [
{
- label: "Instagram",
- href: "#",
- },
+ label: "Instagram", href: "#"},
{
- label: "WhatsApp",
- href: "#",
- },
+ label: "WhatsApp", href: "#"},
],
},
]}
@@ -234,4 +166,4 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file