diff --git a/src/app/page.tsx b/src/app/page.tsx
index 76fb466..9ce8b66 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
@@ -55,45 +47,28 @@ export default function LandingPage() {
@@ -106,17 +81,11 @@ export default function LandingPage() {
description="Delicato Café is a celebration of artistry and relaxation. Nestled in the heart of Nampula, we offer more than just a meal; we provide a sanctuary. From ethically sourced beans to our meticulously prepared grilled dinners, every element of our space is designed for meaningful connection and aesthetic pleasure."
bulletPoints={[
{
- title: "Artisanal Quality",
- description: "Hand-selected ingredients and premium coffee roasting.",
- },
+ title: "Artisanal Quality", description: "Hand-selected ingredients and premium coffee roasting."},
{
- title: "Warm Ambiance",
- description: "Minimalist aesthetics designed to soothe and inspire.",
- },
+ title: "Warm Ambiance", description: "Minimalist aesthetics designed to soothe and inspire."},
{
- title: "Local Heart",
- description: "Rooted in Nampula, delivering world-class culinary experiences.",
- },
+ title: "Local Heart", description: "Rooted in Nampula, delivering world-class culinary experiences."},
]}
imageSrc="http://img.b2bpic.net/free-photo/interior-cafe-with-brick-walls_53876-32361.jpg"
/>
@@ -130,19 +99,13 @@ export default function LandingPage() {
features={[
{
icon: Coffee,
- title: "Premium Brews",
- description: "Experience excellence in every cup.",
- },
+ title: "Premium Brews", description: "Experience excellence in every cup."},
{
icon: Utensils,
- title: "Authentic Flavors",
- description: "Grilled dishes inspired by global standards.",
- },
+ title: "Authentic Flavors", description: "Grilled dishes inspired by global standards."},
{
icon: Users,
- title: "Social Spaces",
- description: "Perfect for friends, family, and professionals.",
- },
+ title: "Social Spaces", description: "Perfect for friends, family, and professionals."},
]}
title="The Delicato Experience"
description="More than a cafe—a destination."
@@ -153,62 +116,27 @@ export default function LandingPage() {
@@ -313,34 +206,23 @@ export default function LandingPage() {
logoText="Delicato Café"
columns={[
{
- title: "Connect",
- items: [
+ title: "Connect", items: [
{
- label: "Facebook",
- href: "#",
- },
+ label: "Facebook", href: "#"},
{
- label: "Instagram",
- href: "#",
- },
+ label: "Instagram", href: "#"},
],
},
{
- title: "Visit",
- items: [
+ title: "Visit", items: [
{
- label: "Rua Monomotapa, Nampula",
- href: "#",
- },
+ label: "Rua Monomotapa, Nampula", href: "#"},
],
},
{
- title: "Legal",
- items: [
+ title: "Legal", items: [
{
- label: "Privacy Policy",
- href: "#",
- },
+ label: "Privacy Policy", href: "#"},
],
},
]}