diff --git a/src/app/page.tsx b/src/app/page.tsx
index 817fdd6..b1f2f9b 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,22 +29,10 @@ export default function LandingPage() {
@@ -52,45 +40,23 @@ export default function LandingPage() {
@@ -113,23 +79,11 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- title: "Sustainable Sourcing",
- description: "Ethics in every bean.",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-raw-beans-chickpeas-sacks_141793-7122.jpg",
- imageAlt: "Sustainable",
- },
+ title: "Sustainable Sourcing", description: "Ethics in every bean.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-raw-beans-chickpeas-sacks_141793-7122.jpg", imageAlt: "Sustainable"},
{
- title: "Precision Roast",
- description: "Roasted to peak perfection.",
- imageSrc: "http://img.b2bpic.net/free-photo/view-tool-used-coffee-press_23-2149878098.jpg",
- imageAlt: "Roast",
- },
+ title: "Precision Roast", description: "Roasted to peak perfection.", imageSrc: "http://img.b2bpic.net/free-photo/view-tool-used-coffee-press_23-2149878098.jpg", imageAlt: "Roast"},
{
- title: "Mobile Ordering",
- description: "Coffee on your schedule.",
- imageSrc: "http://img.b2bpic.net/free-photo/coffee-caffeine-book-cafe-relax-refreshment-concept_53876-16324.jpg",
- imageAlt: "App",
- },
+ title: "Mobile Ordering", description: "Coffee on your schedule.", imageSrc: "http://img.b2bpic.net/free-photo/coffee-caffeine-book-cafe-relax-refreshment-concept_53876-16324.jpg", imageAlt: "App"},
]}
title="The Castle Standard"
description="Why choose our coffee? Because excellence is the only standard we recognize."
@@ -142,45 +96,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
- id: "1",
- title: "Best espresso!",
- quote: "The depth of flavour is unmatched.",
- name: "Sarah",
- role: "Commuter",
- imageSrc: "http://img.b2bpic.net/free-photo/people-leisure-lifestyle-concept-indoor-shot-handsome-young-bearded-male-wearing-trendy-hat-sitting-wooden-table-with-mug-enjoying-fresh-cappuccino-coffee-break-having-happy-look_273609-1930.jpg",
- },
+ id: "1", title: "Best espresso!", quote: "The depth of flavour is unmatched.", name: "Sarah", role: "Commuter", imageSrc: "http://img.b2bpic.net/free-photo/people-leisure-lifestyle-concept-indoor-shot-handsome-young-bearded-male-wearing-trendy-hat-sitting-wooden-table-with-mug-enjoying-fresh-cappuccino-coffee-break-having-happy-look_273609-1930.jpg"},
{
- id: "2",
- title: "Morning Savior",
- quote: "My daily stop before work.",
- name: "Mike",
- role: "Office Worker",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-man-working-laptop_171337-12793.jpg",
- },
+ id: "2", title: "Morning Savior", quote: "My daily stop before work.", name: "Mike", role: "Office Worker", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-man-working-laptop_171337-12793.jpg"},
{
- id: "3",
- title: "Pure Gold",
- quote: "Every cup feels like a treat.",
- name: "Elise",
- role: "Explorer",
- imageSrc: "http://img.b2bpic.net/free-photo/smiling-pretty-young-woman-drinking-coffee-park_1262-20825.jpg",
- },
+ id: "3", title: "Pure Gold", quote: "Every cup feels like a treat.", name: "Elise", role: "Explorer", imageSrc: "http://img.b2bpic.net/free-photo/smiling-pretty-young-woman-drinking-coffee-park_1262-20825.jpg"},
{
- id: "4",
- title: "Convenience",
- quote: "Mobile ordering is a life changer.",
- name: "John",
- role: "Remote Worker",
- imageSrc: "http://img.b2bpic.net/free-photo/person-office-analyzing-checking-finance-graphs_23-2150377159.jpg",
- },
+ id: "4", title: "Convenience", quote: "Mobile ordering is a life changer.", name: "John", role: "Remote Worker", imageSrc: "http://img.b2bpic.net/free-photo/person-office-analyzing-checking-finance-graphs_23-2150377159.jpg"},
{
- id: "5",
- title: "Consistently Good",
- quote: "The staff are so friendly.",
- name: "Anna",
- role: "Student",
- imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-happy-tourist-stylish-shirt-red-bandana-around-neck-wears-round-glasses-carries-backpack-points-free-space-advertises-item-cheerful-student-promots-something_273609-26873.jpg",
- },
+ id: "5", title: "Consistently Good", quote: "The staff are so friendly.", name: "Anna", role: "Student", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-happy-tourist-stylish-shirt-red-bandana-around-neck-wears-round-glasses-carries-backpack-points-free-space-advertises-item-cheerful-student-promots-something_273609-26873.jpg"},
]}
title="Royal Reviews"
description="Hear what our loyal guests say about the Coffee Castle experience."
@@ -195,15 +119,9 @@ export default function LandingPage() {
description="Find answers to common questions about our beans and services."
faqs={[
{
- id: "f1",
- title: "Do you offer wholesale?",
- content: "Yes, we partner with cafes and businesses globally.",
- },
+ id: "f1", title: "Do you offer wholesale?", content: "Yes, we partner with cafes and businesses globally."},
{
- id: "f2",
- title: "Is the coffee ethically sourced?",
- content: "We prioritize direct trade and sustainable farming practices.",
- },
+ id: "f2", title: "Is the coffee ethically sourced?", content: "We prioritize direct trade and sustainable farming practices."},
]}
faqsAnimation="slide-up"
/>
@@ -218,4 +136,4 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file