diff --git a/src/app/page.tsx b/src/app/page.tsx
index 2c57a25..3e82ef7 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,22 +29,10 @@ export default function LandingPage() {
@@ -52,68 +40,30 @@ export default function LandingPage() {
@@ -123,21 +73,9 @@ export default function LandingPage() {
useInvertedBackground={true}
title="A Daily Italian Ritual"
metrics={[
- {
- label: "Years of Tradition",
- value: "15+",
- icon: Award,
- },
- {
- label: "Fresh Pastries Daily",
- value: "20+",
- icon: Coffee,
- },
- {
- label: "Satisfied Customers",
- value: "500+",
- icon: Smile,
- },
+ { label: "Years of Tradition", value: "15+", icon: Award },
+ { label: "Fresh Pastries Daily", value: "20+", icon: Coffee },
+ { label: "Satisfied Customers", value: "500+", icon: Smile },
]}
metricsAnimation="slide-up"
/>
@@ -150,42 +88,12 @@ export default function LandingPage() {
gridVariant="one-large-left-three-stacked-right"
useInvertedBackground={false}
products={[
- {
- id: "p1",
- name: "Lasagna Al Forno",
- price: "CA$15",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-italian-pasta-with-meat-tomato-sauce-grey-surface-meal-pasta-dough-food-dinner_140725-85885.jpg",
- },
- {
- id: "p2",
- name: "Signature Tiramisu",
- price: "CA$8",
- imageSrc: "http://img.b2bpic.net/free-photo/tasty-homemade-tiramisu-cake_114579-43299.jpg",
- },
- {
- id: "p3",
- name: "Pistachio Cannoli",
- price: "CA$5",
- imageSrc: "http://img.b2bpic.net/free-photo/closeup-raw-vegan-roll-made-from-hazelnuts-purple-grunge-tabletop_181624-44513.jpg",
- },
- {
- id: "p4",
- name: "Porchetta Sandwich",
- price: "CA$12",
- imageSrc: "http://img.b2bpic.net/free-photo/roll-hot-smoked-fish_2829-14225.jpg",
- },
- {
- id: "p5",
- name: "Cafe Crema",
- price: "CA$4",
- imageSrc: "http://img.b2bpic.net/free-photo/glass-foamy-latte-decorated-with-daffodil_141793-433.jpg",
- },
- {
- id: "p6",
- name: "Focaccia Sandwich",
- price: "CA$14",
- imageSrc: "http://img.b2bpic.net/free-photo/mozzarella-sliders-summer-picnic-sandwiches_53876-103644.jpg",
- },
+ { id: "p1", name: "Lasagna Al Forno", price: "CA$15", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-italian-pasta-with-meat-tomato-sauce-grey-surface-meal-pasta-dough-food-dinner_140725-85885.jpg" },
+ { id: "p2", name: "Signature Tiramisu", price: "CA$8", imageSrc: "http://img.b2bpic.net/free-photo/tasty-homemade-tiramisu-cake_114579-43299.jpg" },
+ { id: "p3", name: "Pistachio Cannoli", price: "CA$5", imageSrc: "http://img.b2bpic.net/free-photo/closeup-raw-vegan-roll-made-from-hazelnuts-purple-grunge-tabletop_181624-44513.jpg" },
+ { id: "p4", name: "Porchetta Sandwich", price: "CA$12", imageSrc: "http://img.b2bpic.net/free-photo/roll-hot-smoked-fish_2829-14225.jpg" },
+ { id: "p5", name: "Cafe Crema", price: "CA$4", imageSrc: "http://img.b2bpic.net/free-photo/glass-foamy-latte-decorated-with-daffodil_141793-433.jpg" },
+ { id: "p6", name: "Focaccia Sandwich", price: "CA$14", imageSrc: "http://img.b2bpic.net/free-photo/mozzarella-sliders-summer-picnic-sandwiches_53876-103644.jpg" },
]}
title="Our Daily Classics"
description="Authentic recipes, generous portions, and the quality you expect from a real Italian eatery."
@@ -194,49 +102,15 @@ export default function LandingPage() {
@@ -267,45 +133,9 @@ export default function LandingPage() {