Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d9c85a241b | |||
| a11ab37f4a | |||
| cd348e18ab |
232
src/app/page.tsx
232
src/app/page.tsx
@@ -29,22 +29,12 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Highlights",
|
||||
id: "highlights",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "home" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Highlights", id: "highlights" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "FAQ", id: "faq" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
]}
|
||||
brandName="Brunchies"
|
||||
/>
|
||||
@@ -52,32 +42,13 @@ export default function LandingPage() {
|
||||
|
||||
<div id="home" data-section="home">
|
||||
<HeroBillboardGallery
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
title="Welcome to Brunchies"
|
||||
description="Your cozy neighbourhood spot for the best breakfast, brunch, and coffee in town. We focus on healthy options, quick bites, and a warm atmosphere."
|
||||
description="Your cozy neighbourhood spot for the best breakfast, brunch, and coffee in Leicester. Located on Hallam Fields Rd, we serve up fresh, locally-sourced meals in a welcoming, inclusive environment."
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-tasty-cheesecake-lemon-tea-cup-toast-salad-fried-egg-bacon-gray-plate-white-background_23-2148067173.jpg?_wi=1",
|
||||
imageAlt: "Cafe breakfast table",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cup-tea-with-bread-donuts-table_23-2147860558.jpg?_wi=1",
|
||||
imageAlt: "Coffee and pastries",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-with-delicious-cocktails_23-2150166137.jpg?_wi=1",
|
||||
imageAlt: "Cafe atmosphere",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-coffee-with-latte-art_23-2147775883.jpg?_wi=1",
|
||||
imageAlt: "Latte art close-up",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-muffin-with-forest-fruit_23-2148718795.jpg?_wi=1",
|
||||
imageAlt: "Gourmet dessert plate",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-tasty-cheesecake-lemon-tea-cup-toast-salad-fried-egg-bacon-gray-plate-white-background_23-2148067173.jpg?_wi=1", imageAlt: "Cafe breakfast table" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/cup-tea-with-bread-donuts-table_23-2147860558.jpg?_wi=1", imageAlt: "Coffee and pastries" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-with-delicious-cocktails_23-2150166137.jpg?_wi=1", imageAlt: "Cafe atmosphere" }
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -86,8 +57,8 @@ export default function LandingPage() {
|
||||
<div id="about" data-section="about">
|
||||
<MediaAbout
|
||||
useInvertedBackground={false}
|
||||
title="Truly Accessible for Everyone"
|
||||
description="Brunchies is designed with accessibility in mind. From wheelchair-accessible car parking and entrances to comfortable, accessible seating, we ensure everyone enjoys their meal. We accept reservations, cards, and are perfectly positioned for solo diners or large groups."
|
||||
title="Accessible & Inclusive Dining"
|
||||
description="At Brunchies, we believe everyone deserves a great meal in comfort. Our Hallam Fields Road location is fully wheelchair accessible, features spacious seating, and offers a relaxed environment perfect for solo diners, friends, and families. We welcome all guests with dedicated amenities and a warm, community-focused approach."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cozy-home-composition-with-beautiful-ceramic-cup-tea-table-decorative-items-interior_169016-8888.jpg?_wi=1"
|
||||
/>
|
||||
</div>
|
||||
@@ -98,30 +69,12 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "coffee",
|
||||
title: "Great Coffee",
|
||||
description: "Expertly roasted beans, perfectly brewed for your morning wake-up call.",
|
||||
tag: "Popular",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-coffee-with-latte-art_23-2147775883.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "dessert",
|
||||
title: "Delicious Desserts",
|
||||
description: "Homemade recipes featuring the finest ingredients for a sweet finish.",
|
||||
tag: "Trending",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-muffin-with-forest-fruit_23-2148718795.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "tea",
|
||||
title: "Premium Tea",
|
||||
description: "A curated selection of herbal and classic teas for a relaxing break.",
|
||||
tag: "Choice",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-hot-water-composition_23-2149055834.jpg",
|
||||
},
|
||||
{ id: "coffee", title: "Artisan Coffee", description: "Hand-roasted beans served with barista-grade precision.", tag: "Cafe", imageSrc: "http://img.b2bpic.net/free-photo/close-up-coffee-with-latte-art_23-2147775883.jpg?_wi=2" },
|
||||
{ id: "brunch", title: "Signature Brunch", description: "Freshly prepared plates featuring locally sourced ingredients.", tag: "Food", imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-tasty-cheesecake-lemon-tea-cup-toast-salad-fried-egg-bacon-gray-plate-white-background_23-2148067173.jpg?_wi=2" },
|
||||
{ id: "access", title: "Fully Accessible", description: "Wheelchair-friendly parking and facilities for every guest.", tag: "Service", imageSrc: "http://img.b2bpic.net/free-photo/disabled-fencers-special-equipment-fighting-from-their-wheelchairs_23-2149229575.jpg" }
|
||||
]}
|
||||
title="Why We're Popular"
|
||||
description="Explore the highlights that make us a local favourite."
|
||||
title="What Makes Brunchies Special"
|
||||
description="We pride ourselves on providing not just delicious food, but a space that is genuinely accessible and comfortable for all members of our community."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -130,64 +83,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Emma R.",
|
||||
date: "Oct 2023",
|
||||
title: "Regular Breakfast Spot",
|
||||
quote: "The coffee is incredible and I love the wheelchair accessibility! A true community gem.",
|
||||
tag: "Breakfast",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/side-view-people-hanging-out_23-2149436788.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-tasty-cheesecake-lemon-tea-cup-toast-salad-fried-egg-bacon-gray-plate-white-background_23-2148067173.jpg?_wi=2",
|
||||
imageAlt: "cozy cafe breakfast table",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Mark D.",
|
||||
date: "Sep 2023",
|
||||
title: "Best Brunch in Town",
|
||||
quote: "Great desserts and the atmosphere is so cozy. My group of friends loves coming here.",
|
||||
tag: "Brunch",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/team-young-colleagues-having-meeting-cafe_273609-16254.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cup-tea-with-bread-donuts-table_23-2147860558.jpg?_wi=2",
|
||||
imageAlt: "fresh coffee and pastries",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Sarah J.",
|
||||
date: "Aug 2023",
|
||||
title: "Perfect for Solo Dining",
|
||||
quote: "I feel so welcomed here every time. Perfect quick bites for my lunch break.",
|
||||
tag: "Lunch",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/close-up-girl-holding-coffee-cup-hands_23-2147906459.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-with-delicious-cocktails_23-2150166137.jpg?_wi=2",
|
||||
imageAlt: "inviting cafe entrance outdoors",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Tom P.",
|
||||
date: "Jul 2023",
|
||||
title: "Great for Kids",
|
||||
quote: "Love the kids' menu and the high chairs. A perfect spot for the family.",
|
||||
tag: "Family",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/fashionable-mother-with-daughter-people-picnic-woman-gray-coat-family-by-water_1157-42745.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cozy-home-composition-with-beautiful-ceramic-cup-tea-table-decorative-items-interior_169016-8888.jpg?_wi=2",
|
||||
imageAlt: "friendly cafe interior service",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Lisa G.",
|
||||
date: "Jun 2023",
|
||||
title: "Amazing Tea Selection",
|
||||
quote: "Such a lovely variety of teas. Always a nice calm place to catch up on work.",
|
||||
tag: "Afternoon",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/humorous-talks-with-close-friends-dinner-hot-spring-day-cafe_8353-10001.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-coffee-with-latte-art_23-2147775883.jpg?_wi=3",
|
||||
imageAlt: "latte art close up",
|
||||
},
|
||||
{ id: "1", name: "Emma R.", date: "Oct 2023", title: "Inclusive Vibes", quote: "Love that I can easily access this place! The coffee is top notch.", tag: "Accessibility", avatarSrc: "http://img.b2bpic.net/free-photo/side-view-people-hanging-out_23-2149436788.jpg", imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-tasty-cheesecake-lemon-tea-cup-toast-salad-fried-egg-bacon-gray-plate-white-background_23-2148067173.jpg?_wi=2" },
|
||||
{ id: "2", name: "Mark D.", date: "Sep 2023", title: "Great Family Spot", quote: "Very welcoming and spacious, perfect for our family brunch.", tag: "Family", avatarSrc: "http://img.b2bpic.net/free-photo/team-young-colleagues-having-meeting-cafe_273609-16254.jpg", imageSrc: "http://img.b2bpic.net/free-photo/cup-tea-with-bread-donuts-table_23-2147860558.jpg?_wi=2" }
|
||||
]}
|
||||
title="Loved by Our Guests"
|
||||
description="See why locals make Brunchies their go-to dining spot."
|
||||
title="Guest Stories"
|
||||
description="See why our guests love the atmosphere at Brunchies."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -196,25 +96,14 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Do you accept reservations?",
|
||||
content: "Yes, we gladly accept reservations for groups and special occasions.",
|
||||
},
|
||||
{
|
||||
id: "q2",
|
||||
title: "What payment methods are available?",
|
||||
content: "We accept credit cards, debit cards, and NFC mobile payments.",
|
||||
},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Is the parking free?",
|
||||
content: "Yes, we offer plenty of free parking in our dedicated lot.",
|
||||
},
|
||||
{ id: "q1", title: "Is the cafe accessible?", content: "Yes, our Hallam Fields Rd site is fully wheelchair accessible with dedicated parking and facilities." },
|
||||
{ id: "q2", title: "Do you take bookings?", content: "Yes, we recommend booking ahead for large groups or weekend brunch."},
|
||||
{ id: "q3", title: "Are there vegan/GF options?", content: "We have a wide range of menu choices including gluten-free and vegan alternatives." },
|
||||
{ id: "q4", title: "Where are you located?", content: "We are at Hallam Fields Rd, Leicester, LE4 3LH." }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/disabled-fencers-special-equipment-fighting-from-their-wheelchairs_23-2149229575.jpg"
|
||||
title="Frequently Asked Questions"
|
||||
description="Have questions about our cafe? Find answers here."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/enthusiastic-young-asian-woman-barista-apron-looking-amazed-clap-hands-smiling-standing_1258-199222.jpg"
|
||||
title="Cafe FAQs"
|
||||
description="Everything you need to know about your next visit to Brunchies."
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -222,63 +111,30 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={false}
|
||||
title="Visit Brunchies Today"
|
||||
description="We are open and ready to welcome you! Drop us a message for reservations or inquiries."
|
||||
title="Visit Us at Brunchies"
|
||||
description="Find us at Hallam Fields Rd, Leicester, LE4 3LH. We look forward to serving you!"
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Email Address",
|
||||
},
|
||||
{ name: "name", type: "text", placeholder: "Full Name" },
|
||||
{ name: "email", type: "email", placeholder: "Email Address" }
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Your message or reservation request",
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/enthusiastic-young-asian-woman-barista-apron-looking-amazed-clap-hands-smiling-standing_1258-199222.jpg"
|
||||
textarea={{ name: "message", placeholder: "Any special requirements or booking enquiries?" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cozy-home-composition-with-beautiful-ceramic-cup-tea-table-decorative-items-interior_169016-8888.jpg?_wi=1"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#home",
|
||||
},
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Info",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Quick Links", items: [
|
||||
{ label: "Home", href: "#home" },
|
||||
{ label: "About", href: "#about" },
|
||||
{ label: "Contact", href: "#contact" }
|
||||
]},
|
||||
{ title: "Location", items: [
|
||||
{ label: "Hallam Fields Rd, LE4 3LH" }
|
||||
]}
|
||||
]}
|
||||
bottomLeftText="© 2024 Brunchies Cafe"
|
||||
bottomLeftText="© 2025 Brunchies Leicester"
|
||||
bottomRightText="All rights reserved."
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user