diff --git a/src/app/page.tsx b/src/app/page.tsx
index ffac5cb..4dda48e 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
@@ -53,68 +45,43 @@ export default function LandingPage() {
@@ -127,45 +94,26 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
- id: "1",
- name: "Sarah Johnson",
- role: "Local Resident",
- company: "Des Plaines",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-restaurant_23-2148395392.jpg?_wi=1",
- },
+ id: "1", name: "Sarah Johnson", role: "Local Resident", company: "Des Plaines", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-restaurant_23-2148395392.jpg?_wi=1"},
{
- id: "2",
- name: "Michael Chen",
- role: "Food Enthusiast",
- company: "Chicago",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/couples-celebrating-birthday_23-2149891043.jpg",
- },
+ id: "2", name: "Michael Chen", role: "Food Enthusiast", company: "Chicago", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/couples-celebrating-birthday_23-2149891043.jpg"},
{
- id: "3",
- name: "Emily Rodriguez",
- role: "Parent",
- company: "Des Plaines",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/happy-extended-family-enjoying-lunch-toasting-dining-table-focus-is-senior-couple_637285-3207.jpg",
- },
+ id: "3", name: "Emily Rodriguez", role: "Parent", company: "Des Plaines", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/happy-extended-family-enjoying-lunch-toasting-dining-table-focus-is-senior-couple_637285-3207.jpg"},
{
- id: "4",
- name: "David Kim",
- role: "Professional",
- company: "Park Ridge",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-people-with-drinks_23-2150124808.jpg",
- },
+ id: "4", name: "David Kim", role: "Professional", company: "Park Ridge", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-people-with-drinks_23-2150124808.jpg"},
{
- id: "5",
- name: "Alex Smith",
- role: "Chef",
- company: "Local",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-restaurant_23-2148395392.jpg?_wi=2",
- },
+ id: "5", name: "Alex Smith", role: "Chef", company: "Local", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-restaurant_23-2148395392.jpg?_wi=2"},
+ {
+ id: "6", name: "Jordan Lee", role: "Food Critic", company: "Chicago", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/happy-young-friends-hanging-out-cafe_23-2148419688.jpg"},
+ {
+ id: "7", name: "Maria Garcia", role: "Event Planner", company: "Des Plaines", rating: 4,
+ imageSrc: "http://img.b2bpic.net/free-photo/happy-friends-laughing-cafe_23-2148434606.jpg"},
]}
title="What Our Guests Say"
description="Join our community of happy diners in Des Plaines."
@@ -181,23 +129,14 @@ export default function LandingPage() {
description="Our commitment to quality and community shines through in every meal."
metrics={[
{
- id: "1",
- icon: Utensils,
- title: "Dishes Served",
- value: "50k+",
- },
+ id: "1", icon: Utensils,
+ title: "Dishes Served", value: "50k+"},
{
- id: "2",
- icon: Users,
- title: "Happy Guests",
- value: "15k+",
- },
+ id: "2", icon: Users,
+ title: "Happy Guests", value: "15k+"},
{
- id: "3",
- icon: Star,
- title: "Average Rating",
- value: "4.9",
- },
+ id: "3", icon: Star,
+ title: "Average Rating", value: "4.9"},
]}
/>
@@ -209,13 +148,9 @@ export default function LandingPage() {
description="Nomads brings authentic, hand-crafted culinary experiences to Des Plaines, combining traditional techniques with fresh, local ingredients for a truly unique dining experience."
metrics={[
{
- value: "10+",
- title: "Years of Excellence",
- },
+ value: "10+", title: "Years of Excellence"},
{
- value: "20+",
- title: "Authentic Recipes",
- },
+ value: "20+", title: "Authentic Recipes"},
]}
imageSrc="http://img.b2bpic.net/free-photo/black-wooden-table_417767-153.jpg?_wi=2"
imageAlt="Our Culinary Team"
@@ -228,20 +163,15 @@ export default function LandingPage() {
@@ -250,42 +180,27 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file