diff --git a/src/app/page.tsx b/src/app/page.tsx
index 9792ba6..28962f7 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
@@ -55,15 +47,12 @@ export default function LandingPage() {
@@ -199,45 +133,15 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
- id: "1",
- title: "Exceptional",
- quote: "My favorite roaster in the entire Detroit area.",
- name: "Yuji Tk",
- role: "Local Guide",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-beautiful-smiling-woman-holding-cup-coffee-posing-kitchen-enjoying_1258-198203.jpg",
- },
+ id: "1", title: "Exceptional", quote: "My favorite roaster in the entire Detroit area.", name: "Yuji Tk", role: "Local Guide", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-beautiful-smiling-woman-holding-cup-coffee-posing-kitchen-enjoying_1258-198203.jpg"},
{
- id: "2",
- title: "Cozy Vibe",
- quote: "The space felt cozy and toasty, with an open-air vibe.",
- name: "Rosanna Ramos",
- role: "Local Guide",
- imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-using-laptop-cafe_23-2147785380.jpg",
- },
+ id: "2", title: "Cozy Vibe", quote: "The space felt cozy and toasty, with an open-air vibe.", name: "Rosanna Ramos", role: "Local Guide", imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-using-laptop-cafe_23-2147785380.jpg"},
{
- id: "3",
- title: "Third-wave perfection",
- quote: "Consistently came up as one of the best.",
- name: "Luke Salik",
- role: "Local Guide",
- imageSrc: "http://img.b2bpic.net/free-photo/two-young-women-with-cup-coffee-looking-each-other_23-2147894404.jpg",
- },
+ id: "3", title: "Third-wave perfection", quote: "Consistently came up as one of the best.", name: "Luke Salik", role: "Local Guide", imageSrc: "http://img.b2bpic.net/free-photo/two-young-women-with-cup-coffee-looking-each-other_23-2147894404.jpg"},
{
- id: "4",
- title: "Phenomenal",
- quote: "Great coffee with even better service and atmosphere.",
- name: "Coffee Lover",
- role: "Customer",
- imageSrc: "http://img.b2bpic.net/free-photo/pretty-young-woman-enjoying-coffee-break_23-2148756294.jpg",
- },
+ id: "4", title: "Phenomenal", quote: "Great coffee with even better service and atmosphere.", name: "Coffee Lover", role: "Customer", imageSrc: "http://img.b2bpic.net/free-photo/pretty-young-woman-enjoying-coffee-break_23-2148756294.jpg"},
{
- id: "5",
- title: "Cool place",
- quote: "Very cool place with a friendly staff.",
- name: "Daily Drinker",
- role: "Customer",
- imageSrc: "http://img.b2bpic.net/free-photo/happy-mid-adult-barista-cleaning-drinking-glass-after-working-hours-pub_637285-2964.jpg",
- },
+ id: "5", title: "Cool place", quote: "Very cool place with a friendly staff.", name: "Daily Drinker", role: "Customer", imageSrc: "http://img.b2bpic.net/free-photo/happy-mid-adult-barista-cleaning-drinking-glass-after-working-hours-pub_637285-2964.jpg"},
]}
title="What Our Neighbors Say"
description="Join our community of coffee lovers who value craft, quality, and atmosphere."
@@ -250,20 +154,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
- id: "f1",
- title: "Do you offer delivery?",
- content: "Yes, we offer local delivery through our website and partnerships.",
- },
+ id: "f1", title: "Do you offer delivery?", content: "Yes, we offer local delivery through our website and partnerships."},
{
- id: "f2",
- title: "Is your space pet-friendly?",
- content: "We welcome well-behaved pets in our patio area during open hours.",
- },
+ id: "f2", title: "Is your space pet-friendly?", content: "We welcome well-behaved pets in our patio area during open hours."},
{
- id: "f3",
- title: "Are your beans gluten-free?",
- content: "Yes, all of our roasted coffee beans are gluten-free and allergen-friendly.",
- },
+ id: "f3", title: "Are your beans gluten-free?", content: "Yes, all of our roasted coffee beans are gluten-free and allergen-friendly."},
]}
title="Common Questions"
description="Answers to how we roast, serve, and welcome our community."
@@ -278,22 +173,14 @@ export default function LandingPage() {
description="Stop by for a pour-over or order online for pickup. We're open until 5pm daily at 1948 Division St."
inputs={[
{
- name: "name",
- type: "text",
- placeholder: "Your Name",
- required: true,
+ name: "name", type: "text", placeholder: "Your Name", required: true,
},
{
- name: "email",
- type: "email",
- placeholder: "Your Email",
- required: true,
+ name: "email", type: "email", placeholder: "Your Email", required: true,
},
]}
textarea={{
- name: "message",
- placeholder: "How can we help?",
- }}
+ name: "message", placeholder: "How can we help?"}}
imageSrc="http://img.b2bpic.net/free-photo/male-barista-holing-professional-coffee-machine_23-2148824383.jpg"
/>
@@ -304,37 +191,25 @@ export default function LandingPage() {
{
items: [
{
- label: "About",
- href: "#about",
- },
+ label: "About", href: "#about"},
{
- label: "Menu",
- href: "#products",
- },
+ label: "Menu", href: "#products"},
],
},
{
items: [
{
- label: "Location",
- href: "https://maps.google.com",
- },
+ label: "Location", href: "https://maps.google.com"},
{
- label: "Contact",
- href: "#contact",
- },
+ label: "Contact", href: "#contact"},
],
},
{
items: [
{
- label: "Instagram",
- href: "https://instagram.com",
- },
+ label: "Instagram", href: "https://instagram.com"},
{
- label: "Twitter",
- href: "https://twitter.com",
- },
+ label: "Twitter", href: "https://twitter.com"},
],
},
]}