diff --git a/src/app/page.tsx b/src/app/page.tsx
index 5bf3328..3ebb426 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,22 +30,10 @@ export default function LandingPage() {
@@ -53,42 +41,16 @@ export default function LandingPage() {
@@ -97,15 +59,7 @@ export default function LandingPage() {
@@ -118,42 +72,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={true}
products={[
- {
- id: "1",
- name: "Biscuits & Gravy",
- price: "$8.99",
- imageSrc: "http://img.b2bpic.net/free-photo/cottage-cheese-pancakes-fritters-with-fresh-blueberries-currants-peaches-plate_127032-3103.jpg?_wi=1",
- },
- {
- id: "2",
- name: "Eggs Benedict",
- price: "$12.99",
- imageSrc: "http://img.b2bpic.net/free-photo/eggs-benedict-with-bacon-twist-asparagus_74190-6886.jpg?_wi=1",
- },
- {
- id: "3",
- name: "Cinnamon Buns",
- price: "$5.99",
- imageSrc: "http://img.b2bpic.net/free-photo/traditional-cinnamon-rolls-dough-preparation-homemade-sweet-rolls-square_127032-2507.jpg?_wi=1",
- },
- {
- id: "4",
- name: "Country Fried Steak",
- price: "$14.99",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-breakfast-frying-pan_23-2147991234.jpg?_wi=1",
- },
- {
- id: "5",
- name: "Golden Waffles",
- price: "$9.99",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-delicious-waffers-concept_23-2148694988.jpg",
- },
- {
- id: "6",
- name: "Fried Chicken & Mash",
- price: "$13.99",
- imageSrc: "http://img.b2bpic.net/free-photo/whole-grilled-chicken-with-tomato-herbs-sauce-wood-board_140725-523.jpg",
- },
+ { id: "1", name: "Biscuits & Gravy", price: "$8.99", imageSrc: "http://img.b2bpic.net/free-photo/cottage-cheese-pancakes-fritters-with-fresh-blueberries-currants-peaches-plate_127032-3103.jpg" },
+ { id: "2", name: "Eggs Benedict", price: "$12.99", imageSrc: "http://img.b2bpic.net/free-photo/eggs-benedict-with-bacon-twist-asparagus_74190-6886.jpg" },
+ { id: "3", name: "Cinnamon Buns", price: "$5.99", imageSrc: "http://img.b2bpic.net/free-photo/traditional-cinnamon-rolls-dough-preparation-homemade-sweet-rolls-square_127032-2507.jpg" },
+ { id: "4", name: "Country Fried Steak", price: "$14.99", imageSrc: "http://img.b2bpic.net/free-photo/top-view-breakfast-frying-pan_23-2147991234.jpg" },
+ { id: "5", name: "Golden Waffles", price: "$9.99", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-delicious-waffers-concept_23-2148694988.jpg" },
+ { id: "6", name: "Fried Chicken & Mash", price: "$13.99", imageSrc: "http://img.b2bpic.net/free-photo/whole-grilled-chicken-with-tomato-herbs-sauce-wood-board_140725-523.jpg" },
]}
title="Signature Favorites"
description="Handcrafted breakfast classics you'll crave all week long."
@@ -165,20 +89,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="More Than Just Breakfast"
description="We believe mornings should be simple, warm, and welcoming. From scratch-made meals to our dedicated local staff, we're here to make every breakfast feel like home."
- metrics={[
- {
- value: "15+",
- title: "Years Served",
- },
- {
- value: "5k+",
- title: "Happy Guests",
- },
- {
- value: "100%",
- title: "Fresh Ingredients",
- },
- ]}
+ metrics={[{ value: "15+", title: "Years Served" }, { value: "5k+", title: "Happy Guests" }, { value: "100%", title: "Fresh Ingredients" }]}
imageSrc="http://img.b2bpic.net/free-photo/woman-colorful-outfit-retro-vintage-50-s-cafe-dancing-wearing-jacket-blue-skirt-red-shirt-sunglasses-having-fun-cheerful-mood_285396-10312.jpg"
mediaAnimation="blur-reveal"
metricsAnimation="blur-reveal"
@@ -187,49 +98,15 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file