diff --git a/src/app/page.tsx b/src/app/page.tsx
index 9984848..e4f6664 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
@@ -53,41 +45,26 @@ export default function LandingPage() {
@@ -114,23 +91,11 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
- id: "p1",
- name: "Classic Butter Croissant",
- price: "$4.50",
- imageSrc: "http://img.b2bpic.net/free-photo/croissants-with-cup-coffee-plaster-piece-sack_176474-8244.jpg",
- },
+ id: "p1", name: "Classic Butter Croissant", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/croissants-with-cup-coffee-plaster-piece-sack_176474-8244.jpg"},
{
- id: "p2",
- name: "Strawberry Cream Cake",
- price: "$28.00",
- imageSrc: "http://img.b2bpic.net/free-photo/sweet-vanilla-cupcakes-with-berry-jam-filling-cheese-cream-decorated-with-summer-berries_114579-1298.jpg",
- },
+ id: "p2", name: "Strawberry Cream Cake", price: "$28.00", imageSrc: "http://img.b2bpic.net/free-photo/sweet-vanilla-cupcakes-with-berry-jam-filling-cheese-cream-decorated-with-summer-berries_114579-1298.jpg"},
{
- id: "p3",
- name: "Rustic Sourdough Loaf",
- price: "$7.00",
- imageSrc: "http://img.b2bpic.net/free-photo/baker-holds-homemade-craft-bread-his-hands_166373-749.jpg",
- },
+ id: "p3", name: "Rustic Sourdough Loaf", price: "$7.00", imageSrc: "http://img.b2bpic.net/free-photo/baker-holds-homemade-craft-bread-his-hands_166373-749.jpg"},
]}
title="Our Daily Bakes"
description="From crispy croissants to decadent cakes, explore our range of handcrafted delicacies."
@@ -139,44 +104,20 @@ export default function LandingPage() {
@@ -197,13 +137,9 @@ export default function LandingPage() {