diff --git a/src/app/page.tsx b/src/app/page.tsx
index 11d06d1..d76456f 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
@@ -55,65 +47,40 @@ export default function LandingPage() {
@@ -310,20 +198,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
- id: "q1",
- title: "Do you offer private tastings?",
- content: "Yes, private sessions can be arranged upon request.",
- },
+ id: "q1", title: "Do you offer private tastings?", content: "Yes, private sessions can be arranged upon request."},
{
- id: "q2",
- title: "Where are your beans sourced?",
- content: "Our beans are sourced from boutique estates globally.",
- },
+ id: "q2", title: "Where are your beans sourced?", content: "Our beans are sourced from boutique estates globally."},
{
- id: "q3",
- title: "Is your coffee organic?",
- content: "We prioritize organic and ethically grown harvests.",
- },
+ id: "q3", title: "Is your coffee organic?", content: "We prioritize organic and ethically grown harvests."},
]}
title="Curated Inquiries"
description="Answers for the curious connoisseur."
@@ -338,20 +217,12 @@ export default function LandingPage() {
description="Get in touch for bookings, events, or inquiries."
inputs={[
{
- name: "name",
- type: "text",
- placeholder: "Name",
- },
+ name: "name", type: "text", placeholder: "Name"},
{
- name: "email",
- type: "email",
- placeholder: "Email",
- },
+ name: "email", type: "email", placeholder: "Email"},
]}
textarea={{
- name: "message",
- placeholder: "Inquiry Details",
- }}
+ name: "message", placeholder: "Inquiry Details"}}
imageSrc="http://img.b2bpic.net/free-photo/young-woman-new-york-city-daytime_23-2149488519.jpg"
/>
@@ -360,29 +231,19 @@ export default function LandingPage() {