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() {
@@ -125,17 +92,11 @@ export default function LandingPage() { description="Elysian Brew represents the pinnacle of coffee culture, sourcing rare beans globally and perfecting the roast for an unparalleled drinking experience." metrics={[ { - value: "15+", - title: "Years Experience", - }, + value: "15+", title: "Years Experience"}, { - value: "24", - title: "Rare Origins", - }, + value: "24", title: "Rare Origins"}, { - value: "100%", - title: "Artisan Quality", - }, + value: "100%", title: "Artisan Quality"}, ]} imageSrc="http://img.b2bpic.net/free-photo/close-up-barista-preparing-coffee_23-2149045782.jpg" mediaAnimation="slide-up" @@ -150,29 +111,17 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "f1", - title: "Precision Roasting", - descriptions: [ - "Expert roast profiles tailored for every single bean.", - ], - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-barista-pouring-coffee_23-2147795713.jpg", - }, + id: "f1", title: "Precision Roasting", descriptions: [ + "Expert roast profiles tailored for every single bean."], + imageSrc: "http://img.b2bpic.net/free-photo/cheerful-barista-pouring-coffee_23-2147795713.jpg"}, { - id: "f2", - title: "Ethical Sourcing", - descriptions: [ - "Direct trade partnerships ensuring sustainability.", - ], - imageSrc: "http://img.b2bpic.net/free-photo/portrait-cafe-counter-with-barista-girl-working-with-coffee-machine-making-order-client_1258-203418.jpg", - }, + id: "f2", title: "Ethical Sourcing", descriptions: [ + "Direct trade partnerships ensuring sustainability."], + imageSrc: "http://img.b2bpic.net/free-photo/portrait-cafe-counter-with-barista-girl-working-with-coffee-machine-making-order-client_1258-203418.jpg"}, { - id: "f3", - title: "Artisanal Service", - descriptions: [ - "Crafted coffee delivered with exceptional care.", - ], - imageSrc: "http://img.b2bpic.net/free-photo/coffee-concept-bag-coffee-beans_23-2147671406.jpg", - }, + id: "f3", title: "Artisanal Service", descriptions: [ + "Crafted coffee delivered with exceptional care."], + imageSrc: "http://img.b2bpic.net/free-photo/coffee-concept-bag-coffee-beans_23-2147671406.jpg"}, ]} title="The Art of Coffee" description="From soil to sip, we ensure every detail meets the highest standards of luxury." @@ -181,52 +130,23 @@ 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() {