diff --git a/src/app/page.tsx b/src/app/page.tsx index a18d958..a180e91 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,21 +30,13 @@ export default function LandingPage() { @@ -53,45 +45,28 @@ export default function LandingPage() {
@@ -104,19 +79,13 @@ export default function LandingPage() { metrics={[ { icon: Coffee, - label: "Coffee Crafted", - value: "Daily", - }, + label: "Coffee Crafted", value: "Daily"}, { icon: Smile, - label: "Happy Guests", - value: "Thousands", - }, + label: "Happy Guests", value: "Thousands"}, { icon: Home, - label: "Vibe", - value: "Cozy", - }, + label: "Vibe", value: "Cozy"}, ]} metricsAnimation="slide-up" /> @@ -130,23 +99,11 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "p1", - name: "Signature Espresso", - price: "$4.50", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-coffee-glass-book_23-2148453642.jpg", - }, + id: "p1", name: "Signature Espresso", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/front-view-coffee-glass-book_23-2148453642.jpg"}, { - id: "p2", - name: "Fresh Brewed Coffee", - price: "$3.75", - imageSrc: "http://img.b2bpic.net/free-photo/roasted-background-bean-black-coffee_1303-1924.jpg", - }, + id: "p2", name: "Fresh Brewed Coffee", price: "$3.75", imageSrc: "http://img.b2bpic.net/free-photo/roasted-background-bean-black-coffee_1303-1924.jpg"}, { - id: "p3", - name: "Artisan Pastries", - price: "$5.00", - imageSrc: "http://img.b2bpic.net/free-photo/croissant-with-cup-tea-basket-wooden-kitchen-towel-high-angle-view_176474-8168.jpg", - }, + id: "p3", name: "Artisan Pastries", price: "$5.00", imageSrc: "http://img.b2bpic.net/free-photo/croissant-with-cup-tea-basket-wooden-kitchen-towel-high-angle-view_176474-8168.jpg"}, ]} title="Our Menu Highlights" description="Simple, honest, and crafted with care." @@ -155,50 +112,26 @@ export default function LandingPage() {
@@ -229,25 +159,17 @@ export default function LandingPage() { { items: [ { - label: "Menu", - href: "#menu", - }, + label: "Menu", href: "#menu"}, { - label: "Location", - href: "#contact", - }, + label: "Location", href: "#contact"}, ], }, { items: [ { - label: "Privacy", - href: "#", - }, + label: "Privacy", href: "#"}, { - label: "Terms", - href: "#", - }, + label: "Terms", href: "#"}, ], }, ]}