@@ -141,27 +80,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
- {
- id: "f1",
- title: "Fresh Pastries",
- description: "Golden, crispy, flaky croissants baked daily.",
- tag: "Bakery",
- imageSrc: "http://img.b2bpic.net/free-photo/crop-hands-holding-coffee-croissant_23-2147758270.jpg",
- },
- {
- id: "f2",
- title: "Matcha Drinks",
- description: "Creative matcha blends with creamy richness.",
- tag: "Specialty",
- imageSrc: "http://img.b2bpic.net/free-photo/cup-matcha-green-tea-woman-hand-top-view_169016-33960.jpg",
- },
- {
- id: "f3",
- title: "Signature Cortado",
- description: "Strong, smooth brew with a silky finish.",
- tag: "Coffee",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-glass_23-2149045763.jpg",
- },
+ { id: "f1", title: "Fresh Pastries", description: "Golden, crispy, flaky croissants baked daily.", tag: "Bakery", imageSrc: "http://img.b2bpic.net/free-photo/crop-hands-holding-coffee-croissant_23-2147758270.jpg" },
+ { id: "f2", title: "Matcha Drinks", description: "Creative matcha blends with creamy richness.", tag: "Specialty", imageSrc: "http://img.b2bpic.net/free-photo/cup-matcha-green-tea-woman-hand-top-view_169016-33960.jpg" },
+ { id: "f3", title: "Signature Cortado", description: "Strong, smooth brew with a silky finish.", tag: "Coffee", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-glass_23-2149045763.jpg" },
]}
title="Crafted with Intent"
description="Every detail is designed to feel intentional and welcoming."
@@ -175,60 +96,9 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={true}
products={[
- {
- id: "p1",
- brand: "Merit",
- name: "Signature Cortado",
- price: "$4.50",
- rating: 5,
- reviewCount: "120",
- imageSrc: "http://img.b2bpic.net/free-photo/two-cups-coffee-wooden-board-with-coffee-beans_114579-73591.jpg",
- },
- {
- id: "p2",
- brand: "Merit",
- name: "Berry Matcha",
- price: "$6.00",
- rating: 5,
- reviewCount: "85",
- imageSrc: "http://img.b2bpic.net/free-photo/hot-green-tea-glass-with-cream-topped-with-green-tea-decorated-with-green-tea-powder_1150-23336.jpg",
- },
- {
- id: "p3",
- brand: "Merit",
- name: "Ham Croissant",
- price: "$5.50",
- rating: 5,
- reviewCount: "210",
- imageSrc: "http://img.b2bpic.net/free-photo/croissant-sandwich-ham_1339-7775.jpg",
- },
- {
- id: "p4",
- brand: "Merit",
- name: "Espresso Shot",
- price: "$3.00",
- rating: 4,
- reviewCount: "90",
- imageSrc: "http://img.b2bpic.net/free-photo/grinders-near-coffee-beans_23-2147747270.jpg",
- },
- {
- id: "p5",
- brand: "Merit",
- name: "Pour Over",
- price: "$5.00",
- rating: 5,
- reviewCount: "150",
- imageSrc: "http://img.b2bpic.net/free-photo/male-barista-brewing-coffee-alternative-method-pour_176420-14720.jpg",
- },
- {
- id: "p6",
- brand: "Merit",
- name: "Cold Brew",
- price: "$4.75",
- rating: 5,
- reviewCount: "115",
- imageSrc: "http://img.b2bpic.net/free-photo/brown-brew-maker-jar-freshness_1203-3928.jpg",
- },
+ { id: "p1", brand: "Merit", name: "Signature Cortado", price: "$4.50", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/two-cups-coffee-wooden-board-with-coffee-beans_114579-73591.jpg" },
+ { id: "p2", brand: "Merit", name: "Berry Matcha", price: "$6.00", rating: 5, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/hot-green-tea-glass-with-cream-topped-with-green-tea-decorated-with-green-tea-powder_1150-23336.jpg" },
+ { id: "p3", brand: "Merit", name: "Ham Croissant", price: "$5.50", rating: 5, reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/croissant-sandwich-ham_1339-7775.jpg" },
]}
title="Signature Favorites"
description="Crafted to become your new obsession."
@@ -239,31 +109,9 @@ export default function LandingPage() {
@@ -294,21 +134,8 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
faqs={[
- {
- id: "q1",
- title: "Do you offer catering?",
- content: "Yes, we provide catering for events.",
- },
- {
- id: "q2",
- title: "Are your beans sustainable?",
- content: "We source all beans ethically.",
- },
- {
- id: "q3",
- title: "Can I work from your shop?",
- content: "Absolutely, we have cozy seating.",
- },
+ { id: "q1", title: "Do you offer catering?", content: "Yes, we provide catering for events." },
+ { id: "q2", title: "Are your beans sustainable?", content: "We source all beans ethically." },
]}
title="Frequently Asked"
description="Have questions? We have answers."
@@ -319,16 +146,9 @@ export default function LandingPage() {
@@ -336,32 +156,8 @@ export default function LandingPage() {