Merge version_2 into main #4
@@ -30,14 +30,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "Experience", id: "experience"},
|
||||
{
|
||||
name: "Reviews", id: "reviews"},
|
||||
{
|
||||
name: "Contact", id: "contact"},
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "Experience", id: "experience" },
|
||||
{ name: "Reviews", id: "reviews" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
]}
|
||||
brandName="Becks Café"
|
||||
/>
|
||||
@@ -45,22 +41,17 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "gradient-bars"}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="A True London Café Experience ☕"
|
||||
description="Enjoy authentic breakfast and comfort food in the heart of London."
|
||||
tag="Trusted by 900+ locals"
|
||||
buttons={[
|
||||
{
|
||||
text: "View Menu", href: "#menu"},
|
||||
{
|
||||
text: "Order Now", href: "#"},
|
||||
{ text: "View Menu", href: "#menu" },
|
||||
{ text: "Order Now", href: "#" }
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup-cheesecake-wooden-table-front-cushion-against-white-wall_23-2148067198.jpg", imageAlt: "Breakfast at Becks"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-bar_23-2147680672.jpg", imageAlt: "Coffee service"}
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup-cheesecake-wooden-table-front-cushion-against-white-wall_23-2148067198.jpg", imageAlt: "Breakfast at Becks" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-bar_23-2147680672.jpg", imageAlt: "Coffee service" }
|
||||
]}
|
||||
mediaAnimation="blur-reveal"
|
||||
rating={5}
|
||||
@@ -73,8 +64,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="A Local Favourite in London"
|
||||
buttons={[
|
||||
{
|
||||
text: "Visit Today", href: "#contact"},
|
||||
{ text: "Visit Today", href: "#contact" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -85,12 +75,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1", title: "Specialty Coffee", subtitle: "Expertly brewed beans", category: "Coffee", value: "Premium"},
|
||||
{
|
||||
id: "f2", title: "All-Day Breakfast", subtitle: "Served until late", category: "Food", value: "Authentic"},
|
||||
{
|
||||
id: "f3", title: "Friendly Atmosphere", subtitle: "Home away from home", category: "Service", value: "Warm"},
|
||||
{ id: "f1", title: "Specialty Coffee", subtitle: "Expertly brewed beans", category: "Coffee", value: "Premium" },
|
||||
{ id: "f2", title: "All-Day Breakfast", subtitle: "Served until late", category: "Food", value: "Authentic" },
|
||||
{ id: "f3", title: "Friendly Atmosphere", subtitle: "Home away from home", category: "Service", value: "Warm" }
|
||||
]}
|
||||
title="Simple. Cozy. Delicious."
|
||||
description="A café built around comfort and quality."
|
||||
@@ -104,18 +91,12 @@ export default function LandingPage() {
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1", name: "Full English Breakfast", price: "£12.95", variant: "Breakfast", imageSrc: "http://img.b2bpic.net/free-photo/top-view-sweet-healthy-breakfast_23-2148367511.jpg"},
|
||||
{
|
||||
id: "p2", name: "Cappuccino", price: "£3.50", variant: "Drinks", imageSrc: "http://img.b2bpic.net/free-photo/hot-latte-with-heart-shape-glass-water-drop-surface_23-2148209239.jpg"},
|
||||
{
|
||||
id: "p3", name: "Spaghetti Bolognese", price: "£14.00", variant: "Mains", imageSrc: "http://img.b2bpic.net/free-photo/portuguese-traditional-delicious-empadao-dish_23-2149863011.jpg"},
|
||||
{
|
||||
id: "p4", name: "Club Sandwich", price: "£10.50", variant: "Casual", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-toast-sandwiches-with-cheese-ham-inside-blue-plate-with-juice-french-fries-white-background-sandwich-food-meal-photo-snack_140725-23202.jpg"},
|
||||
{
|
||||
id: "p5", name: "Chocolate Cake", price: "£5.50", variant: "Dessert", imageSrc: "http://img.b2bpic.net/free-photo/plate-profiteroles-served-with-chocolate-sauce_114579-2339.jpg"},
|
||||
{
|
||||
id: "p6", name: "Fruit Parfait", price: "£6.00", variant: "Dessert", imageSrc: "http://img.b2bpic.net/free-photo/bowl-oat-granola-with-yogurt-fresh-blueberries-mulberry-strawberries-kiwi-banana-mint-nuts-board-healthy-breakfast-top-view-copy-space-flat-lay-vegetarian-food-concept_1150-45647.jpg"},
|
||||
{ id: "p1", name: "Full English Breakfast", price: "£12.95", variant: "Breakfast", imageSrc: "http://img.b2bpic.net/free-photo/top-view-sweet-healthy-breakfast_23-2148367511.jpg" },
|
||||
{ id: "p2", name: "Cappuccino", price: "£3.50", variant: "Drinks", imageSrc: "http://img.b2bpic.net/free-photo/hot-latte-with-heart-shape-glass-water-drop-surface_23-2148209239.jpg" },
|
||||
{ id: "p3", name: "Spaghetti Bolognese", price: "£14.00", variant: "Mains", imageSrc: "http://img.b2bpic.net/free-photo/portuguese-traditional-delicious-empadao-dish_23-2149863011.jpg" },
|
||||
{ id: "p4", name: "Club Sandwich", price: "£10.50", variant: "Casual", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-toast-sandwiches-with-cheese-ham-inside-blue-plate-with-juice-french-fries-white-background-sandwich-food-meal-photo-snack_140725-23202.jpg" },
|
||||
{ id: "p5", name: "Chocolate Cake", price: "£5.50", variant: "Dessert", imageSrc: "http://img.b2bpic.net/free-photo/plate-profiteroles-served-with-chocolate-sauce_114579-2339.jpg" },
|
||||
{ id: "p6", name: "Fruit Parfait", price: "£6.00", variant: "Dessert", imageSrc: "http://img.b2bpic.net/free-photo/bowl-oat-granola-with-yogurt-fresh-blueberries-mulberry-strawberries-kiwi-banana-mint-nuts-board-healthy-breakfast-top-view-copy-space-flat-lay-vegetarian-food-concept_1150-45647.jpg" }
|
||||
]}
|
||||
title="Classic Comfort, Done Right"
|
||||
description="Explore our curated selection of morning treats and afternoon delights."
|
||||
@@ -128,12 +109,9 @@ export default function LandingPage() {
|
||||
title="Quality You Can Trust"
|
||||
tag="Our Stats"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1", value: "955", description: "Customer Reviews"},
|
||||
{
|
||||
id: "m2", value: "4.7", description: "Average Rating"},
|
||||
{
|
||||
id: "m3", value: "£15", description: "Average Spend"},
|
||||
{ id: "m1", value: "955", description: "Customer Reviews" },
|
||||
{ id: "m2", value: "4.7", description: "Average Rating" },
|
||||
{ id: "m3", value: "£15", description: "Average Spend" }
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -145,16 +123,11 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1", name: "Sarah J.", handle: "@sarahj", testimonial: "Best English breakfast in London!", imageSrc: "http://img.b2bpic.net/free-photo/smiley-roommates-chatting-table_23-2149358461.jpg"},
|
||||
{
|
||||
id: "t2", name: "Mark L.", handle: "@markl", testimonial: "Cozy place with amazing coffee.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5062.jpg"},
|
||||
{
|
||||
id: "t3", name: "Emily R.", handle: "@emilyr", testimonial: "Great portions and friendly staff.", imageSrc: "http://img.b2bpic.net/free-photo/roommates-sharing-meal-together_23-2149112119.jpg"},
|
||||
{
|
||||
id: "t4", name: "Tom K.", handle: "@tomk", testimonial: "Absolute gem on Red Lion Street.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-joyful-man-being-glad-hear-old-best-friend-mobile-phone_273609-8929.jpg"},
|
||||
{
|
||||
id: "t5", name: "Anna P.", handle: "@annap", testimonial: "The atmosphere is just perfect.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-asian-adult-female-woman-wear-apron-standing-entrance-her-workshop-pottery-studio-incasual-cloth-relax-smiling-confident-warm-welcomeasian-woman-with-her-home-studio-workshop_609648-2692.jpg"},
|
||||
{ id: "t1", name: "Sarah J.", handle: "@sarahj", testimonial: "Best English breakfast in London!", imageSrc: "http://img.b2bpic.net/free-photo/smiley-roommates-chatting-table_23-2149358461.jpg" },
|
||||
{ id: "t2", name: "Mark L.", handle: "@markl", testimonial: "Cozy place with amazing coffee.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5062.jpg" },
|
||||
{ id: "t3", name: "Emily R.", handle: "@emilyr", testimonial: "Great portions and friendly staff.", imageSrc: "http://img.b2bpic.net/free-photo/roommates-sharing-meal-together_23-2149112119.jpg" },
|
||||
{ id: "t4", name: "Tom K.", handle: "@tomk", testimonial: "Absolute gem on Red Lion Street.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-joyful-man-being-glad-hear-old-best-friend-mobile-phone_273609-8929.jpg" },
|
||||
{ id: "t5", name: "Anna P.", handle: "@annap", testimonial: "The atmosphere is just perfect.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-asian-adult-female-woman-wear-apron-standing-entrance-her-workshop-pottery-studio-incasual-cloth-relax-smiling-confident-warm-welcomeasian-woman-with-her-home-studio-workshop_609648-2692.jpg" }
|
||||
]}
|
||||
title="Loved by Locals & Tourists"
|
||||
description="Hear what our regulars say about their Becks Café experience."
|
||||
@@ -167,10 +140,8 @@ export default function LandingPage() {
|
||||
title="Visit Becks Café"
|
||||
description="28 Red Lion St, London WC1R 4PS | +44 20 7405 8565 | Open Daily: 7am - 8pm"
|
||||
inputs={[
|
||||
{
|
||||
name: "name", type: "text", placeholder: "Your Name"},
|
||||
{
|
||||
name: "email", type: "email", placeholder: "Email Address"},
|
||||
{ name: "name", type: "text", placeholder: "Your Name" },
|
||||
{ name: "email", type: "email", placeholder: "Email Address" }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/building-exterior-with-parked-bicycle_23-2147764363.jpg"
|
||||
/>
|
||||
@@ -179,10 +150,8 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="Becks Café"
|
||||
leftLink={{
|
||||
text: "Privacy Policy", href: "#"}},
|
||||
rightLink={{
|
||||
text: "Terms of Service", href: "#"}}
|
||||
leftLink={{ text: "Privacy Policy", href: "#" }}
|
||||
rightLink={{ text: "Terms of Service", href: "#" }}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user