diff --git a/src/app/page.tsx b/src/app/page.tsx
index bb38c9e..bab39cb 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,21 +29,13 @@ export default function LandingPage() {
@@ -52,62 +44,39 @@ export default function LandingPage() {
@@ -119,17 +88,11 @@ export default function LandingPage() {
description="Nestled in a characteristic corner of the city, Brown Bear Bakery is more than a café—it's an experience. We pride ourselves on healthy, high-quality products and a cozy environment where you can slow down and enjoy the start of your day."
metrics={[
{
- value: "100%",
- title: "Fresh Daily",
- },
+ value: "100%", title: "Fresh Daily"},
{
- value: "24+",
- title: "Artisan Pastries",
- },
+ value: "24+", title: "Artisan Pastries"},
{
- value: "5⭐",
- title: "Customer Loved",
- },
+ value: "5⭐", title: "Customer Loved"},
]}
imageSrc="http://img.b2bpic.net/free-photo/handful-flour-with-egg-rustic-kitchen-against-background-men-s-hands-knead-dough-ingredients-cooking-flour-products-dough-bread-muffins-pie-pizza-dough-copy-space_639032-449.jpg"
imageAlt="Our artisan process"
@@ -146,23 +109,11 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
- id: "p1",
- name: "Apple Muffin",
- price: "$4.50",
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-sweet-bakery-arrangement-with-copy-space_23-2148654059.jpg",
- },
+ id: "p1", name: "Apple Muffin", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/front-view-sweet-bakery-arrangement-with-copy-space_23-2148654059.jpg"},
{
- id: "p2",
- name: "Toasted Black Bread",
- price: "$6.00",
- imageSrc: "http://img.b2bpic.net/free-photo/homemade-forest-fruit-jam-croissant_23-2148531770.jpg",
- },
+ id: "p2", name: "Toasted Black Bread", price: "$6.00", imageSrc: "http://img.b2bpic.net/free-photo/homemade-forest-fruit-jam-croissant_23-2148531770.jpg"},
{
- id: "p3",
- name: "Fresh Squeezed OJ",
- price: "$5.00",
- imageSrc: "http://img.b2bpic.net/free-photo/jar-with-straw-fruits_23-2147640363.jpg",
- },
+ id: "p3", name: "Fresh Squeezed OJ", price: "$5.00", imageSrc: "http://img.b2bpic.net/free-photo/jar-with-straw-fruits_23-2147640363.jpg"},
]}
title="Artisan Selection"
description="Discover our wide selection of freshly baked goods and healthy breakfast staples."
@@ -173,42 +124,18 @@ export default function LandingPage() {