Merge version_1 into main #1
@@ -7,7 +7,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating
|
||||
import TeamCardSix from '@/components/sections/team/TeamCardSix';
|
||||
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
||||
|
||||
export default function LandingPage() {
|
||||
export default function AboutPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="bounce-effect"
|
||||
@@ -25,28 +25,14 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "/menu",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "/reviews",
|
||||
},
|
||||
{
|
||||
name: "Visit Us",
|
||||
id: "/contact",
|
||||
},
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Menu", id: "/menu" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Reviews", id: "/reviews" },
|
||||
{ name: "Visit Us", id: "/contact" },
|
||||
]}
|
||||
brandName="We Love Coffee"
|
||||
button={{ text: "Book Now", href: "/contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -55,9 +41,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
title="More than just a café"
|
||||
description={[
|
||||
"We Love Coffee is a passion project rooted in the heart of Harefield. Our team believes that high-quality coffee and fresh food shouldn't cost the earth.",
|
||||
"We offer a cosy indoor space perfect for meetings and a quiet garden sanctuary. With dairy alternatives like coconut milk, we ensure everyone finds something to love.",
|
||||
]}
|
||||
"We Love Coffee is a passion project rooted in the heart of Harefield.", "We offer a cosy indoor space perfect for meetings and a quiet garden sanctuary."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -67,28 +51,13 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
members={[
|
||||
{
|
||||
id: "s1",
|
||||
name: "Sarah",
|
||||
role: "Head Barista",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-asian-girl-white-collar-shirt-working-cafe-managing-restaurant-looking-con_1258-137914.jpg",
|
||||
},
|
||||
{
|
||||
id: "s2",
|
||||
name: "Michael",
|
||||
role: "Kitchen Manager",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-barista-serving-cups-coffee_23-2148522983.jpg",
|
||||
},
|
||||
{
|
||||
id: "s3",
|
||||
name: "Elena",
|
||||
role: "Front of House",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friendly-waiter-cafe-waving-hand-customer-holding-takeaway-coffee-oder-standing-against-yellow-background-black-apron_1258-41068.jpg",
|
||||
},
|
||||
]}
|
||||
title="Meet our friendly team"
|
||||
description="The people behind your morning coffee."
|
||||
members={[
|
||||
{ id: "s1", name: "Sarah", role: "Head Barista", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-asian-girl-white-collar-shirt-working-cafe-managing-restaurant-looking-con_1258-137914.jpg" },
|
||||
{ id: "s2", name: "Michael", role: "Kitchen Manager", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-barista-serving-cups-coffee_23-2148522983.jpg" },
|
||||
{ id: "s3", name: "Elena", role: "Front of House", imageSrc: "http://img.b2bpic.net/free-photo/friendly-waiter-cafe-waving-hand-customer-holding-takeaway-coffee-oder-standing-against-yellow-background-black-apron_1258-41068.jpg" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -101,4 +70,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -8,7 +8,7 @@ import FooterCard from '@/components/sections/footer/FooterCard';
|
||||
import HeroOverlay from '@/components/sections/hero/HeroOverlay';
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
|
||||
export default function LandingPage() {
|
||||
export default function ContactPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="bounce-effect"
|
||||
@@ -26,45 +26,24 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "/menu",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "/reviews",
|
||||
},
|
||||
{
|
||||
name: "Visit Us",
|
||||
id: "/contact",
|
||||
},
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Menu", id: "/menu" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Reviews", id: "/reviews" },
|
||||
{ name: "Visit Us", id: "/contact" },
|
||||
]}
|
||||
brandName="We Love Coffee"
|
||||
button={{ text: "Book Now", href: "/contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact-info" data-section="contact-info">
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
tag="Visit Us"
|
||||
title="Drop by for a coffee"
|
||||
description="14 High Street, Harefield, Uxbridge UB9 6BU | Open 7:30 AM | 01895 347940"
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:01895347940",
|
||||
},
|
||||
{ text: "Call Now", href: "tel:01895347940" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -76,16 +55,8 @@ export default function LandingPage() {
|
||||
sideDescription="Find us at 14 High Street, Harefield."
|
||||
faqsAnimation="slide-up"
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Is parking available?",
|
||||
content: "Street parking is available within short walking distance.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Are you wheelchair accessible?",
|
||||
content: "Our main floor and entrance are wheelchair friendly.",
|
||||
},
|
||||
{ id: "f1", title: "Is parking available?", content: "Street parking is available within short walking distance." },
|
||||
{ id: "f2", title: "Are you wheelchair accessible?", content: "Our main floor and entrance are wheelchair friendly." },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -107,4 +78,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -8,7 +8,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating
|
||||
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||
|
||||
export default function LandingPage() {
|
||||
export default function MenuPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="bounce-effect"
|
||||
@@ -26,28 +26,14 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "/menu",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "/reviews",
|
||||
},
|
||||
{
|
||||
name: "Visit Us",
|
||||
id: "/contact",
|
||||
},
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Menu", id: "/menu" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Reviews", id: "/reviews" },
|
||||
{ name: "Visit Us", id: "/contact" },
|
||||
]}
|
||||
brandName="We Love Coffee"
|
||||
button={{ text: "Book Now", href: "/contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -57,64 +43,13 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "Drinks",
|
||||
name: "Specialty Coffee",
|
||||
price: "£2.50",
|
||||
rating: 5,
|
||||
reviewCount: "120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-citrus-fruits-delicious-crepe-decorated-with-chocolate-sauce-blue-plate-notebook-mixed-color_140725-138947.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
brand: "Breakfast",
|
||||
name: "Avocado & Poached Eggs",
|
||||
price: "£7.50",
|
||||
rating: 5,
|
||||
reviewCount: "85",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cup-coffee-wooden-table_23-2148251625.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
brand: "Lunch",
|
||||
name: "Artisan Panini",
|
||||
price: "£6.00",
|
||||
rating: 4,
|
||||
reviewCount: "90",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-turkish-coffee-making-cezve-sand-coffee-bar-professional-barista-manually-prepares-coffee-traditional-way-using-modern-equipment-selective-focus-space-text_166373-2976.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
brand: "Desserts",
|
||||
name: "Handmade Cakes",
|
||||
price: "£3.50",
|
||||
rating: 5,
|
||||
reviewCount: "150",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/avocado-open-toast-with-avocado-slices-lemon-flax-seeds-sesame-seeds-black-bread-slices-top-view_2831-803.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
brand: "Smoothies",
|
||||
name: "Tropical Refresh",
|
||||
price: "£4.50",
|
||||
rating: 4,
|
||||
reviewCount: "60",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-chocolate-table-bowls-chocolate-herbs-cup-appetizing-tea-with-lemon-cake-with-chocolate-strawberries-cupcake-with-cream_140725-111600.jpg",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
brand: "Hot Drinks",
|
||||
name: "Masala Chai",
|
||||
price: "£3.00",
|
||||
rating: 5,
|
||||
reviewCount: "110",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/avocado-open-toast-with-avocado-slices-lemon-flax-seeds-sesame-seeds-black-bread-slices-top-view_2831-796.jpg",
|
||||
},
|
||||
]}
|
||||
title="Our Menu"
|
||||
description="Handcrafted coffee, fresh breakfasts, and sweet treats at affordable prices."
|
||||
products={[
|
||||
{ id: "1", brand: "Drinks", name: "Specialty Coffee", price: "£2.50", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/view-citrus-fruits-delicious-crepe-decorated-with-chocolate-sauce-blue-plate-notebook-mixed-color_140725-138947.jpg" },
|
||||
{ id: "2", brand: "Breakfast", name: "Avocado & Poached Eggs", price: "£7.50", rating: 5, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cup-coffee-wooden-table_23-2148251625.jpg" },
|
||||
{ id: "3", brand: "Lunch", name: "Artisan Panini", price: "£6.00", rating: 4, reviewCount: "90", imageSrc: "http://img.b2bpic.net/free-photo/closeup-turkish-coffee-making-cezve-sand-coffee-bar-professional-barista-manually-prepares-coffee-traditional-way-using-modern-equipment-selective-focus-space-text_166373-2976.jpg" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -127,20 +62,9 @@ export default function LandingPage() {
|
||||
title="Chef Specials"
|
||||
description="Curated selection of seasonal delights."
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Classic Sourdough",
|
||||
price: "£5.50",
|
||||
variant: "Breakfast",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/toast-with-avocado-seeds_23-2148574491.jpg",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Fruit Tart",
|
||||
price: "£4.00",
|
||||
variant: "Desserts",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-little-yummy-cake-with-lemon-slices-cup-tea-dark-background-biscuit-fruit-citrus-sweet-cake-cookie_140725-121352.jpg",
|
||||
},
|
||||
{ id: "p1", name: "Classic Sourdough", price: "£5.50", variant: "Breakfast", imageSrc: "http://img.b2bpic.net/free-photo/toast-with-avocado-seeds_23-2148574491.jpg" },
|
||||
{ id: "p2", name: "Fruit Tart", price: "£4.00", variant: "Desserts", imageSrc: "http://img.b2bpic.net/free-photo/top-view-little-yummy-cake-with-lemon-slices-cup-tea-dark-background-biscuit-fruit-citrus-sweet-cake-cookie_140725-121352.jpg" },
|
||||
{ id: "p3", name: "Brownie", price: "£3.00", variant: "Desserts", imageSrc: "http://img.b2bpic.net/free-photo/brownie_123.jpg" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -153,26 +77,8 @@ export default function LandingPage() {
|
||||
title="Latest Café Updates"
|
||||
description="News from the kitchen and coffee bar."
|
||||
blogs={[
|
||||
{
|
||||
id: "b1",
|
||||
category: "Updates",
|
||||
title: "Summer Menu Launch",
|
||||
excerpt: "Check out our new refreshing iced drinks.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-fresh-relax-morning-coffee-cup-set_1150-7042.jpg",
|
||||
authorName: "Team WLC",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/portrait-smiling-asian-girl-white-collar-shirt-working-cafe-managing-restaurant-looking-con_1258-137914.jpg",
|
||||
date: "2024-06",
|
||||
},
|
||||
{
|
||||
id: "b2",
|
||||
category: "Events",
|
||||
title: "Community Coffee Morning",
|
||||
excerpt: "Join us for a catch up every Tuesday.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/best-friends-hanging-out-while-enjoying-cup-coffee_23-2148914559.jpg",
|
||||
authorName: "Team WLC",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/front-view-smiley-barista-serving-cups-coffee_23-2148522983.jpg",
|
||||
date: "2024-06",
|
||||
},
|
||||
{ id: "b1", category: "Updates", title: "Summer Menu Launch", excerpt: "Check out our new refreshing iced drinks.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-fresh-relax-morning-coffee-cup-set_1150-7042.jpg", authorName: "Team WLC", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-smiling-asian-girl-white-collar-shirt-working-cafe-managing-restaurant-looking-con_1258-137914.jpg", date: "2024-06" },
|
||||
{ id: "b2", category: "Events", title: "Community Coffee Morning", excerpt: "Join us for a catch up every Tuesday.", imageSrc: "http://img.b2bpic.net/free-photo/best-friends-hanging-out-while-enjoying-cup-coffee_23-2148914559.jpg", authorName: "Team WLC", authorAvatar: "http://img.b2bpic.net/free-photo/front-view-smiley-barista-serving-cups-coffee_23-2148522983.jpg", date: "2024-06" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -186,4 +92,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
160
src/app/page.tsx
160
src/app/page.tsx
@@ -28,28 +28,14 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "/menu",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "/reviews",
|
||||
},
|
||||
{
|
||||
name: "Visit Us",
|
||||
id: "/contact",
|
||||
},
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Menu", id: "/menu" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Reviews", id: "/reviews" },
|
||||
{ name: "Visit Us", id: "/contact" },
|
||||
]}
|
||||
brandName="We Love Coffee"
|
||||
button={{ text: "Book Now", href: "/contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -58,40 +44,16 @@ export default function LandingPage() {
|
||||
logoText="We Love Coffee"
|
||||
description="Your cosy local café for great coffee, fresh food, and good company."
|
||||
buttons={[
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "/menu",
|
||||
},
|
||||
{
|
||||
text: "Visit Us",
|
||||
href: "/contact",
|
||||
},
|
||||
{ text: "View Menu", href: "/menu" },
|
||||
{ text: "Visit Us", href: "/contact" },
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-dining-room-illuminated-by-candlelight-glow-generated-by-ai_188544-24152.jpg",
|
||||
imageAlt: "Cozy cafe interior",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-with-delicious-cocktails_23-2150166137.jpg",
|
||||
imageAlt: "Morning coffee ritual",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-6425.jpg",
|
||||
imageAlt: "Warm cafe lighting",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-drinking-coffee_23-2148395430.jpg",
|
||||
imageAlt: "Inviting seating area",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-guy-hugging-young-cheerful-lady-table_23-2148016786.jpg",
|
||||
imageAlt: "Cafe garden space",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-cookie-put-windowsill_181624-22130.jpg",
|
||||
imageAlt: "Fresh cafe breakfast",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/luxury-dining-room-illuminated-by-candlelight-glow-generated-by-ai_188544-24152.jpg", imageAlt: "Cozy cafe interior" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-with-delicious-cocktails_23-2150166137.jpg", imageAlt: "Morning coffee ritual" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-6425.jpg", imageAlt: "Warm cafe lighting" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-drinking-coffee_23-2148395430.jpg", imageAlt: "Inviting seating area" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/handsome-guy-hugging-young-cheerful-lady-table_23-2148016786.jpg", imageAlt: "Cafe garden space" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-cookie-put-windowsill_181624-22130.jpg", imageAlt: "Fresh cafe breakfast" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -101,9 +63,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Welcome to your neighbourhood favourite"
|
||||
description={[
|
||||
"We are dedicated to serving the community of Harefield with warm service and high-quality food. Whether you're here for a quick morning caffeine fix or a relaxed breakfast meeting, our doors are always open.",
|
||||
"With over 240+ reviews and a 4.7-star rating, we take pride in being a place where everyone feels at home.",
|
||||
]}
|
||||
"We are dedicated to serving the community of Harefield with warm service and high-quality food.", "With over 240+ reviews, we take pride in being a place where everyone feels at home."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -114,56 +74,11 @@ export default function LandingPage() {
|
||||
title="Why our regulars love us"
|
||||
description="Hear from our daily coffee community."
|
||||
testimonials={[
|
||||
{
|
||||
id: "ex-1",
|
||||
name: "Alice P.",
|
||||
date: "2024-05",
|
||||
title: "Daily Ritual",
|
||||
quote: "My morning wouldn't be complete without the team here.",
|
||||
tag: "Coffee Lover",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/girl-with-cheesecake_1303-3948.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-having-fun-together_23-2149329709.jpg",
|
||||
},
|
||||
{
|
||||
id: "ex-2",
|
||||
name: "Tom B.",
|
||||
date: "2024-04",
|
||||
title: "Great Vibe",
|
||||
quote: "Warm atmosphere and friendly service every time.",
|
||||
tag: "Local",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/indoor-shot-happy-bearded-man-with-specific-appearance-uses-tablet-computer_273609-8927.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5285.jpg",
|
||||
},
|
||||
{
|
||||
id: "ex-3",
|
||||
name: "Maria L.",
|
||||
date: "2024-05",
|
||||
title: "Hidden Gem",
|
||||
quote: "Best flat white in Harefield, hands down.",
|
||||
tag: "Expert",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-beautiful-smiling-woman-holding-cup-coffee-posing-kitchen-enjoying_1258-198203.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-woman-drinks-coffee-stands-kitchen-enjoys-delicious-cup-cappuccino_1258-198198.jpg",
|
||||
},
|
||||
{
|
||||
id: "ex-4",
|
||||
name: "James H.",
|
||||
date: "2024-03",
|
||||
title: "Community Focus",
|
||||
quote: "You can feel the local love in every cup.",
|
||||
tag: "Regular",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-goodlooking-young-woman-bathrobe-standing-kitchen-drinking-coffee-smiling_1258-198149.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-smiling-modern-woman-starts-her-day-with-morning-mug-tea-girl-drinking-coffee_1258-198139.jpg",
|
||||
},
|
||||
{
|
||||
id: "ex-5",
|
||||
name: "Lisa G.",
|
||||
date: "2024-06",
|
||||
title: "Tasty Treats",
|
||||
quote: "Don't miss the cakes, they are homemade perfection.",
|
||||
tag: "Foodie",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/young-friends-having-laugh-together_23-2148395336.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269187.jpg",
|
||||
},
|
||||
{ id: "ex-1", name: "Alice P.", date: "2024-05", title: "Daily Ritual", quote: "My morning wouldn't be complete without the team here.", tag: "Coffee Lover", avatarSrc: "http://img.b2bpic.net/free-photo/girl-with-cheesecake_1303-3948.jpg", imageSrc: "http://img.b2bpic.net/free-photo/friends-having-fun-together_23-2149329709.jpg" },
|
||||
{ id: "ex-2", name: "Tom B.", date: "2024-04", title: "Great Vibe", quote: "Warm atmosphere and friendly service every time.", tag: "Local", avatarSrc: "http://img.b2bpic.net/free-photo/indoor-shot-happy-bearded-man-with-specific-appearance-uses-tablet-computer_273609-8927.jpg", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5285.jpg" },
|
||||
{ id: "ex-3", name: "Maria L.", date: "2024-05", title: "Hidden Gem", quote: "Best flat white in Harefield, hands down.", tag: "Expert", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-beautiful-smiling-woman-holding-cup-coffee-posing-kitchen-enjoying_1258-198203.jpg", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-woman-drinks-coffee-stands-kitchen-enjoys-delicious-cup-cappuccino_1258-198198.jpg" },
|
||||
{ id: "ex-4", name: "James H.", date: "2024-03", title: "Community Focus", quote: "You can feel the local love in every cup.", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-goodlooking-young-woman-bathrobe-standing-kitchen-drinking-coffee-smiling_1258-198149.jpg", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-smiling-modern-woman-starts-her-day-with-morning-mug-tea-girl-drinking-coffee_1258-198139.jpg" },
|
||||
{ id: "ex-5", name: "Lisa G.", date: "2024-06", title: "Tasty Treats", quote: "Don't miss the cakes, they are homemade perfection.", tag: "Foodie", avatarSrc: "http://img.b2bpic.net/free-photo/young-friends-having-laugh-together_23-2148395336.jpg", imageSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269187.jpg" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -175,31 +90,11 @@ export default function LandingPage() {
|
||||
sideDescription="Everything you need to know about your café."
|
||||
faqsAnimation="slide-up"
|
||||
faqs={[
|
||||
{
|
||||
id: "faq-1",
|
||||
title: "Do you have Wi-Fi?",
|
||||
content: "Yes, we offer complimentary high-speed guest Wi-Fi.",
|
||||
},
|
||||
{
|
||||
id: "faq-2",
|
||||
title: "Are you dog friendly?",
|
||||
content: "We love welcoming our four-legged friends in our garden!",
|
||||
},
|
||||
{
|
||||
id: "faq-3",
|
||||
title: "Do you offer vegan milk?",
|
||||
content: "Yes, we carry coconut, oat, and almond milk options.",
|
||||
},
|
||||
{
|
||||
id: "faq-4",
|
||||
title: "Do you accept card payments?",
|
||||
content: "Yes, we are a card-only café for your convenience.",
|
||||
},
|
||||
{
|
||||
id: "faq-5",
|
||||
title: "Can I book a table?",
|
||||
content: "We operate as a walk-in café for our guests.",
|
||||
},
|
||||
{ id: "faq-1", title: "Do you have Wi-Fi?", content: "Yes, we offer complimentary high-speed guest Wi-Fi." },
|
||||
{ id: "faq-2", title: "Are you dog friendly?", content: "We love welcoming our four-legged friends in our garden!" },
|
||||
{ id: "faq-3", title: "Do you offer vegan milk?", content: "Yes, we carry coconut, oat, and almond milk options." },
|
||||
{ id: "faq-4", title: "Do you accept card payments?", content: "Yes, we are a card-only café for your convenience." },
|
||||
{ id: "faq-5", title: "Can I book a table?", content: "We operate as a walk-in café for our guests." },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -209,6 +104,9 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
title="Pricing"
|
||||
description="Our menu prices."
|
||||
plans={[]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -221,4 +119,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -9,7 +9,7 @@ import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCa
|
||||
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
|
||||
import { Coffee } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
export default function ReviewsPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="bounce-effect"
|
||||
@@ -27,28 +27,14 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "/menu",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "/reviews",
|
||||
},
|
||||
{
|
||||
name: "Visit Us",
|
||||
id: "/contact",
|
||||
},
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Menu", id: "/menu" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Reviews", id: "/reviews" },
|
||||
{ name: "Visit Us", id: "/contact" },
|
||||
]}
|
||||
brandName="We Love Coffee"
|
||||
button={{ text: "Book Now", href: "/contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -56,50 +42,15 @@ export default function LandingPage() {
|
||||
<TestimonialCardTen
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Excellent!",
|
||||
quote: "Cosy and cute atmosphere. Best coffee in town.",
|
||||
name: "Sarah J.",
|
||||
role: "Local",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/watching-funny-video-internet-with-coworkers-cafe-terrace-with-tasty-food_8353-10265.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Fantastic",
|
||||
quote: "Amazing coffee and delicious breakfasts every time.",
|
||||
name: "Mark D.",
|
||||
role: "Regular",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/goodlooking-young-woman-with-cup-coffee-posing-kitchen-smiling-camera-enjoys-her_1258-198202.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Great value",
|
||||
quote: "Friendly staff and great value for high quality food.",
|
||||
name: "Jenny L.",
|
||||
role: "Student",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-people-restaurant_23-2150384832.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "My favourite spot",
|
||||
quote: "Perfect for coffee meetups and casual lunches.",
|
||||
name: "David W.",
|
||||
role: "Local",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-enjoying-coffee-cup_23-2148756305.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
title: "Cozy garden",
|
||||
quote: "The garden area is a hidden gem for summer coffees.",
|
||||
name: "Sophie K.",
|
||||
role: "Neighbour",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-with-coffee-cups_23-2148894604.jpg",
|
||||
},
|
||||
]}
|
||||
title="What our guests say"
|
||||
description="Join 240+ happy customers who call us their neighbourhood favourite."
|
||||
testimonials={[
|
||||
{ id: "1", title: "Excellent!", quote: "Cosy and cute atmosphere. Best coffee in town.", name: "Sarah J.", role: "Local", imageSrc: "http://img.b2bpic.net/free-photo/watching-funny-video-internet-with-coworkers-cafe-terrace-with-tasty-food_8353-10265.jpg" },
|
||||
{ id: "2", title: "Fantastic", quote: "Amazing coffee and delicious breakfasts every time.", name: "Mark D.", role: "Regular", imageSrc: "http://img.b2bpic.net/free-photo/goodlooking-young-woman-with-cup-coffee-posing-kitchen-smiling-camera-enjoys-her_1258-198202.jpg" },
|
||||
{ id: "3", title: "Great value", quote: "Friendly staff and great value for high quality food.", name: "Jenny L.", role: "Student", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-people-restaurant_23-2150384832.jpg" },
|
||||
{ id: "4", title: "My favourite spot", quote: "Perfect for coffee meetups and casual lunches.", name: "David W.", role: "Local", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-enjoying-coffee-cup_23-2148756305.jpg" },
|
||||
{ id: "5", title: "Cozy garden", quote: "The garden area is a hidden gem for summer coffees.", name: "Sophie K.", role: "Neighbour", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-with-coffee-cups_23-2148894604.jpg" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -123,26 +74,8 @@ export default function LandingPage() {
|
||||
title="From the community"
|
||||
description="Stories from our lovely patrons."
|
||||
testimonials={[
|
||||
{
|
||||
id: "r1",
|
||||
name: "Sam R.",
|
||||
date: "2024-01",
|
||||
title: "Fantastic spot",
|
||||
quote: "Really love the atmosphere here.",
|
||||
tag: "Regular",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/woman-man-coffee-shop_23-2148263266.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-with-disposable-coffee-cup_107420-12311.jpg",
|
||||
},
|
||||
{
|
||||
id: "r2",
|
||||
name: "Mia S.",
|
||||
date: "2024-02",
|
||||
title: "Great coffee",
|
||||
quote: "The baristas really know their craft.",
|
||||
tag: "Local",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-brunette-woman-drinks-morning-coffee-cafe_613910-12094.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-with-tablet_23-2149927583.jpg",
|
||||
},
|
||||
{ id: "r1", name: "Sam R.", date: "2024-01", title: "Fantastic spot", quote: "Really love the atmosphere here.", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/woman-man-coffee-shop_23-2148263266.jpg", imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-with-disposable-coffee-cup_107420-12311.jpg" },
|
||||
{ id: "r2", name: "Mia S.", date: "2024-02", title: "Great coffee", quote: "The baristas really know their craft.", tag: "Local", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-brunette-woman-drinks-morning-coffee-cafe_613910-12094.jpg", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-with-tablet_23-2149927583.jpg" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -156,4 +89,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user