diff --git a/src/app/page.tsx b/src/app/page.tsx
index 1834842..7b5e3a7 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -33,21 +33,13 @@ export default function LandingPage() {
@@ -56,108 +48,63 @@ export default function LandingPage() {
@@ -167,12 +114,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
- "Rated 4.2 stars by 50+ happy customers",
- "Fresno's best homemade-style kitchen",
- "Authentic flavors, real care",
- "Fresh ingredients, daily",
- "Feel-good comfort food",
- ]}
+ "Rated 4.2 stars by 50+ happy customers", "Fresno's best homemade-style kitchen", "Authentic flavors, real care", "Fresh ingredients, daily", "Feel-good comfort food"]}
title="Community Favorites"
description="Loved by locals and visitors alike."
/>
@@ -185,19 +127,13 @@ export default function LandingPage() {
metrics={[
{
icon: Leaf,
- label: "Ingredients",
- value: "Fresh Daily",
- },
+ label: "Ingredients", value: "Fresh Daily"},
{
icon: Flame,
- label: "Taste",
- value: "Authentic",
- },
+ label: "Taste", value: "Authentic"},
{
icon: Heart,
- label: "Quality",
- value: "Feel-Good",
- },
+ label: "Quality", value: "Feel-Good"},
]}
metricsAnimation="slide-up"
/>
@@ -211,35 +147,15 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
- id: "p1",
- name: "Chicken Specialties",
- price: "$14.99",
- imageSrc: "http://img.b2bpic.net/free-photo/duck-breast-steak-white-plate_1203-8929.jpg",
- },
+ id: "p1", name: "Chicken Specialties", price: "$14.99", imageSrc: "http://img.b2bpic.net/free-photo/duck-breast-steak-white-plate_1203-8929.jpg"},
{
- id: "p2",
- name: "Shahi Paneer",
- price: "$13.99",
- imageSrc: "http://img.b2bpic.net/free-photo/world-cuisine-with-delicious-food_23-2151889993.jpg",
- },
+ id: "p2", name: "Shahi Paneer", price: "$13.99", imageSrc: "http://img.b2bpic.net/free-photo/world-cuisine-with-delicious-food_23-2151889993.jpg"},
{
- id: "p3",
- name: "Garlic Naan",
- price: "$3.99",
- imageSrc: "http://img.b2bpic.net/free-photo/chef-cooking-lavash-bread-inside-oven-tandir_114579-3560.jpg",
- },
+ id: "p3", name: "Garlic Naan", price: "$3.99", imageSrc: "http://img.b2bpic.net/free-photo/chef-cooking-lavash-bread-inside-oven-tandir_114579-3560.jpg"},
{
- id: "p4",
- name: "Gajrela Dessert",
- price: "$5.99",
- imageSrc: "http://img.b2bpic.net/free-photo/top-closer-view-delicious-bright-cake-with-cream-cracker-cookies-dark-surface-cake-biscuit-pie-sugar-sweet-cookie_140725-53948.jpg",
- },
+ id: "p4", name: "Gajrela Dessert", price: "$5.99", imageSrc: "http://img.b2bpic.net/free-photo/top-closer-view-delicious-bright-cake-with-cream-cracker-cookies-dark-surface-cake-biscuit-pie-sugar-sweet-cookie_140725-53948.jpg"},
{
- id: "p5",
- name: "Fresh Salad",
- price: "$6.99",
- imageSrc: "http://img.b2bpic.net/free-photo/set-fresh-raw-vegetables-products-table-modern-kitchen-room-healthy-eating-organic-food_1157-41855.jpg",
- },
+ id: "p5", name: "Fresh Salad", price: "$6.99", imageSrc: "http://img.b2bpic.net/free-photo/set-fresh-raw-vegetables-products-table-modern-kitchen-room-healthy-eating-organic-food_1157-41855.jpg"},
]}
title="Signature Dishes"
description="Our guests can’t stop talking about our tender chicken dishes, creamy paneer, and freshly baked naan—made soft, warm, and perfect every time."
@@ -250,39 +166,28 @@ export default function LandingPage() {
@@ -409,42 +271,27 @@ export default function LandingPage() {