diff --git a/src/app/page.tsx b/src/app/page.tsx
index 86afcf5..c1d465b 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,17 +29,11 @@ export default function LandingPage() {
@@ -48,19 +42,14 @@ export default function LandingPage() {
@@ -82,23 +71,11 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
- id: "d1",
- name: "Passion Fruit Juice",
- price: "$8",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-fruit-skewers_1153-1553.jpg",
- },
+ id: "d1", name: "Passion Fruit Juice", price: "$8", imageSrc: "http://img.b2bpic.net/free-photo/close-up-fruit-skewers_1153-1553.jpg"},
{
- id: "d2",
- name: "Cloudy Matcha + Coconut",
- price: "$9",
- imageSrc: "http://img.b2bpic.net/free-photo/glass-matcha-green-tea-with-latte-art-top_140725-6942.jpg",
- },
+ id: "d2", name: "Cloudy Matcha + Coconut", price: "$9", imageSrc: "http://img.b2bpic.net/free-photo/glass-matcha-green-tea-with-latte-art-top_140725-6942.jpg"},
{
- id: "d3",
- name: "Fresh Mojito",
- price: "$10",
- imageSrc: "http://img.b2bpic.net/free-photo/drink-with-ice-peppermint_1203-474.jpg",
- },
+ id: "d3", name: "Fresh Mojito", price: "$10", imageSrc: "http://img.b2bpic.net/free-photo/drink-with-ice-peppermint_1203-474.jpg"},
]}
title="Signature Drinks"
description="Handcrafted perfection in every glass."
@@ -107,37 +84,18 @@ export default function LandingPage() {
@@ -164,25 +119,17 @@ export default function LandingPage() {