diff --git a/src/app/page.tsx b/src/app/page.tsx
index a079ce4..f5d31eb 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,51 +31,36 @@ export default function LandingPage() {
@@ -135,89 +100,33 @@ export default function LandingPage() {
@@ -242,44 +149,24 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- id: "address",
- label: "Location",
- title: "79 St, 83240, Kuwait",
- items: [
- "We are conveniently located in the heart of Kuwait.",
- ],
+ id: "address", label: "Location", title: "79 St, 83240, Kuwait", items: [
+ "We are conveniently located in the heart of Kuwait."],
buttons: [
{
- text: "Open in Google Maps",
- href: "https://www.google.com/maps/search/79+St,+83240,+Kuwait",
- },
+ text: "Open in Google Maps", href: "https://www.google.com/maps/search/79+St,+83240,+Kuwait"},
],
},
{
- id: "hours",
- label: "Hours",
- title: "Daily, Morning to Evening",
- items: [
- "Sunday–Wednesday: 8:00 AM – 10:00 PM",
- "Thursday–Friday: 8:00 AM – 11:00 PM",
- "Saturday: 8:00 AM – 10:00 PM",
- ],
+ id: "hours", label: "Hours", title: "Daily, Morning to Evening", items: [
+ "Sunday–Wednesday: 8:00 AM – 10:00 PM", "Thursday–Friday: 8:00 AM – 11:00 PM", "Saturday: 8:00 AM – 10:00 PM"],
},
{
- id: "payments",
- label: "Payments",
- title: "Flexible Options",
- items: [
- "We accept NFC, Credit Card, and Debit Card payments in-store for your convenience.",
- ],
+ id: "payments", label: "Payments", title: "Flexible Options", items: [
+ "We accept NFC, Credit Card, and Debit Card payments in-store for your convenience."],
},
{
- id: "parking",
- label: "Parking",
- title: "Free & Easy",
- items: [
- "Enjoy hassle-free parking with free street and lot options available right outside our cafe.",
- ],
+ id: "parking", label: "Parking", title: "Free & Easy", items: [
+ "Enjoy hassle-free parking with free street and lot options available right outside our cafe."],
},
]}
title="Visit Us"
@@ -292,8 +179,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
names={[
- "@fact.kwt",
- ]}
+ "@fact.kwt"]}
title="Currently serving through Instagram"
description="Follow our journey, explore new blends, and share your moments with us. Join our community of coffee enthusiasts."
/>
@@ -305,20 +191,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
- id: "faq1",
- title: "What makes your coffee specialty?",
- content: "Our coffee is sourced from top 1% of beans worldwide, meticulously roasted, and expertly brewed. Every step ensures a unique, flavorful experience.",
- },
+ id: "faq1", title: "What makes your coffee specialty?", content: "Our coffee is sourced from top 1% of beans worldwide, meticulously roasted, and expertly brewed. Every step ensures a unique, flavorful experience."},
{
- id: "faq2",
- title: "Can I pre-order for pickup?",
- content: "Yes, our website offers a convenient inquiry form to place your pickup order in advance. We'll confirm via your preferred contact method.",
- },
+ id: "faq2", title: "Can I pre-order for pickup?", content: "Yes, our website offers a convenient inquiry form to place your pickup order in advance. We'll confirm via your preferred contact method."},
{
- id: "faq3",
- title: "Do you offer alternative milk options?",
- content: "Absolutely! We proudly offer a selection of dairy-free milk alternatives including oat, almond, and soy milk to customize your drink.",
- },
+ id: "faq3", title: "Do you offer alternative milk options?", content: "Absolutely! We proudly offer a selection of dairy-free milk alternatives including oat, almond, and soy milk to customize your drink."},
]}
imageSrc="http://img.b2bpic.net/free-photo/coffee-maker-with-coffee-beans-black-background_23-2147908280.jpg"
imageAlt="Barista making pour-over coffee"
@@ -333,63 +210,43 @@ export default function LandingPage() {