diff --git a/src/app/page.tsx b/src/app/page.tsx
index 693fd18..cdc5816 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -33,116 +33,70 @@ export default function LandingPage() {
@@ -168,24 +122,16 @@ export default function LandingPage() {
features={[
{
icon: Coffee,
- title: "Artisan Coffee Selection",
- description: "Discover a curated menu of ethically sourced, premium coffee blends and single-origin brews, expertly prepared by our skilled baristas.",
- },
+ title: "Artisan Coffee Selection", description: "Discover a curated menu of ethically sourced, premium coffee blends and single-origin brews, expertly prepared by our skilled baristas."},
{
icon: Cake,
- title: "Freshly Baked Delights",
- description: "Indulge in our exquisite range of pastries, cakes, and cookies, baked fresh daily using the finest local ingredients and traditional recipes.",
- },
+ title: "Freshly Baked Delights", description: "Indulge in our exquisite range of pastries, cakes, and cookies, baked fresh daily using the finest local ingredients and traditional recipes."},
{
icon: MessageCircle,
- title: "Cozy & Welcoming Ambiance",
- description: "Relax in our warm, inviting space, perfect for quiet work, lively conversations, or simply unwinding with a good book and a warm drink.",
- },
+ title: "Cozy & Welcoming Ambiance", description: "Relax in our warm, inviting space, perfect for quiet work, lively conversations, or simply unwinding with a good book and a warm drink."},
{
icon: CalendarDays,
- title: "Community Events & Workshops",
- description: "Join us for regular events, from live music nights and local art showcases to coffee tasting workshops and seasonal celebrations.",
- },
+ title: "Community Events & Workshops", description: "Join us for regular events, from live music nights and local art showcases to coffee tasting workshops and seasonal celebrations."},
]}
title="More Than Just a Cafe"
description="Experience the unique charm and diverse offerings that make Alma Cafe a beloved community hub and your perfect daily escape."
@@ -201,65 +147,23 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
- id: "p1",
- brand: "Coffee",
- name: "Classic Latte",
- price: "$4.50",
- rating: 5,
- reviewCount: "120 reviews",
- imageSrc: "http://img.b2bpic.net/free-photo/cappuccino-glass-table_140725-4500.jpg",
- imageAlt: "Classic Latte with art",
- },
+ id: "p1", brand: "Coffee", name: "Classic Latte", price: "$4.50", rating: 5,
+ reviewCount: "120 reviews", imageSrc: "http://img.b2bpic.net/free-photo/cappuccino-glass-table_140725-4500.jpg", imageAlt: "Classic Latte with art"},
{
- id: "p2",
- brand: "Pastry",
- name: "Almond Croissant",
- price: "$3.75",
- rating: 5,
- reviewCount: "85 reviews",
- imageSrc: "http://img.b2bpic.net/free-photo/raisin-bread_1339-4548.jpg",
- imageAlt: "Almond Croissant",
- },
+ id: "p2", brand: "Pastry", name: "Almond Croissant", price: "$3.75", rating: 5,
+ reviewCount: "85 reviews", imageSrc: "http://img.b2bpic.net/free-photo/raisin-bread_1339-4548.jpg", imageAlt: "Almond Croissant"},
{
- id: "p3",
- brand: "Savory",
- name: "Caprese Panini",
- price: "$8.00",
- rating: 4,
- reviewCount: "60 reviews",
- imageSrc: "http://img.b2bpic.net/free-photo/healthy-breakfast_1321-1315.jpg",
- imageAlt: "Caprese Panini",
- },
+ id: "p3", brand: "Savory", name: "Caprese Panini", price: "$8.00", rating: 4,
+ reviewCount: "60 reviews", imageSrc: "http://img.b2bpic.net/free-photo/healthy-breakfast_1321-1315.jpg", imageAlt: "Caprese Panini"},
{
- id: "p4",
- brand: "Dessert",
- name: "Chocolate Fudge Cake",
- price: "$6.25",
- rating: 5,
- reviewCount: "95 reviews",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-fruit-cake-with-cream-syrop-red-decorated-round-inside-white-plate_140725-15705.jpg",
- imageAlt: "Chocolate Fudge Cake",
- },
+ id: "p4", brand: "Dessert", name: "Chocolate Fudge Cake", price: "$6.25", rating: 5,
+ reviewCount: "95 reviews", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fruit-cake-with-cream-syrop-red-decorated-round-inside-white-plate_140725-15705.jpg", imageAlt: "Chocolate Fudge Cake"},
{
- id: "p5",
- brand: "Tea",
- name: "Earl Grey Tea",
- price: "$3.50",
- rating: 4,
- reviewCount: "40 reviews",
- imageSrc: "http://img.b2bpic.net/free-photo/cottagecore-food-inspiration-still-life_23-2150152989.jpg",
- imageAlt: "Earl Grey Tea",
- },
+ id: "p5", brand: "Tea", name: "Earl Grey Tea", price: "$3.50", rating: 4,
+ reviewCount: "40 reviews", imageSrc: "http://img.b2bpic.net/free-photo/cottagecore-food-inspiration-still-life_23-2150152989.jpg", imageAlt: "Earl Grey Tea"},
{
- id: "p6",
- brand: "Healthy",
- name: "Quinoa Power Salad",
- price: "$9.50",
- rating: 4,
- reviewCount: "70 reviews",
- imageSrc: "http://img.b2bpic.net/free-photo/salad-avocado-vegetables-mixed-greens-lettuce-leaves-ready-eat_169016-35104.jpg",
- imageAlt: "Quinoa Power Salad",
- },
+ id: "p6", brand: "Healthy", name: "Quinoa Power Salad", price: "$9.50", rating: 4,
+ reviewCount: "70 reviews", imageSrc: "http://img.b2bpic.net/free-photo/salad-avocado-vegetables-mixed-greens-lettuce-leaves-ready-eat_169016-35104.jpg", imageAlt: "Quinoa Power Salad"},
]}
title="Our Delicious Offerings"
description="From freshly brewed artisan coffees to mouth-watering pastries and savory light bites, our menu is crafted to satisfy every craving, all day long."
@@ -270,54 +174,25 @@ export default function LandingPage() {
@@ -412,21 +248,16 @@ export default function LandingPage() {
@@ -439,58 +270,35 @@ export default function LandingPage() {
logoText="Alma Cafe"
columns={[
{
- title: "Explore",
- items: [
+ title: "Explore", 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: "Blog",
- href: "#blog",
- },
+ label: "Blog", href: "#blog"},
],
},
{
- title: "Connect",
- items: [
+ title: "Connect", items: [
{
- label: "Contact",
- href: "#contact",
- },
+ label: "Contact", href: "#contact"},
{
- label: "Testimonials",
- href: "#testimonials",
- },
+ label: "Testimonials", href: "#testimonials"},
{
- label: "FAQ",
- href: "#faq",
- },
+ label: "FAQ", href: "#faq"},
],
},
{
- title: "Social",
- items: [
+ title: "Social", items: [
{
- label: "Instagram",
- href: "https://instagram.com/almacafe",
- },
+ label: "Instagram", href: "https://instagram.com/almacafe"},
{
- label: "Facebook",
- href: "https://facebook.com/almacafe",
- },
+ label: "Facebook", href: "https://facebook.com/almacafe"},
{
- label: "Twitter",
- href: "https://twitter.com/almacafe",
- },
+ label: "Twitter", href: "https://twitter.com/almacafe"},
],
},
]}