diff --git a/src/app/page.tsx b/src/app/page.tsx
index de3449a..da2d4c7 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,21 +31,13 @@ export default function LandingPage() {
@@ -57,15 +49,11 @@ export default function LandingPage() {
description="Artisan Israeli baking, traditional kosher quality, and exquisite catering platters for your special moments."
buttons={[
{
- text: "View Menu",
- href: "#products",
- },
+ text: "View Menu", href: "#products"},
{
- text: "Catering",
- href: "#contact",
- },
+ text: "Catering", href: "#contact"},
]}
- imageSrc="http://img.b2bpic.net/free-photo/top-view-delicious-sugar-cookies-with-pastries-orange-dark-surface-cake-sugar-biscuit-sweet-cookies-tea_140725-101830.jpg?_wi=1"
+ imageSrc="http://img.b2bpic.net/free-photo/top-view-delicious-sugar-cookies-with-pastries-orange-dark-surface-cake-sugar-biscuit-sweet-cookies-tea_140725-101830.jpg"
/>
@@ -84,47 +72,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
- id: "1",
- name: "Breakfast Platter",
- price: "$45",
- variant: "Dairy",
- imageSrc: "http://img.b2bpic.net/free-photo/breakfast-valentine-s-day-fried-egg-shape-heart-toasts-sausage-baconnd-fresh-vegetables-english-breakfast-cup-coffee-top-view_2829-4122.jpg?_wi=1",
- },
+ id: "1", name: "Breakfast Platter", price: "$45", variant: "Dairy", imageSrc: "http://img.b2bpic.net/free-photo/breakfast-valentine-s-day-fried-egg-shape-heart-toasts-sausage-baconnd-fresh-vegetables-english-breakfast-cup-coffee-top-view_2829-4122.jpg"},
{
- id: "2",
- name: "Artisan Rugelach",
- price: "$25",
- variant: "Pastry",
- imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-raw-vegan-roll-made-from-hazelnuts-purple-grunge-tabletop_181624-35923.jpg?_wi=1",
- },
+ id: "2", name: "Artisan Rugelach", price: "$25", variant: "Pastry", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-raw-vegan-roll-made-from-hazelnuts-purple-grunge-tabletop_181624-35923.jpg"},
{
- id: "3",
- name: "Shabbat Challah",
- price: "$12",
- variant: "Bread",
- imageSrc: "http://img.b2bpic.net/free-photo/3d-challah-dish-hanukkah_23-2151129132.jpg",
- },
+ id: "3", name: "Shabbat Challah", price: "$12", variant: "Bread", imageSrc: "http://img.b2bpic.net/free-photo/3d-challah-dish-hanukkah_23-2151129132.jpg"},
{
- id: "4",
- name: "Savory Borekas",
- price: "$30",
- variant: "Pastry",
- imageSrc: "http://img.b2bpic.net/free-photo/bakery-homemade-sweets-freshly-baked-cookies_114579-61374.jpg",
- },
+ id: "4", name: "Savory Borekas", price: "$30", variant: "Pastry", imageSrc: "http://img.b2bpic.net/free-photo/bakery-homemade-sweets-freshly-baked-cookies_114579-61374.jpg"},
{
- id: "5",
- name: "Israeli Salad Bowl",
- price: "$35",
- variant: "Salad",
- imageSrc: "http://img.b2bpic.net/free-photo/greek-salad-bowl-lipstick-woman-perfume_140725-2529.jpg",
- },
+ id: "5", name: "Israeli Salad Bowl", price: "$35", variant: "Salad", imageSrc: "http://img.b2bpic.net/free-photo/greek-salad-bowl-lipstick-woman-perfume_140725-2529.jpg"},
{
- id: "6",
- name: "Baklava Selection",
- price: "$28",
- variant: "Dessert",
- imageSrc: "http://img.b2bpic.net/free-photo/delicious-pastries-with-dried-pineapple-dark-board-high-quality-photo_114579-78339.jpg",
- },
+ id: "6", name: "Baklava Selection", price: "$28", variant: "Dessert", imageSrc: "http://img.b2bpic.net/free-photo/delicious-pastries-with-dried-pineapple-dark-board-high-quality-photo_114579-78339.jpg"},
]}
title="Our Signature Platters"
description="Hand-crafted Israeli delicacies, fresh from our oven daily."
@@ -134,40 +92,26 @@ export default function LandingPage() {