diff --git a/src/app/page.tsx b/src/app/page.tsx
index 8ec404e..0ed6f69 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,133 +32,40 @@ export default function LandingPage() {
@@ -166,23 +73,7 @@ export default function LandingPage() {
@@ -194,45 +85,15 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- title: "Farm to Table",
- description: "Every ingredient is sourced from local ethical farmers daily.",
- media: {
- imageSrc: "http://img.b2bpic.net/free-photo/view-chef-working-kitchen_23-2149728013.jpg?_wi=2",
- },
- items: [
- {
- icon: Leaf,
- text: "100% Organic Produce",
- },
- {
- icon: Truck,
- text: "Same-day Delivery",
- },
- ],
- reverse: false,
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-table-setting-gey-surface-with-empty-black-plates-silver-spoon-fork-knife_140725-12953.jpg?_wi=3",
- imageAlt: "professional chef kitchen cooking dinner",
+ title: "Farm to Table", description: "Every ingredient is sourced from local ethical farmers daily.", media: { imageSrc: "http://img.b2bpic.net/free-photo/view-chef-working-kitchen_23-2149728013.jpg", imageAlt: "professional chef kitchen cooking dinner" },
+ items: [{ icon: Leaf, text: "100% Organic Produce" }, { icon: Truck, text: "Same-day Delivery" }],
+ reverse: false
},
{
- title: "Expert Culinary Team",
- description: "Our award-winning chefs combine traditional techniques with modern innovation.",
- media: {
- imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-breast-with-sliced-fruits-vegetables_140725-3619.jpg?_wi=2",
- },
- items: [
- {
- icon: Users,
- text: "International Experience",
- },
- {
- icon: Award,
- text: "Master Level Chefs",
- },
- ],
- reverse: true,
- imageSrc: "http://img.b2bpic.net/free-photo/creative-assortment-delicious-food_23-2148949025.jpg?_wi=2",
- imageAlt: "professional chef kitchen cooking dinner",
- },
+ title: "Expert Culinary Team", description: "Our award-winning chefs combine traditional techniques with modern innovation.", media: { imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-breast-with-sliced-fruits-vegetables_140725-3619.jpg", imageAlt: "professional chef kitchen cooking dinner" },
+ items: [{ icon: Users, text: "International Experience" }, { icon: Award, text: "Master Level Chefs" }],
+ reverse: true
+ }
]}
title="The Foddies Park Difference"
description="Our kitchen is guided by the philosophy of fresh, local, and sustainable ingredients."
@@ -246,42 +107,12 @@ export default function LandingPage() {
gridVariant="asymmetric-60-wide-40-narrow"
useInvertedBackground={false}
products={[
- {
- id: "1",
- name: "Artisan Truffle Pasta",
- price: "$28",
- imageSrc: "http://img.b2bpic.net/free-photo/food-ads-mangal-salad-high-kitchen-with-fresh-herbs-greenery_114579-1844.jpg",
- },
- {
- id: "2",
- name: "Grilled Sea Bass",
- price: "$34",
- imageSrc: "http://img.b2bpic.net/free-photo/creative-assortment-delicious-food_23-2148949025.jpg?_wi=3",
- },
- {
- id: "3",
- name: "Herb-Crusted Rack",
- price: "$42",
- imageSrc: "http://img.b2bpic.net/free-photo/ham-slices-with-vegetables-plate_140725-2137.jpg?_wi=2",
- },
- {
- id: "4",
- name: "Wagyu Beef Tenderloin",
- price: "$58",
- imageSrc: "http://img.b2bpic.net/free-photo/delicious-dish-with-quinoa-meat_181624-28743.jpg",
- },
- {
- id: "5",
- name: "Seasonal Wild Salad",
- price: "$22",
- imageSrc: "http://img.b2bpic.net/free-photo/easy-flexitarian-diet-food-assortment_23-2148955545.jpg",
- },
- {
- id: "6",
- name: "Chocolate Lava Dream",
- price: "$16",
- imageSrc: "http://img.b2bpic.net/free-photo/delicious-dessert-restaurant_23-2148018736.jpg",
- },
+ { id: "1", name: "Artisan Truffle Pasta", price: "$28", imageSrc: "http://img.b2bpic.net/free-photo/food-ads-mangal-salad-high-kitchen-with-fresh-herbs-greenery_114579-1844.jpg" },
+ { id: "2", name: "Grilled Sea Bass", price: "$34", imageSrc: "http://img.b2bpic.net/free-photo/creative-assortment-delicious-food_23-2148949025.jpg" },
+ { id: "3", name: "Herb-Crusted Rack", price: "$42", imageSrc: "http://img.b2bpic.net/free-photo/ham-slices-with-vegetables-plate_140725-2137.jpg" },
+ { id: "4", name: "Wagyu Beef Tenderloin", price: "$58", imageSrc: "http://img.b2bpic.net/free-photo/delicious-dish-with-quinoa-meat_181624-28743.jpg" },
+ { id: "5", name: "Seasonal Wild Salad", price: "$22", imageSrc: "http://img.b2bpic.net/free-photo/easy-flexitarian-diet-food-assortment_23-2148955545.jpg" },
+ { id: "6", name: "Chocolate Lava Dream", price: "$16", imageSrc: "http://img.b2bpic.net/free-photo/delicious-dessert-restaurant_23-2148018736.jpg" }
]}
title="Signature Menu Selections"
description="Discover our crowd-favorite dishes curated with the highest culinary standards."
@@ -295,21 +126,9 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
metrics={[
- {
- id: "m1",
- value: "10,000+",
- description: "Happy Guests Served",
- },
- {
- id: "m2",
- value: "250+",
- description: "Private Events Hosted",
- },
- {
- id: "m3",
- value: "98%",
- description: "Customer Satisfaction",
- },
+ { id: "m1", value: "10,000+", description: "Happy Guests Served" },
+ { id: "m2", value: "250+", description: "Private Events Hosted" },
+ { id: "m3", value: "98%", description: "Customer Satisfaction" }
]}
title="Impact in Numbers"
description="The metrics behind our constant growth and satisfied guests."
@@ -320,15 +139,7 @@ export default function LandingPage() {
@@ -341,26 +152,11 @@ export default function LandingPage() {
rating={5}
author="Jonathan D."
avatars={[
- {
- src: "http://img.b2bpic.net/free-photo/spectacular-woman-with-dark-long-hair-smiling-coffee-break_291650-641.jpg",
- alt: "Diner 1",
- },
- {
- src: "http://img.b2bpic.net/free-photo/relaxing-couple-enjoying-dinner-cafe_23-2147735747.jpg",
- alt: "Diner 2",
- },
- {
- src: "http://img.b2bpic.net/free-photo/friends-eating-pizza-side-view_23-2149872410.jpg",
- alt: "Diner 3",
- },
- {
- src: "http://img.b2bpic.net/free-photo/having-lunch-spacious-restaurant_52683-117480.jpg",
- alt: "Diner 4",
- },
- {
- src: "http://img.b2bpic.net/free-photo/group-friends-eating-restaurant_23-2148395390.jpg",
- alt: "Diner 5",
- },
+ { src: "http://img.b2bpic.net/free-photo/spectacular-woman-with-dark-long-hair-smiling-coffee-break_291650-641.jpg", alt: "Diner 1" },
+ { src: "http://img.b2bpic.net/free-photo/relaxing-couple-enjoying-dinner-cafe_23-2147735747.jpg", alt: "Diner 2" },
+ { src: "http://img.b2bpic.net/free-photo/friends-eating-pizza-side-view_23-2149872410.jpg", alt: "Diner 3" },
+ { src: "http://img.b2bpic.net/free-photo/having-lunch-spacious-restaurant_52683-117480.jpg", alt: "Diner 4" },
+ { src: "http://img.b2bpic.net/free-photo/group-friends-eating-restaurant_23-2148395390.jpg", alt: "Diner 5" }
]}
ratingAnimation="blur-reveal"
avatarsAnimation="slide-up"
@@ -370,68 +166,20 @@ export default function LandingPage() {