diff --git a/src/app/page.tsx b/src/app/page.tsx
index 28a17e5..344f435 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -28,26 +28,11 @@ export default function LandingPage() {
@@ -55,105 +40,38 @@ export default function LandingPage() {
@@ -165,16 +83,8 @@ export default function LandingPage() {
title="Common Questions"
description="Find answers to frequently asked questions about our services."
faqs={[
- {
- id: "1",
- title: "Do you offer private events?",
- content: "Yes, we host private art and coffee events.",
- },
- {
- id: "2",
- title: "Is the gallery open to the public?",
- content: "Our gallery is open to all cafe patrons.",
- },
+ { id: "1", title: "Do you offer private events?", content: "Yes, we host private art and coffee events." },
+ { id: "2", title: "Is the gallery open to the public?", content: "Our gallery is open to all cafe patrons." },
]}
faqsAnimation="slide-up"
/>
@@ -189,35 +99,12 @@ export default function LandingPage() {
description="Become a member for exclusive coffee benefits and gallery access."
plans={[
{
- id: "p1",
- name: "Standard",
- price: "$10/mo",
- features: [
- "1 Coffee per day",
- "Gallery access",
- ],
- buttons: [
- {
- text: "Join",
- href: "#",
- },
- ],
+ id: "p1", name: "Standard", price: "$10/mo", features: ["1 Coffee per day", "Gallery access"],
+ buttons: [{ text: "Join", href: "#" }],
},
{
- id: "p2",
- name: "Premium",
- price: "$25/mo",
- features: [
- "Unlimited Coffee",
- "Private event invites",
- "Gallery VIP access",
- ],
- buttons: [
- {
- text: "Join",
- href: "#",
- },
- ],
+ id: "p2", name: "Premium", price: "$25/mo", features: ["Unlimited Coffee", "Private event invites", "Gallery VIP access"],
+ buttons: [{ text: "Join", href: "#" }],
},
]}
/>
@@ -232,27 +119,13 @@ export default function LandingPage() {
description="The creative minds behind your favorite cafe experiences."
groups={[
{
- id: "g1",
- groupTitle: "Leadership",
- members: [
+ id: "g1", groupTitle: "Leadership", members: [
{
- id: "m1",
- title: "Founder",
- subtitle: "Curator",
- detail: "Leading our artistic vision.",
- imageSrc: "http://img.b2bpic.net/free-photo/positive-smiling-woman-with-collected-hair-wearing-white-shirt_291650-656.jpg",
- },
+ id: "m1", title: "Founder", subtitle: "Curator", detail: "Leading our artistic vision.", imageSrc: "http://img.b2bpic.net/free-photo/positive-smiling-woman-with-collected-hair-wearing-white-shirt_291650-656.jpg"},
{
- id: "m2",
- title: "Head Barista",
- subtitle: "Expert",
- detail: "Crafting the perfect brew.",
- imageSrc: "http://img.b2bpic.net/free-photo/female-barista-with-apron-holding-decorated-coffee-glass_23-2148824459.jpg",
- },
+ id: "m2", title: "Head Barista", subtitle: "Expert", detail: "Crafting the perfect brew.", imageSrc: "http://img.b2bpic.net/free-photo/female-barista-with-apron-holding-decorated-coffee-glass_23-2148824459.jpg"},
],
- imageSrc: "http://img.b2bpic.net/free-photo/drawing_23-2148015205.jpg?_wi=2",
- imageAlt: "Positive smiling woman with collected hair wearing white shirt",
- },
+ imageAlt: "Positive smiling woman with collected hair wearing white shirt"},
]}
/>
@@ -266,15 +139,7 @@ export default function LandingPage() {
description="Insights from the world of art and coffee."
blogs={[
{
- id: "b1",
- category: "Art",
- title: "Coffee and Creativity",
- excerpt: "How caffeine fuels our art projects.",
- imageSrc: "http://img.b2bpic.net/free-photo/coffee-sketching_23-2151951143.jpg",
- authorName: "Admin",
- authorAvatar: "http://img.b2bpic.net/free-photo/young-smiling-pretty-positive-woman-drinking-her-favorite-morning-coffee-have-nice-natural-make-up-perfect-skin_291049-325.jpg",
- date: "Oct 2024",
- },
+ id: "b1", category: "Art", title: "Coffee and Creativity", excerpt: "How caffeine fuels our art projects.", imageSrc: "http://img.b2bpic.net/free-photo/coffee-sketching_23-2151951143.jpg", authorName: "Admin", authorAvatar: "http://img.b2bpic.net/free-photo/young-smiling-pretty-positive-woman-drinking-her-favorite-morning-coffee-have-nice-natural-make-up-perfect-skin_291049-325.jpg", date: "Oct 2024"},
]}
/>
@@ -284,29 +149,15 @@ export default function LandingPage() {
logoText="Kardamom and Koffee"
columns={[
{
- title: "Menu",
- items: [
- {
- label: "Services",
- href: "/services",
- },
- {
- label: "About",
- href: "/about",
- },
+ title: "Menu", items: [
+ { label: "Services", href: "/services" },
+ { label: "About", href: "/about" },
],
},
{
- title: "Connect",
- items: [
- {
- label: "Contact",
- href: "/contact",
- },
- {
- label: "Reviews",
- href: "/reviews",
- },
+ title: "Connect", items: [
+ { label: "Contact", href: "/contact" },
+ { label: "Reviews", href: "/reviews" },
],
},
]}