Compare commits
10 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 67a213ed44 | |||
| 583c1f14f0 | |||
| fdfeae437d | |||
| 0c1ceddaea | |||
| d2e53e8469 | |||
| f4cf6391a4 | |||
| dceba98478 | |||
| 78239a498b | |||
| 7618710cdd | |||
| 890a30cc74 |
245
src/app/page.tsx
245
src/app/page.tsx
@@ -31,25 +31,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "reviews",
|
||||
},
|
||||
name: "Reviews", id: "reviews"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="A Front For Something"
|
||||
/>
|
||||
@@ -61,37 +51,23 @@ export default function LandingPage() {
|
||||
description="Independent Café in the Heart of Didsbury. Breakfast, brunch, great coffee, and a community vibe you won’t find anywhere else."
|
||||
buttons={[
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "View Menu", href: "#menu"},
|
||||
{
|
||||
text: "Find Us",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Find Us", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/depressed-teenage-girl-suffering-from-bipolar-disorder-intrusive-thoughts_482257-124739.jpg?_wi=1"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CaLBqyQcjqlj8sEU6IC6WGCcUa/uploaded-1776630579389-jntcuem0.png?_wi=1"
|
||||
showDimOverlay={true}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-woman-arranging-table-restaurant_23-2147936228.jpg",
|
||||
alt: "Young woman arranging the table",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-woman-arranging-table-restaurant_23-2147936228.jpg", alt: "Young woman arranging the table"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/coffee-shop-with-blurred-effect_23-2148164740.jpg",
|
||||
alt: "Coffee shop interior",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/coffee-shop-with-blurred-effect_23-2148164740.jpg", alt: "Coffee shop interior"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-pretty-young-woman-sitting_171337-17101.jpg",
|
||||
alt: "Happy customer sitting",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-pretty-young-woman-sitting_171337-17101.jpg", alt: "Happy customer sitting"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/girl-wearing-floral-dress-wearing-hat-sitting_1150-19274.jpg",
|
||||
alt: "Patron in the cafe",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/girl-wearing-floral-dress-wearing-hat-sitting_1150-19274.jpg", alt: "Patron in the cafe"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/people-lifestyle-leisure-indoor-portrait-handsome-young-hipster-stylish-black-hat-sitting-wooden-cafe-table-with-mug-cappuccino_273609-1623.jpg",
|
||||
alt: "Coffee enthusiast",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/people-lifestyle-leisure-indoor-portrait-handsome-young-hipster-stylish-black-hat-sitting-wooden-cafe-table-with-mug-cappuccino_273609-1623.jpg", alt: "Coffee enthusiast"},
|
||||
]}
|
||||
avatarText="Join our community"
|
||||
/>
|
||||
@@ -104,17 +80,11 @@ export default function LandingPage() {
|
||||
description="A Front For Something is an independent neighbourhood café known for its eclectic charm, exceptional breakfasts, and perfectly crafted coffee. Located on Barlow Moor Road in Didsbury, we focus on simple food done well — from farm-fresh eggs to sausages sourced from the local butcher. Our space blends retro character with a welcoming community atmosphere."
|
||||
metrics={[
|
||||
{
|
||||
value: "100%",
|
||||
title: "Independent",
|
||||
},
|
||||
value: "100%", title: "Independent"},
|
||||
{
|
||||
value: "Local",
|
||||
title: "Sourced",
|
||||
},
|
||||
value: "Local", title: "Sourced"},
|
||||
{
|
||||
value: "Fresh",
|
||||
title: "Ingredients",
|
||||
},
|
||||
value: "Fresh", title: "Ingredients"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/friends-going-shopping-antique-store_23-2149525718.jpg?_wi=1"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -130,59 +100,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
brand: "Breakfast",
|
||||
name: "Full English Breakfast",
|
||||
price: "£12.50",
|
||||
rating: 5,
|
||||
reviewCount: "120+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-bunch-eggs-table-concept_23-2148407726.jpg?_wi=1",
|
||||
},
|
||||
id: "p1", brand: "Breakfast", name: "Full English Breakfast", price: "£12.50", rating: 5,
|
||||
reviewCount: "120+", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CaLBqyQcjqlj8sEU6IC6WGCcUa/uploaded-1776630579389-jntcuem0.png"},
|
||||
{
|
||||
id: "p2",
|
||||
brand: "Brunch",
|
||||
name: "Fresh Farm Eggs",
|
||||
price: "£8.00",
|
||||
rating: 5,
|
||||
reviewCount: "85+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cappuccino-glass-with-croissant-wooden-circular-tray_23-2147908386.jpg?_wi=1",
|
||||
},
|
||||
id: "p2", brand: "Brunch", name: "Fresh Farm Eggs", price: "£8.00", rating: 5,
|
||||
reviewCount: "85+", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CaLBqyQcjqlj8sEU6IC6WGCcUa/uploaded-1776630579389-kabzedaa.png"},
|
||||
{
|
||||
id: "p3",
|
||||
brand: "Signature",
|
||||
name: "Local Butcher Sausages",
|
||||
price: "£9.50",
|
||||
rating: 5,
|
||||
reviewCount: "90+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-breakfast-composition-with-copyspace_23-2148200739.jpg?_wi=1",
|
||||
},
|
||||
id: "p3", brand: "Signature", name: "Local Butcher Sausages", price: "£9.50", rating: 5,
|
||||
reviewCount: "90+", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-breakfast-composition-with-copyspace_23-2148200739.jpg?_wi=1"},
|
||||
{
|
||||
id: "p4",
|
||||
brand: "Sweets",
|
||||
name: "Homemade Cakes",
|
||||
price: "£4.50",
|
||||
rating: 5,
|
||||
reviewCount: "200+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blackberry-cottage-cheese-cake_114579-1671.jpg",
|
||||
},
|
||||
id: "p4", brand: "Sweets", name: "Homemade Cakes", price: "£4.50", rating: 5,
|
||||
reviewCount: "200+", imageSrc: "http://img.b2bpic.net/free-photo/blackberry-cottage-cheese-cake_114579-1671.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
brand: "Coffee",
|
||||
name: "Cappuccino & Flat Whites",
|
||||
price: "£3.50",
|
||||
rating: 5,
|
||||
reviewCount: "300+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-jam-bread-arrangement_23-2148544798.jpg",
|
||||
},
|
||||
id: "p5", brand: "Coffee", name: "Cappuccino & Flat Whites", price: "£3.50", rating: 5,
|
||||
reviewCount: "300+", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-jam-bread-arrangement_23-2148544798.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
brand: "Tea",
|
||||
name: "Barry's Tea",
|
||||
price: "£2.50",
|
||||
rating: 5,
|
||||
reviewCount: "150+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-picnic-still-life_23-2149419718.jpg",
|
||||
},
|
||||
id: "p6", brand: "Tea", name: "Barry's Tea", price: "£2.50", rating: 5,
|
||||
reviewCount: "150+", imageSrc: "http://img.b2bpic.net/free-photo/delicious-picnic-still-life_23-2149419718.jpg"},
|
||||
]}
|
||||
title="Signature Highlights"
|
||||
description="Simple food, crafted with care and sourced locally."
|
||||
@@ -195,60 +129,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah J.",
|
||||
date: "Oct 2023",
|
||||
title: "Wonderful Find",
|
||||
quote: "A fabulous eclectic cafe. Love visiting here and always have a great breakfast, with a perfect cup of Barry's tea.",
|
||||
tag: "Regular",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-black-shirt-with-white-stripes-big-black-summer-hat-sitting-table-summer-cafe_613910-820.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/depressed-teenage-girl-suffering-from-bipolar-disorder-intrusive-thoughts_482257-124739.jpg?_wi=2",
|
||||
imageAlt: "portrait happy customer cafe",
|
||||
},
|
||||
id: "t1", name: "Sarah J.", date: "Oct 2023", title: "Wonderful Find", quote: "A fabulous eclectic cafe. Love visiting here and always have a great breakfast, with a perfect cup of Barry's tea.", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-black-shirt-with-white-stripes-big-black-summer-hat-sitting-table-summer-cafe_613910-820.jpg", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CaLBqyQcjqlj8sEU6IC6WGCcUa/uploaded-1776630235435-0w8yl242.jpg?_wi=2", imageAlt: "portrait happy customer cafe"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Mike R.",
|
||||
date: "Sep 2023",
|
||||
title: "Simply The Best",
|
||||
quote: "If you want good coffee and feeding well in Didsbury FFS is the place to go. Excellent breakfasts.",
|
||||
tag: "Regular",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/successful-young-man-stylish-hat-relaxing-alone-cozy-cafeteria-lunch-break-looking-with-happy-expression_273609-1935.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-going-shopping-antique-store_23-2149525718.jpg?_wi=2",
|
||||
imageAlt: "portrait happy customer cafe",
|
||||
},
|
||||
id: "t2", name: "Mike R.", date: "Sep 2023", title: "Simply The Best", quote: "If you want good coffee and feeding well in Didsbury FFS is the place to go. Excellent breakfasts.", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/successful-young-man-stylish-hat-relaxing-alone-cozy-cafeteria-lunch-break-looking-with-happy-expression_273609-1935.jpg", imageSrc: "http://img.b2bpic.net/free-photo/friends-going-shopping-antique-store_23-2149525718.jpg?_wi=2", imageAlt: "portrait happy customer cafe"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Jenny L.",
|
||||
date: "Aug 2023",
|
||||
title: "Quirky Gem",
|
||||
quote: "Great little independent cafe - really good value and great breakfast/brunch choices. Quirky interior.",
|
||||
tag: "Visitor",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/young-woman-enjoying-coffee-cup_23-2148756305.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-bunch-eggs-table-concept_23-2148407726.jpg?_wi=2",
|
||||
imageAlt: "portrait happy customer cafe",
|
||||
},
|
||||
id: "t3", name: "Jenny L.", date: "Aug 2023", title: "Quirky Gem", quote: "Great little independent cafe - really good value and great breakfast/brunch choices. Quirky interior.", tag: "Visitor", avatarSrc: "http://img.b2bpic.net/free-photo/young-woman-enjoying-coffee-cup_23-2148756305.jpg", imageSrc: "http://img.b2bpic.net/free-photo/top-view-bunch-eggs-table-concept_23-2148407726.jpg?_wi=2", imageAlt: "portrait happy customer cafe"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Dave P.",
|
||||
date: "Jul 2023",
|
||||
title: "Cappuccino King",
|
||||
quote: "This is a great local cafe, it does an exceptional Cappuccino far better than any other place.",
|
||||
tag: "Regular",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/people-leisure-lifestyle-concept-successful-young-man-black-hat-casual-t-shirt-having-coffee-sitting-sidewalk-restaurant_273609-1754.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cappuccino-glass-with-croissant-wooden-circular-tray_23-2147908386.jpg?_wi=2",
|
||||
imageAlt: "portrait happy customer cafe",
|
||||
},
|
||||
id: "t4", name: "Dave P.", date: "Jul 2023", title: "Cappuccino King", quote: "This is a great local cafe, it does an exceptional Cappuccino far better than any other place.", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/people-leisure-lifestyle-concept-successful-young-man-black-hat-casual-t-shirt-having-coffee-sitting-sidewalk-restaurant_273609-1754.jpg", imageSrc: "http://img.b2bpic.net/free-photo/cappuccino-glass-with-croissant-wooden-circular-tray_23-2147908386.jpg?_wi=2", imageAlt: "portrait happy customer cafe"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Elena B.",
|
||||
date: "Jun 2023",
|
||||
title: "Exceptional Breakfast",
|
||||
quote: "The best full English I’ve ever had and the owner is ace. Can’t wait to go back!",
|
||||
tag: "Regular",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/vertical-photo-beautiful-lady-sitting-restaurant-smiling-camera_114579-92383.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-breakfast-composition-with-copyspace_23-2148200739.jpg?_wi=2",
|
||||
imageAlt: "portrait happy customer cafe",
|
||||
},
|
||||
id: "t5", name: "Elena B.", date: "Jun 2023", title: "Exceptional Breakfast", quote: "The best full English I’ve ever had and the owner is ace. Can’t wait to go back!", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/vertical-photo-beautiful-lady-sitting-restaurant-smiling-camera_114579-92383.jpg", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-breakfast-composition-with-copyspace_23-2148200739.jpg?_wi=2", imageAlt: "portrait happy customer cafe"},
|
||||
]}
|
||||
title="Neighbourhood Voices"
|
||||
description="What our lovely Didsbury locals say about us."
|
||||
@@ -261,20 +150,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Where are you located?",
|
||||
content: "We are at 25 Barlow Moor Rd, Didsbury, Manchester M20 6TN.",
|
||||
},
|
||||
id: "f1", title: "Where are you located?", content: "We are at 25 Barlow Moor Rd, Didsbury, Manchester M20 6TN."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Do you have vegetarian options?",
|
||||
content: "Yes, we offer a range of delicious vegetarian brunch classics and sides.",
|
||||
},
|
||||
id: "f2", title: "Do you have vegetarian options?", content: "Yes, we offer a range of delicious vegetarian brunch classics and sides."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Is your coffee sourced ethically?",
|
||||
content: "Absolutely. We pride ourselves on working with quality roasters who share our commitment to sustainability.",
|
||||
},
|
||||
id: "f3", title: "Is your coffee sourced ethically?", content: "Absolutely. We pride ourselves on working with quality roasters who share our commitment to sustainability."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/interior-bakery-with-lighting-equipments_23-2147893059.jpg"
|
||||
title="Curious About Our Corner?"
|
||||
@@ -289,12 +169,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Local Butcher",
|
||||
"Fresh Farm Dairy",
|
||||
"Artisan Coffee Co.",
|
||||
"Barry's Tea House",
|
||||
"Village Green Market",
|
||||
]}
|
||||
"Local Butcher", "Fresh Farm Dairy", "Artisan Coffee Co.", "Barry's Tea House", "Village Green Market"]}
|
||||
title="Supporting Local Excellence"
|
||||
description="We believe in Didsbury businesses."
|
||||
/>
|
||||
@@ -304,8 +179,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Visit Us"
|
||||
title="Get In Touch"
|
||||
description="Address: 25 Barlow Moor Rd, Didsbury, Manchester M20 6TN. Feel free to give us a call or stop by anytime."
|
||||
@@ -317,50 +191,31 @@ export default function LandingPage() {
|
||||
logoText="A Front For Something"
|
||||
columns={[
|
||||
{
|
||||
title: "Menu",
|
||||
items: [
|
||||
title: "Menu", items: [
|
||||
{
|
||||
label: "Breakfast",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Breakfast", href: "#menu"},
|
||||
{
|
||||
label: "Drinks",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Drinks", href: "#menu"},
|
||||
{
|
||||
label: "Sweets",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Sweets", href: "#menu"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "Call Us",
|
||||
href: "tel:+440000000000",
|
||||
},
|
||||
label: "Call Us", href: "tel:+440000000000"},
|
||||
{
|
||||
label: "Directions",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Directions", href: "#contact"},
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "#",
|
||||
},
|
||||
label: "Facebook", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Info",
|
||||
items: [
|
||||
title: "Info", items: [
|
||||
{
|
||||
label: "Address",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Address", href: "#contact"},
|
||||
{
|
||||
label: "Opening Hours",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Opening Hours", href: "#contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -369,4 +224,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user