diff --git a/src/app/page.tsx b/src/app/page.tsx
index 7340f20..f295711 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,22 +31,10 @@ export default function LandingPage() {
@@ -57,37 +45,16 @@ export default function LandingPage() {
title="Where every cup tells a story."
description="Specialty coffee, honest food, and a space that feels like yours — in the heart of Madinat Zayed."
buttons={[
- {
- text: "View Our Menu",
- href: "#menu",
- },
- {
- text: "Find Us",
- href: "#contact",
- },
+ { text: "View Our Menu", href: "#menu" },
+ { text: "Find Us", href: "#contact" },
]}
imageSrc="http://img.b2bpic.net/free-photo/handsome-guy-hugging-young-cheerful-lady-table_23-2148016786.jpg"
avatars={[
- {
- src: "http://img.b2bpic.net/free-photo/antique-ceiling-lamp_1203-804.jpg",
- alt: "Antique ceiling lamp",
- },
- {
- src: "http://img.b2bpic.net/free-photo/beautiful-light-lamp-decoration_1339-7078.jpg",
- alt: "Beautiful light lamp decoration",
- },
- {
- src: "http://img.b2bpic.net/free-photo/person-cafe-enjoying-book_23-2150064696.jpg",
- alt: "Person in a cafe enjoying a book",
- },
- {
- src: "http://img.b2bpic.net/free-photo/beautiful-woman-having-cup-coffee-cafe_107420-63679.jpg",
- alt: "Beautiful woman having a cup of coffee in cafe",
- },
- {
- src: "http://img.b2bpic.net/free-photo/handsome-guy-hugging-young-cheerful-lady-table_23-2148016786.jpg",
- alt: "Cozy cafe interior",
- },
+ { src: "http://img.b2bpic.net/free-photo/antique-ceiling-lamp_1203-804.jpg", alt: "Antique ceiling lamp" },
+ { src: "http://img.b2bpic.net/free-photo/beautiful-light-lamp-decoration_1339-7078.jpg", alt: "Beautiful light lamp decoration" },
+ { src: "http://img.b2bpic.net/free-photo/person-cafe-enjoying-book_23-2150064696.jpg", alt: "Person in a cafe enjoying a book" },
+ { src: "http://img.b2bpic.net/free-photo/beautiful-woman-having-cup-coffee-cafe_107420-63679.jpg", alt: "Beautiful woman having a cup of coffee in cafe" },
+ { src: "http://img.b2bpic.net/free-photo/handsome-guy-hugging-young-cheerful-lady-table_23-2148016786.jpg", alt: "Cozy cafe interior" },
]}
avatarText="Join our growing coffee community."
/>
@@ -98,21 +65,9 @@ export default function LandingPage() {
useInvertedBackground={true}
title="Signature Essence"
metrics={[
- {
- icon: Coffee,
- label: "Craft Coffee",
- value: "Artisan Brews",
- },
- {
- icon: Utensils,
- label: "Real Food",
- value: "Big Portions",
- },
- {
- icon: Users,
- label: "Our People",
- value: "Heart of Foxy",
- },
+ { icon: Coffee, label: "Craft Coffee", value: "Artisan Brews" },
+ { icon: Utensils, label: "Real Food", value: "Big Portions" },
+ { icon: Users, label: "Our People", value: "Heart of Foxy" },
]}
metricsAnimation="slide-up"
/>
@@ -122,62 +77,15 @@ export default function LandingPage() {
@@ -330,40 +158,16 @@ export default function LandingPage() {