diff --git a/src/app/page.tsx b/src/app/page.tsx
index d7d5b53..98274d3 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,25 +29,15 @@ export default function LandingPage() {
@@ -59,13 +49,9 @@ export default function LandingPage() {
description="Homemade Cheesecakes & Sweet Treats. Freshly baked with love in Northern Cambria."
buttons={[
{
- text: "View Menu",
- href: "/menu",
- },
+ text: "View Menu", href: "/menu"},
{
- text: "Order Now",
- href: "/order",
- },
+ text: "Order Now", href: "/order"},
]}
imageSrc="http://img.b2bpic.net/free-photo/slice-blueberry-cheesecake_1232-2543.jpg"
/>
@@ -79,47 +65,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
- id: "1",
- name: "Classic Cheesecake",
- price: "$35",
- variant: "Popular",
- imageSrc: "http://img.b2bpic.net/free-photo/vanilla-crape-cake-with-strawberry-sauce_1339-7098.jpg",
- },
+ id: "1", name: "Classic Cheesecake", price: "$35", variant: "Popular", imageSrc: "http://img.b2bpic.net/free-photo/vanilla-crape-cake-with-strawberry-sauce_1339-7098.jpg"},
{
- id: "2",
- name: "Vanilla Cupcake",
- price: "$3",
- variant: "Standard",
- imageSrc: "http://img.b2bpic.net/free-photo/waffle-cookies-with-homemade-delicious-cream_114579-64037.jpg",
- },
+ id: "2", name: "Vanilla Cupcake", price: "$3", variant: "Standard", imageSrc: "http://img.b2bpic.net/free-photo/waffle-cookies-with-homemade-delicious-cream_114579-64037.jpg"},
{
- id: "3",
- name: "House Coffee",
- price: "$2",
- variant: "Hot",
- imageSrc: "http://img.b2bpic.net/free-photo/muffins-coffee_23-2147693688.jpg",
- },
+ id: "3", name: "House Coffee", price: "$2", variant: "Hot", imageSrc: "http://img.b2bpic.net/free-photo/muffins-coffee_23-2147693688.jpg"},
{
- id: "4",
- name: "Fruit Tart",
- price: "$6",
- variant: "Seasonal",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-strawberry-cake-with-strawberry-jelly-cherries-tea-wooden-desk-cake-biscuit-sugar-berry_140725-22666.jpg",
- },
+ id: "4", name: "Fruit Tart", price: "$6", variant: "Seasonal", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-strawberry-cake-with-strawberry-jelly-cherries-tea-wooden-desk-cake-biscuit-sugar-berry_140725-22666.jpg"},
{
- id: "5",
- name: "Chocolate Brownie",
- price: "$4",
- variant: "Rich",
- imageSrc: "http://img.b2bpic.net/free-photo/muffins-croissant-wooden-board_114579-20698.jpg",
- },
+ id: "5", name: "Chocolate Brownie", price: "$4", variant: "Rich", imageSrc: "http://img.b2bpic.net/free-photo/muffins-croissant-wooden-board_114579-20698.jpg"},
{
- id: "6",
- name: "Variety Box",
- price: "$20",
- variant: "Gift",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-sweets-biscuits-cookies-candies-inside-heart-shaped-box-white-surface-sugar-pie-tea-sweet-cake_140725-108981.jpg",
- },
+ id: "6", name: "Variety Box", price: "$20", variant: "Gift", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-sweets-biscuits-cookies-candies-inside-heart-shaped-box-white-surface-sugar-pie-tea-sweet-cake_140725-108981.jpg"},
]}
title="Featured Treats"
description="Our most popular handmade desserts."
@@ -128,50 +84,26 @@ export default function LandingPage() {
@@ -225,25 +142,13 @@ export default function LandingPage() {
description="Quality matters, and our numbers show it."
metrics={[
{
- id: "1",
- value: "500+",
- description: "Custom Cheesecakes Baked",
- },
+ id: "1", value: "500+", description: "Custom Cheesecakes Baked"},
{
- id: "2",
- value: "100%",
- description: "Fresh Local Ingredients",
- },
+ id: "2", value: "100%", description: "Fresh Local Ingredients"},
{
- id: "3",
- value: "5+",
- description: "Years in Business",
- },
+ id: "3", value: "5+", description: "Years in Business"},
{
- id: "4",
- value: "1000+",
- description: "Happy Neighbors Served",
- },
+ id: "4", value: "1000+", description: "Happy Neighbors Served"},
]}
/>
@@ -252,42 +157,27 @@ export default function LandingPage() {