Merge version_1 into main #3
@@ -38,7 +38,7 @@ export default function StoryPage() {
|
||||
description="Meades has been a fixture for years, providing a home away from home. We pride ourselves on our homemade bakes, our wonderful regulars, and the staff who go above and beyond."
|
||||
subdescription="Come in. Sit down. You're always welcome here."
|
||||
icon={Coffee}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/modern-serve-restaurant-outdoor-chairs_1203-4492.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/modern-serve-restaurant-outdoor-chairs_1203-4492.jpg?_wi=2"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -53,7 +53,7 @@ export default function StoryPage() {
|
||||
features={[
|
||||
{
|
||||
title: "Sustainability", description: "Locally sourced beans.", icon: Leaf,
|
||||
mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-hot-coffee-cup_1150-14258.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/modern-serve-restaurant-outdoor-chairs_1203-4492.jpg" }]
|
||||
mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-hot-coffee-cup_1150-14258.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/modern-serve-restaurant-outdoor-chairs_1203-4492.jpg?_wi=3" }]
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -61,7 +61,7 @@ export default function StoryPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/empty-cafe-bar-interior-design-with-artistic-drawing-back-wine-bottles-light-bulbs-hanging-from-ceiling_482257-18253.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/empty-cafe-bar-interior-design-with-artistic-drawing-back-wine-bottles-light-bulbs-hanging-from-ceiling_482257-18253.jpg?_wi=2"
|
||||
logoText="Meades Cafe"
|
||||
columns={[{ title: "Visit Us", items: [{ label: "22 Grattan Square, Dungarvan", href: "#" }] }, { title: "Social", items: [{ label: "Facebook", href: "https://facebook.com/MeadesCafe" }] }, { title: "Menu", items: [{ label: "Breakfast", href: "/menu" }, { label: "Bakes", href: "/menu" }] }]}
|
||||
/>
|
||||
|
||||
@@ -115,7 +115,7 @@ export default function LandingPage() {
|
||||
title="Cafe Notes"
|
||||
description="Stories from behind the counter."
|
||||
blogs={[
|
||||
{ id: "1", category: "Community", title: "A Morning in Grattan Square", excerpt: "The story behind our favourite corner of the world.", imageSrc: "http://img.b2bpic.net/free-photo/modern-serve-restaurant-outdoor-chairs_1203-4492.jpg", authorName: "Maisy", authorAvatar: "http://img.b2bpic.net/free-photo/smiley-employee-making-coffee_23-2148366606.jpg", date: "Jan 2025" },
|
||||
{ id: "1", category: "Community", title: "A Morning in Grattan Square", excerpt: "The story behind our favourite corner of the world.", imageSrc: "http://img.b2bpic.net/free-photo/modern-serve-restaurant-outdoor-chairs_1203-4492.jpg?_wi=1", authorName: "Maisy", authorAvatar: "http://img.b2bpic.net/free-photo/smiley-employee-making-coffee_23-2148366606.jpg", date: "Jan 2025" },
|
||||
{ id: "2", category: "Recipe", title: "Secrets of our Scones", excerpt: "Why our cream tea is a local favourite.", imageSrc: "http://img.b2bpic.net/free-photo/cream-puff-plate_1339-6687.jpg", authorName: "Róisín", authorAvatar: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-work_23-2149304143.jpg", date: "Dec 2024" },
|
||||
]}
|
||||
/>
|
||||
@@ -123,7 +123,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/empty-cafe-bar-interior-design-with-artistic-drawing-back-wine-bottles-light-bulbs-hanging-from-ceiling_482257-18253.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/empty-cafe-bar-interior-design-with-artistic-drawing-back-wine-bottles-light-bulbs-hanging-from-ceiling_482257-18253.jpg?_wi=1"
|
||||
logoText="Meades Cafe"
|
||||
columns={[{ title: "Visit Us", items: [{ label: "22 Grattan Square, Dungarvan", href: "#" }] }, { title: "Social", items: [{ label: "Facebook", href: "https://facebook.com/MeadesCafe" }] }, { title: "Menu", items: [{ label: "Breakfast", href: "/menu" }, { label: "Bakes", href: "/menu" }] }]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user