diff --git a/src/app/page.tsx b/src/app/page.tsx
index 1949daf..604e055 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
@@ -53,82 +45,51 @@ export default function LandingPage() {
@@ -154,34 +115,16 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
- id: "m1",
- label: "Pizza",
- title: "Large Plain & Special Pizzas",
- items: [
- "Large Plain Cheese",
- "Meat Lover's Pizza",
- "Stuffed Crust Special",
- ],
+ id: "m1", label: "Pizza", title: "Large Plain & Special Pizzas", items: [
+ "Large Plain Cheese", "Meat Lover's Pizza", "Stuffed Crust Special"],
},
{
- id: "m2",
- label: "Wings",
- title: "Signature Wings & Platters",
- items: [
- "Crispy Buffalo Wings",
- "BBQ Chicken Platters",
- "Fresh Baked Sides",
- ],
+ id: "m2", label: "Wings", title: "Signature Wings & Platters", items: [
+ "Crispy Buffalo Wings", "BBQ Chicken Platters", "Fresh Baked Sides"],
},
{
- id: "m3",
- label: "Comfort",
- title: "Philly Favorites",
- items: [
- "Authentic Cheesesteaks",
- "Chicken Burger & Fries",
- "Specialty Omelettes",
- ],
+ id: "m3", label: "Comfort", title: "Philly Favorites", items: [
+ "Authentic Cheesesteaks", "Chicken Burger & Fries", "Specialty Omelettes"],
},
]}
title="Menu Highlights"
@@ -194,30 +137,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
- id: "1",
- name: "Sarah Johnson",
- imageSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-having-lunch-restaurant_23-2150491780.jpg",
- },
+ id: "1", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-having-lunch-restaurant_23-2150491780.jpg"},
{
- id: "2",
- name: "Michael Chen",
- imageSrc: "http://img.b2bpic.net/free-photo/older-friends-eating-restaurant_23-2149316782.jpg",
- },
+ id: "2", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/older-friends-eating-restaurant_23-2149316782.jpg"},
{
- id: "3",
- name: "Emily Rodriguez",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-business-woman-suit-sitting-her-office-answering-phone-call-with-pleased_1258-194677.jpg",
- },
+ id: "3", name: "Emily Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/portrait-business-woman-suit-sitting-her-office-answering-phone-call-with-pleased_1258-194677.jpg"},
{
- id: "4",
- name: "David Kim",
- imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-friendly-asian-girl-smiling-serving-coffee-barista-giving-you-cup-coffee_1258-199251.jpg",
- },
+ id: "4", name: "David Kim", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-friendly-asian-girl-smiling-serving-coffee-barista-giving-you-cup-coffee_1258-199251.jpg"},
{
- id: "5",
- name: "Alex Smith",
- imageSrc: "http://img.b2bpic.net/free-photo/family-reunion-celebrating-winter_23-2149628493.jpg",
- },
+ id: "5", name: "Alex Smith", imageSrc: "http://img.b2bpic.net/free-photo/family-reunion-celebrating-winter_23-2149628493.jpg"},
]}
cardTitle="What Our Neighbors Say"
cardTag="Community Love"
@@ -229,8 +157,7 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file