diff --git a/src/app/page.tsx b/src/app/page.tsx
index d806b52..964fd4d 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -33,33 +33,19 @@ export default function LandingPage() {
@@ -68,35 +54,24 @@ export default function LandingPage() {
@@ -173,19 +128,13 @@ export default function LandingPage() {
features={[
{
icon: Coffee,
- title: "Artisanal Coffee & Lattes",
- description: "Expertly brewed coffee, espresso drinks, and lattes crafted with passion.",
- },
+ title: "Artisanal Coffee & Lattes", description: "Expertly brewed coffee, espresso drinks, and lattes crafted with passion."},
{
icon: Cake,
- title: "Freshly Baked Pastries",
- description: "Indulge in our selection of muffins, cakes, croissants, and other delightful treats.",
- },
+ title: "Freshly Baked Pastries", description: "Indulge in our selection of muffins, cakes, croissants, and other delightful treats."},
{
icon: Cog,
- title: "Refreshing Smoothies",
- description: "Healthy and delicious fruit smoothies, perfect for a quick energy boost.",
- },
+ title: "Refreshing Smoothies", description: "Healthy and delicious fruit smoothies, perfect for a quick energy boost."},
]}
title="Taste the Craft: Our Signature Offerings"
description="Explore a delightful range of beverages and baked goods, meticulously prepared to brighten your day. Whether you crave a rich coffee or a sweet treat, we have something special for everyone."
@@ -200,65 +149,23 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
- id: "p1",
- brand: "Cafe Bazaar",
- name: "Classic Latte",
- price: "$4.50",
- rating: 5,
- reviewCount: "25 reviews",
- imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-with-lipstick_1232-2527.jpg",
- imageAlt: "Classic Latte",
- },
+ id: "p1", brand: "Cafe Bazaar", name: "Classic Latte", price: "$4.50", rating: 5,
+ reviewCount: "25 reviews", imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-with-lipstick_1232-2527.jpg", imageAlt: "Classic Latte"},
{
- id: "p2",
- brand: "Cafe Bazaar",
- name: "Rich Hot Chocolate",
- price: "$5.00",
- rating: 4.9,
- reviewCount: "18 reviews",
- imageSrc: "http://img.b2bpic.net/free-photo/clear-glass-cup-filled-with-chocolate-cream_209303-47.jpg",
- imageAlt: "Rich Hot Chocolate",
- },
+ id: "p2", brand: "Cafe Bazaar", name: "Rich Hot Chocolate", price: "$5.00", rating: 4.9,
+ reviewCount: "18 reviews", imageSrc: "http://img.b2bpic.net/free-photo/clear-glass-cup-filled-with-chocolate-cream_209303-47.jpg", imageAlt: "Rich Hot Chocolate"},
{
- id: "p3",
- brand: "Cafe Bazaar",
- name: "Blueberry Muffin",
- price: "$3.75",
- rating: 4.8,
- reviewCount: "30 reviews",
- imageSrc: "http://img.b2bpic.net/free-photo/blueberry-muffin_74190-7072.jpg",
- imageAlt: "Blueberry Muffin",
- },
+ id: "p3", brand: "Cafe Bazaar", name: "Blueberry Muffin", price: "$3.75", rating: 4.8,
+ reviewCount: "30 reviews", imageSrc: "http://img.b2bpic.net/free-photo/blueberry-muffin_74190-7072.jpg", imageAlt: "Blueberry Muffin"},
{
- id: "p4",
- brand: "Cafe Bazaar",
- name: "Chocolate Croissant",
- price: "$4.25",
- rating: 4.7,
- reviewCount: "22 reviews",
- imageSrc: "http://img.b2bpic.net/free-photo/glass-orange-juice-with-pink-pipe-blue-table_114579-4250.jpg",
- imageAlt: "Chocolate Croissant",
- },
+ id: "p4", brand: "Cafe Bazaar", name: "Chocolate Croissant", price: "$4.25", rating: 4.7,
+ reviewCount: "22 reviews", imageSrc: "http://img.b2bpic.net/free-photo/glass-orange-juice-with-pink-pipe-blue-table_114579-4250.jpg", imageAlt: "Chocolate Croissant"},
{
- id: "p5",
- brand: "Cafe Bazaar",
- name: "Green Detox Smoothie",
- price: "$7.00",
- rating: 4.9,
- reviewCount: "15 reviews",
- imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-delicious-smoothie_23-2148898558.jpg",
- imageAlt: "Green Detox Smoothie",
- },
+ id: "p5", brand: "Cafe Bazaar", name: "Green Detox Smoothie", price: "$7.00", rating: 4.9,
+ reviewCount: "15 reviews", imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-delicious-smoothie_23-2148898558.jpg", imageAlt: "Green Detox Smoothie"},
{
- id: "p6",
- brand: "Cafe Bazaar",
- name: "Homemade Apple Pie Slice",
- price: "$6.00",
- rating: 4.9,
- reviewCount: "10 reviews",
- imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-apple-pie_23-2148666887.jpg",
- imageAlt: "Homemade Apple Pie Slice",
- },
+ id: "p6", brand: "Cafe Bazaar", name: "Homemade Apple Pie Slice", price: "$6.00", rating: 4.9,
+ reviewCount: "10 reviews", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-apple-pie_23-2148666887.jpg", imageAlt: "Homemade Apple Pie Slice"},
]}
title="Our Crowd Favorites"
description="Hand-picked by our regulars, these are the treats and drinks you simply can't miss at Cafe Bazaar."
@@ -269,25 +176,17 @@ export default function LandingPage() {
@@ -409,53 +264,33 @@ export default function LandingPage() {
{
items: [
{
- label: "Home",
- href: "#home",
- },
+ label: "Home", href: "#home"},
{
- label: "About Us",
- href: "#about",
- },
+ label: "About Us", href: "#about"},
{
- label: "Menu",
- href: "#menu",
- },
+ label: "Menu", href: "#menu"},
{
- label: "Our Favorites",
- href: "#favorites",
- },
+ label: "Our Favorites", href: "#favorites"},
],
},
{
items: [
{
- label: "Reviews",
- href: "#reviews",
- },
+ label: "Reviews", href: "#reviews"},
{
- label: "FAQ",
- href: "#faq",
- },
+ label: "FAQ", href: "#faq"},
{
- label: "Contact",
- href: "#contact",
- },
+ label: "Contact", href: "#contact"},
],
},
{
items: [
{
- label: "2851 Cropsey Ave",
- href: "https://maps.app.goo.gl/v9RKoHVkpsRzDoLYA",
- },
+ label: "2851 Cropsey Ave", href: "https://maps.app.goo.gl/v9RKoHVkpsRzDoLYA"},
{
- label: "Brooklyn, NY 11214",
- href: "https://maps.app.goo.gl/v9RKoHVkpsRzDoLYA",
- },
+ label: "Brooklyn, NY 11214", href: "https://maps.app.goo.gl/v9RKoHVkpsRzDoLYA"},
{
- label: "(347) 312-4126",
- href: "tel:+13473124126",
- },
+ label: "(347) 312-4126", href: "tel:+13473124126"},
],
},
]}