diff --git a/src/app/page.tsx b/src/app/page.tsx
index c6283b5..8b3a590 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
@@ -55,17 +47,14 @@ export default function LandingPage() {
@@ -76,19 +65,13 @@ export default function LandingPage() {
description="Verona Cafe is more than a restaurant; it's a family legacy brought to the heart of Millcreek. We believe in the power of tradition and the warmth of genuine hospitality."
metrics={[
{
- value: "20+",
- title: "Years of Tradition",
- },
+ value: "20+", title: "Years of Tradition"},
{
- value: "100%",
- title: "Authentic Recipes",
- },
+ value: "100%", title: "Authentic Recipes"},
{
- value: "1000+",
- title: "Happy Neighbors Served",
- },
+ value: "1000+", title: "Happy Neighbors Served"},
]}
- imageSrc="http://img.b2bpic.net/free-photo/top-view-couple-cooking-together_23-2150405873.jpg?_wi=1"
+ imageSrc="http://img.b2bpic.net/free-photo/top-view-couple-cooking-together_23-2150405873.jpg"
mediaAnimation="slide-up"
/>
@@ -100,26 +83,11 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
- id: "f1",
- title: "Authentic Flavors",
- description: "Generations-old family recipes prepared fresh daily.",
- tag: "Heritage",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-mixed-kebab-served-with-fresh-vegetable-salad-cheese-plate-eggplant-rolls-colorful-rug_140725-12411.jpg?_wi=1",
- },
+ id: "f1", title: "Authentic Flavors", description: "Generations-old family recipes prepared fresh daily.", tag: "Heritage", imageSrc: "http://img.b2bpic.net/free-photo/top-view-mixed-kebab-served-with-fresh-vegetable-salad-cheese-plate-eggplant-rolls-colorful-rug_140725-12411.jpg"},
{
- id: "f2",
- title: "Handmade Daily",
- description: "From our pita to our pastries, we make it all by hand.",
- tag: "Freshness",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-cutting-dough-black-table_23-2148296903.jpg?_wi=1",
- },
+ id: "f2", title: "Handmade Daily", description: "From our pita to our pastries, we make it all by hand.", tag: "Freshness", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-cutting-dough-black-table_23-2148296903.jpg"},
{
- id: "f3",
- title: "Family Hospitality",
- description: "You're not just a customer; you're part of our family.",
- tag: "Welcome",
- imageSrc: "http://img.b2bpic.net/free-photo/people-table-enjoying-feast-first-day-passover-seder_23-2150247754.jpg?_wi=1",
- },
+ id: "f3", title: "Family Hospitality", description: "You're not just a customer; you're part of our family.", tag: "Welcome", imageSrc: "http://img.b2bpic.net/free-photo/people-table-enjoying-feast-first-day-passover-seder_23-2150247754.jpg"},
]}
title="Why Verona Cafe?"
description="Experience the difference of homemade recipes and traditional cooking methods."
@@ -128,52 +96,23 @@ export default function LandingPage() {