diff --git a/src/app/page.tsx b/src/app/page.tsx
index 2b73516..f72c282 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,112 +31,69 @@ export default function LandingPage() {
@@ -150,24 +107,16 @@ export default function LandingPage() {
features={[
{
icon: Pizza,
- title: "Italian Flavours",
- description: "Authentic, freshly seasoned pizzas and Mediterranean classics.",
- },
+ title: "Italian Flavours", description: "Authentic, freshly seasoned pizzas and Mediterranean classics."},
{
icon: Beef,
- title: "Gourmet Burgers",
- description: "High-quality burgers paired with classic, crispy golden fries.",
- },
+ title: "Gourmet Burgers", description: "High-quality burgers paired with classic, crispy golden fries."},
{
icon: Award,
- title: "Lebanese & Turkish",
- description: "Authentic middle-eastern dishes with rich, traditional flavors.",
- },
+ title: "Lebanese & Turkish", description: "Authentic middle-eastern dishes with rich, traditional flavors."},
{
icon: Flame,
- title: "Indian Spices",
- description: "Fragrant curries, tandoori items, and bold spiced dishes.",
- },
+ title: "Indian Spices", description: "Fragrant curries, tandoori items, and bold spiced dishes."},
]}
title="Choose What You Crave"
description="Experience a world of flavors. Mix and match your favorites while dining in one vibrant, spacious environment."
@@ -181,19 +130,13 @@ export default function LandingPage() {
metrics={[
{
icon: Wind,
- label: "Climate",
- value: "AC Controlled",
- },
+ label: "Climate", value: "AC Controlled"},
{
icon: Car,
- label: "Parking",
- value: "Free Access",
- },
+ label: "Parking", value: "Free Access"},
{
icon: Users,
- label: "Space",
- value: "Family Focused",
- },
+ label: "Space", value: "Family Focused"},
]}
metricsAnimation="slide-up"
/>
@@ -206,45 +149,20 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
- id: "1",
- name: "Joseph Latham",
- handle: "@foodie_joe",
- testimonial: "A very good food court - not too busy, but lively enough. Great atmosphere!",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/happy-waiter-talking-female-customer-writing-her-order-digital-tablet-bar_637285-2301.jpg",
- },
+ id: "1", name: "Joseph Latham", handle: "@foodie_joe", testimonial: "A very good food court - not too busy, but lively enough. Great atmosphere!", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/happy-waiter-talking-female-customer-writing-her-order-digital-tablet-bar_637285-2301.jpg"},
{
- id: "2",
- name: "Proshid Bhatt",
- handle: "@travel_pro",
- testimonial: "Staff were very helpful and polite. Truly impressed with the service.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-people-with-food_23-2149152891.jpg",
- },
+ id: "2", name: "Proshid Bhatt", handle: "@travel_pro", testimonial: "Staff were very helpful and polite. Truly impressed with the service.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-people-with-food_23-2149152891.jpg"},
{
- id: "3",
- name: "Justin Bezzina",
- handle: "@justin_b",
- testimonial: "Love the concept. Efficient service, great variety, and everything in one place.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/happy-friends-with-pizza-side-view_23-2149872391.jpg",
- },
+ id: "3", name: "Justin Bezzina", handle: "@justin_b", testimonial: "Love the concept. Efficient service, great variety, and everything in one place.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/happy-friends-with-pizza-side-view_23-2149872391.jpg"},
{
- id: "4",
- name: "Lijoys",
- handle: "@lijoys",
- testimonial: "A beautiful hangout place for families. The free parking is a highlight!",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/smiley-business-man-outdoor_23-2148479594.jpg",
- },
+ id: "4", name: "Lijoys", handle: "@lijoys", testimonial: "A beautiful hangout place for families. The free parking is a highlight!", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/smiley-business-man-outdoor_23-2148479594.jpg"},
{
- id: "5",
- name: "Rav",
- handle: "@rav_eats",
- testimonial: "The food felt super fresh and the pizza was seasoned perfectly. Pleasant surprise.",
- rating: 4,
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-people-with-food_23-2149152941.jpg",
- },
+ id: "5", name: "Rav", handle: "@rav_eats", testimonial: "The food felt super fresh and the pizza was seasoned perfectly. Pleasant surprise.", rating: 4,
+ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-people-with-food_23-2149152941.jpg"},
]}
showRating={true}
title="Loved by Locals & Visitors"
@@ -260,20 +178,11 @@ export default function LandingPage() {
useInvertedBackground={true}
metrics={[
{
- id: "m1",
- value: "100%",
- description: "Air-conditioned comfort",
- },
+ id: "m1", value: "100%", description: "Air-conditioned comfort"},
{
- id: "m2",
- value: "24/7",
- description: "Well-maintained environment",
- },
+ id: "m2", value: "24/7", description: "Well-maintained environment"},
{
- id: "m3",
- value: "Free",
- description: "Parking for all visitors",
- },
+ id: "m3", value: "Free", description: "Parking for all visitors"},
]}
title="Our Standards"
description="We are dedicated to maintaining a clean, comfortable, and efficient dining environment for every visitor."
@@ -284,8 +193,7 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file