Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
406
src/app/page.tsx
406
src/app/page.tsx
@@ -13,7 +13,7 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp
|
||||
import PricingCardNine from '@/components/sections/pricing/PricingCardNine';
|
||||
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
||||
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
||||
import { BarChart, Bell, Calendar, CalendarCheck, Gift, Heart, ShoppingCart, Table, Truck, UserCheck, UserPlus } from "lucide-react";
|
||||
import { BarChart, Bell, Calendar, CalendarCheck, Gift, Heart, ShoppingCart, Table, Truck, UserCheck, UserPlus, UtensilsCrossed } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -34,33 +34,19 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#home",
|
||||
},
|
||||
name: "Home", id: "#home"},
|
||||
{
|
||||
name: "Features",
|
||||
id: "#features",
|
||||
},
|
||||
name: "Features", id: "#features"},
|
||||
{
|
||||
name: "Solutions",
|
||||
id: "#solutions",
|
||||
},
|
||||
name: "Solutions", id: "#solutions"},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "#pricing",
|
||||
},
|
||||
name: "Pricing", id: "#pricing"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "FAQ", id: "#faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="ReservaFlow"
|
||||
/>
|
||||
@@ -69,53 +55,30 @@ export default function LandingPage() {
|
||||
<div id="home" data-section="home">
|
||||
<HeroBillboardRotatedCarousel
|
||||
background={{
|
||||
variant: "rotated-rays-animated-grid",
|
||||
}}
|
||||
variant: "rotated-rays-animated-grid"}}
|
||||
title="Unlock Your Restaurant's Full Potential"
|
||||
description="ReservaFlow is the ultimate digital management and customer acquisition platform for modern restaurants, cafes, hotels, and fine-dining establishments. Streamline operations, enhance experiences, and drive growth."
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "Schedule Demo",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Schedule Demo", href: "#contact"},
|
||||
{
|
||||
text: "View Features",
|
||||
href: "#features",
|
||||
},
|
||||
text: "View Features", href: "#features"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
carouselItems={[
|
||||
{
|
||||
id: "hero-carousel-1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/nutritional-counter-app-concept_23-2149880618.jpg?_wi=1",
|
||||
imageAlt: "Restaurant management dashboard",
|
||||
},
|
||||
id: "hero-carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/nutritional-counter-app-concept_23-2149880618.jpg", imageAlt: "Restaurant management dashboard"},
|
||||
{
|
||||
id: "hero-carousel-2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crop-employee-using-tablet_23-2147717390.jpg?_wi=1",
|
||||
imageAlt: "Online reservation calendar",
|
||||
},
|
||||
id: "hero-carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/crop-employee-using-tablet_23-2147717390.jpg", imageAlt: "Online reservation calendar"},
|
||||
{
|
||||
id: "hero-carousel-3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/nutritional-counter-app-composition_23-2149880620.jpg?_wi=1",
|
||||
imageAlt: "Mobile food ordering app",
|
||||
},
|
||||
id: "hero-carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/nutritional-counter-app-composition_23-2149880620.jpg", imageAlt: "Mobile food ordering app"},
|
||||
{
|
||||
id: "hero-carousel-4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-works-with-tablet-table-cafe_1304-5545.jpg",
|
||||
imageAlt: "Admin panel analytics dashboard",
|
||||
},
|
||||
id: "hero-carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/woman-works-with-tablet-table-cafe_1304-5545.jpg", imageAlt: "Admin panel analytics dashboard"},
|
||||
{
|
||||
id: "hero-carousel-5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-person-training-beginner-internship_23-2149335460.jpg",
|
||||
imageAlt: "Customer loyalty program profile",
|
||||
},
|
||||
id: "hero-carousel-5", imageSrc: "http://img.b2bpic.net/free-photo/business-person-training-beginner-internship_23-2149335460.jpg", imageAlt: "Customer loyalty program profile"},
|
||||
{
|
||||
id: "hero-carousel-6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smart-application-tablet-placed-kitchen-desk-empty-house-automation-system-turning-l_482257-2747.jpg",
|
||||
imageAlt: "Multi-language selection interface",
|
||||
},
|
||||
id: "hero-carousel-6", imageSrc: "http://img.b2bpic.net/free-photo/smart-application-tablet-placed-kitchen-desk-empty-house-automation-system-turning-l_482257-2747.jpg", imageAlt: "Multi-language selection interface"},
|
||||
]}
|
||||
autoPlay={true}
|
||||
autoPlayInterval={4000}
|
||||
@@ -141,79 +104,52 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Advanced Reservation System",
|
||||
description: "Manage tables with smart availability calendars, prevent double bookings, optimize seating, and engage customers with an intelligent waitlist system.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mock-up-animation-financial-stock-market-data-software-with-different-diagrams-graphs_482257-26904.jpg",
|
||||
imageAlt: "Reservation calendar and waitlist icons",
|
||||
},
|
||||
title: "Advanced Reservation System", description: "Manage tables with smart availability calendars, prevent double bookings, optimize seating, and engage customers with an intelligent waitlist system.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mock-up-animation-financial-stock-market-data-software-with-different-diagrams-graphs_482257-26904.jpg", imageAlt: "Reservation calendar and waitlist icons"},
|
||||
items: [
|
||||
{
|
||||
icon: CalendarCheck,
|
||||
text: "Smart Availability",
|
||||
},
|
||||
text: "Smart Availability"},
|
||||
{
|
||||
icon: UserPlus,
|
||||
text: "Waitlist Management",
|
||||
},
|
||||
text: "Waitlist Management"},
|
||||
{
|
||||
icon: Table,
|
||||
text: "Optimal Table Assignment",
|
||||
},
|
||||
text: "Optimal Table Assignment"},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/nutritional-counter-app-concept_23-2149880618.jpg?_wi=2",
|
||||
imageAlt: "smart reservation calendar illustration",
|
||||
},
|
||||
{
|
||||
title: "Seamless Online Food Ordering",
|
||||
description: "Offer pickup, delivery, and dine-in pre-orders with an intuitive online menu. Staff can efficiently manage and track orders from acceptance to delivery.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-storeroom-used-handling-distribution-supply-chain-management-staff-focusing_482257-135197.jpg",
|
||||
imageAlt: "Mobile phone showing food ordering app",
|
||||
},
|
||||
title: "Seamless Online Food Ordering", description: "Offer pickup, delivery, and dine-in pre-orders with an intuitive online menu. Staff can efficiently manage and track orders from acceptance to delivery.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-storeroom-used-handling-distribution-supply-chain-management-staff-focusing_482257-135197.jpg", imageAlt: "Mobile phone showing food ordering app"},
|
||||
items: [
|
||||
{
|
||||
icon: ShoppingCart,
|
||||
text: "Multi-channel Ordering",
|
||||
},
|
||||
text: "Multi-channel Ordering"},
|
||||
{
|
||||
icon: Truck,
|
||||
text: "Order Tracking",
|
||||
},
|
||||
text: "Order Tracking"},
|
||||
{
|
||||
icon: UtensilsCrossed,
|
||||
text: "Digital Menu Control",
|
||||
},
|
||||
text: "Digital Menu Control"},
|
||||
],
|
||||
reverse: true,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crop-employee-using-tablet_23-2147717390.jpg?_wi=2",
|
||||
imageAlt: "smart reservation calendar illustration",
|
||||
},
|
||||
{
|
||||
title: "Customer Engagement & Analytics",
|
||||
description: "Build loyalty with rewards programs, empower customers with personal accounts, send automated notifications, and gain insights from comprehensive analytics.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/online-shopping-concept_23-2151896825.jpg",
|
||||
imageAlt: "Abstract illustration of customer engagement and loyalty",
|
||||
},
|
||||
title: "Customer Engagement & Analytics", description: "Build loyalty with rewards programs, empower customers with personal accounts, send automated notifications, and gain insights from comprehensive analytics.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/online-shopping-concept_23-2151896825.jpg", imageAlt: "Abstract illustration of customer engagement and loyalty"},
|
||||
items: [
|
||||
{
|
||||
icon: Gift,
|
||||
text: "Loyalty Program",
|
||||
},
|
||||
text: "Loyalty Program"},
|
||||
{
|
||||
icon: Bell,
|
||||
text: "Automated Notifications",
|
||||
},
|
||||
text: "Automated Notifications"},
|
||||
{
|
||||
icon: BarChart,
|
||||
text: "Performance Analytics",
|
||||
},
|
||||
text: "Performance Analytics"},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/nutritional-counter-app-composition_23-2149880620.jpg?_wi=2",
|
||||
imageAlt: "smart reservation calendar illustration",
|
||||
},
|
||||
]}
|
||||
title="All-in-One Digital Management Solution"
|
||||
@@ -232,53 +168,17 @@ export default function LandingPage() {
|
||||
carouselMode="buttons"
|
||||
products={[
|
||||
{
|
||||
id: "menu-dish-1",
|
||||
name: "Seared Scallops Risotto",
|
||||
price: "€32.00",
|
||||
variant: "Appetizer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/creative-assortment-delicious-food_23-2148949024.jpg",
|
||||
imageAlt: "Seared scallops with saffron risotto",
|
||||
},
|
||||
id: "menu-dish-1", name: "Seared Scallops Risotto", price: "€32.00", variant: "Appetizer", imageSrc: "http://img.b2bpic.net/free-photo/creative-assortment-delicious-food_23-2148949024.jpg", imageAlt: "Seared scallops with saffron risotto"},
|
||||
{
|
||||
id: "menu-dish-2",
|
||||
name: "Dry-Aged Ribeye Steak",
|
||||
price: "€48.00",
|
||||
variant: "Main Course",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-food-styling-steak-rustic-style_53876-42887.jpg",
|
||||
imageAlt: "Dry-aged ribeye steak with demi-glace",
|
||||
},
|
||||
id: "menu-dish-2", name: "Dry-Aged Ribeye Steak", price: "€48.00", variant: "Main Course", imageSrc: "http://img.b2bpic.net/free-photo/closeup-food-styling-steak-rustic-style_53876-42887.jpg", imageAlt: "Dry-aged ribeye steak with demi-glace"},
|
||||
{
|
||||
id: "menu-dish-3",
|
||||
name: "Burrata & Heirloom Tomato Salad",
|
||||
price: "€22.00",
|
||||
variant: "Starter",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smoked-salmon-salad_74190-5882.jpg",
|
||||
imageAlt: "Burrata and heirloom tomato salad",
|
||||
},
|
||||
id: "menu-dish-3", name: "Burrata & Heirloom Tomato Salad", price: "€22.00", variant: "Starter", imageSrc: "http://img.b2bpic.net/free-photo/smoked-salmon-salad_74190-5882.jpg", imageAlt: "Burrata and heirloom tomato salad"},
|
||||
{
|
||||
id: "menu-dish-4",
|
||||
name: "Signature Chocolate Lava Cake",
|
||||
price: "€16.00",
|
||||
variant: "Dessert",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-little-creamy-cake-with-chocolate-cookies-cup-tea-dark-surface-biscuit-cake-sweet-pie-sugar-cookies_140725-118176.jpg",
|
||||
imageAlt: "Chocolate lava cake with raspberry coulis",
|
||||
},
|
||||
id: "menu-dish-4", name: "Signature Chocolate Lava Cake", price: "€16.00", variant: "Dessert", imageSrc: "http://img.b2bpic.net/free-photo/top-view-little-creamy-cake-with-chocolate-cookies-cup-tea-dark-surface-biscuit-cake-sweet-pie-sugar-cookies_140725-118176.jpg", imageAlt: "Chocolate lava cake with raspberry coulis"},
|
||||
{
|
||||
id: "menu-dish-5",
|
||||
name: "Classic Old Fashioned",
|
||||
price: "€14.00",
|
||||
variant: "Cocktail",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/alcoholic-cocktail-with-fused-sugar-bronze-glass-bar-table_627829-6439.jpg",
|
||||
imageAlt: "Old Fashioned cocktail with orange peel",
|
||||
},
|
||||
id: "menu-dish-5", name: "Classic Old Fashioned", price: "€14.00", variant: "Cocktail", imageSrc: "http://img.b2bpic.net/free-photo/alcoholic-cocktail-with-fused-sugar-bronze-glass-bar-table_627829-6439.jpg", imageAlt: "Old Fashioned cocktail with orange peel"},
|
||||
{
|
||||
id: "menu-dish-6",
|
||||
name: "Artisanal Bread Basket",
|
||||
price: "€8.00",
|
||||
variant: "Side",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-sweet-pies-dark-floor-pie-sweet-cake-pastry-biscuit_140725-73371.jpg",
|
||||
imageAlt: "Artisanal bread loaf with olive oil",
|
||||
},
|
||||
id: "menu-dish-6", name: "Artisanal Bread Basket", price: "€8.00", variant: "Side", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-sweet-pies-dark-floor-pie-sweet-cake-pastry-biscuit_140725-73371.jpg", imageAlt: "Artisanal bread loaf with olive oil"},
|
||||
]}
|
||||
title="Showcase Your Culinary Masterpieces"
|
||||
description="Effortlessly manage your digital menu with high-resolution photos and detailed descriptions. Update items, prices, and availability in real-time across all platforms."
|
||||
@@ -296,25 +196,13 @@ export default function LandingPage() {
|
||||
carouselMode="buttons"
|
||||
metrics={[
|
||||
{
|
||||
id: "metric-1",
|
||||
value: "30%",
|
||||
title: "Increase in Online Bookings",
|
||||
description: "Restaurants using ReservaFlow see an average 30% rise in online reservations within the first month.",
|
||||
icon: Calendar,
|
||||
id: "metric-1", value: "30%", title: "Increase in Online Bookings", description: "Restaurants using ReservaFlow see an average 30% rise in online reservations within the first month.", icon: Calendar,
|
||||
},
|
||||
{
|
||||
id: "metric-2",
|
||||
value: "20%",
|
||||
title: "Reduction in No-Shows",
|
||||
description: "Our smart notification system and deposit feature drastically reduce missed reservations, improving revenue.",
|
||||
icon: UserCheck,
|
||||
id: "metric-2", value: "20%", title: "Reduction in No-Shows", description: "Our smart notification system and deposit feature drastically reduce missed reservations, improving revenue.", icon: UserCheck,
|
||||
},
|
||||
{
|
||||
id: "metric-3",
|
||||
value: "15%",
|
||||
title: "Growth in Customer Loyalty",
|
||||
description: "Engage and retain customers with personalized loyalty programs, driving repeat visits and higher spend.",
|
||||
icon: Heart,
|
||||
id: "metric-3", value: "15%", title: "Growth in Customer Loyalty", description: "Engage and retain customers with personalized loyalty programs, driving repeat visits and higher spend.", icon: Heart,
|
||||
},
|
||||
]}
|
||||
title="Data-Driven Decisions for Growth"
|
||||
@@ -332,53 +220,17 @@ export default function LandingPage() {
|
||||
carouselMode="buttons"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sophia Rodriguez",
|
||||
role: "CEO, The Gilded Spoon",
|
||||
testimonial: "ReservaFlow has revolutionized our reservation process. The smart calendar and waitlist system are game-changers for a busy fine-dining establishment like ours.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-young-caucasian-brunette-lady-wears-black-top-pants-hoodie-top-smiling-camera-cafe_197531-33294.jpg",
|
||||
imageAlt: "Sophia Rodriguez, CEO of The Gilded Spoon",
|
||||
},
|
||||
id: "1", name: "Sophia Rodriguez", role: "CEO, The Gilded Spoon", testimonial: "ReservaFlow has revolutionized our reservation process. The smart calendar and waitlist system are game-changers for a busy fine-dining establishment like ours.", imageSrc: "http://img.b2bpic.net/free-photo/positive-young-caucasian-brunette-lady-wears-black-top-pants-hoodie-top-smiling-camera-cafe_197531-33294.jpg", imageAlt: "Sophia Rodriguez, CEO of The Gilded Spoon"},
|
||||
{
|
||||
id: "2",
|
||||
name: "David Chen",
|
||||
role: "GM, Daily Grind Cafe",
|
||||
testimonial: "Our online ordering has never been smoother! ReservaFlow made it easy to manage pickups and deliveries, significantly boosting our sales and customer satisfaction.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-happy-asian-woman-entrepreneur-recommending-cafe-showing-okay-ok-sign-approval_1258-199352.jpg",
|
||||
imageAlt: "David Chen, General Manager of Daily Grind Cafe",
|
||||
},
|
||||
id: "2", name: "David Chen", role: "GM, Daily Grind Cafe", testimonial: "Our online ordering has never been smoother! ReservaFlow made it easy to manage pickups and deliveries, significantly boosting our sales and customer satisfaction.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-happy-asian-woman-entrepreneur-recommending-cafe-showing-okay-ok-sign-approval_1258-199352.jpg", imageAlt: "David Chen, General Manager of Daily Grind Cafe"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Maria Rossi",
|
||||
role: "Head Chef, Grand Hotel Dining",
|
||||
testimonial: "The digital menu management is incredibly intuitive. We can update seasonal dishes and specials instantly, keeping our offerings fresh and exciting for guests.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-holding-food-plate_23-2149631671.jpg",
|
||||
imageAlt: "Maria Rossi, Head Chef of Grand Hotel Dining",
|
||||
},
|
||||
id: "3", name: "Maria Rossi", role: "Head Chef, Grand Hotel Dining", testimonial: "The digital menu management is incredibly intuitive. We can update seasonal dishes and specials instantly, keeping our offerings fresh and exciting for guests.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-holding-food-plate_23-2149631671.jpg", imageAlt: "Maria Rossi, Head Chef of Grand Hotel Dining"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Mark Johnson",
|
||||
role: "F&B Director, Oceanview Resort",
|
||||
testimonial: "The analytics dashboard provides invaluable insights into our operations. We've optimized staffing and menu offerings, leading to a noticeable increase in profitability.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-sitting-yard-drinking-whiskey_1157-13374.jpg",
|
||||
imageAlt: "Mark Johnson, F&B Director of Oceanview Resort",
|
||||
},
|
||||
id: "4", name: "Mark Johnson", role: "F&B Director, Oceanview Resort", testimonial: "The analytics dashboard provides invaluable insights into our operations. We've optimized staffing and menu offerings, leading to a noticeable increase in profitability.", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-sitting-yard-drinking-whiskey_1157-13374.jpg", imageAlt: "Mark Johnson, F&B Director of Oceanview Resort"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Elena Petrova",
|
||||
role: "Owner, The Cozy Bistro",
|
||||
testimonial: "Our loyalty program launched effortlessly with ReservaFlow. Our regulars love earning points, and we've seen a great uplift in repeat business and customer engagement.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-lady-enjoying-free-time-city-cafeteria-bar-drinking-lemon-having-fun-trendy-hipster-outfit-toned-colors_291049-1730.jpg",
|
||||
imageAlt: "Elena Petrova, Owner of The Cozy Bistro",
|
||||
},
|
||||
id: "5", name: "Elena Petrova", role: "Owner, The Cozy Bistro", testimonial: "Our loyalty program launched effortlessly with ReservaFlow. Our regulars love earning points, and we've seen a great uplift in repeat business and customer engagement.", imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-lady-enjoying-free-time-city-cafeteria-bar-drinking-lemon-having-fun-trendy-hipster-outfit-toned-colors_291049-1730.jpg", imageAlt: "Elena Petrova, Owner of The Cozy Bistro"},
|
||||
{
|
||||
id: "6",
|
||||
name: "James Smith",
|
||||
role: "CEO, Global Restaurant Group",
|
||||
testimonial: "Implementing ReservaFlow across our group has unified our operations and provided a consistent, premium experience for all our customers. Truly a comprehensive solution.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-mature-businessman-with-crossed-arms-standing-restaurant_23-2147955310.jpg",
|
||||
imageAlt: "James Smith, CEO of Global Restaurant Group",
|
||||
},
|
||||
id: "6", name: "James Smith", role: "CEO, Global Restaurant Group", testimonial: "Implementing ReservaFlow across our group has unified our operations and provided a consistent, premium experience for all our customers. Truly a comprehensive solution.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-mature-businessman-with-crossed-arms-standing-restaurant_23-2147955310.jpg", imageAlt: "James Smith, CEO of Global Restaurant Group"},
|
||||
]}
|
||||
title="What Our Restaurant Partners Say"
|
||||
description="Hear from leading restaurants, cafes, and hotels that have transformed their operations and customer engagement with ReservaFlow."
|
||||
@@ -394,66 +246,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
plans={[
|
||||
{
|
||||
id: "plan-starter",
|
||||
title: "Starter",
|
||||
price: "€199",
|
||||
period: "/month",
|
||||
features: [
|
||||
"Online Reservations",
|
||||
"Digital Menu Management",
|
||||
"Basic Order Management",
|
||||
"Customer Accounts",
|
||||
"Email Notifications",
|
||||
],
|
||||
id: "plan-starter", title: "Starter", price: "€199", period: "/month", features: [
|
||||
"Online Reservations", "Digital Menu Management", "Basic Order Management", "Customer Accounts", "Email Notifications"],
|
||||
button: {
|
||||
text: "Get Started",
|
||||
href: "#contact",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-chicken-shrimps-with-special-sauce-round-blue-plate_181624-3391.jpg",
|
||||
imageAlt: "chef plating dish culinary art",
|
||||
},
|
||||
text: "Get Started", href: "#contact"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-chicken-shrimps-with-special-sauce-round-blue-plate_181624-3391.jpg", imageAlt: "chef plating dish culinary art"},
|
||||
{
|
||||
id: "plan-pro",
|
||||
title: "Pro",
|
||||
price: "€499",
|
||||
period: "/month",
|
||||
features: [
|
||||
"All Starter Features",
|
||||
"Advanced Table Management",
|
||||
"Waitlist System",
|
||||
"Full Order Management",
|
||||
"Loyalty Program",
|
||||
"Basic Analytics Dashboard",
|
||||
"WhatsApp Integration",
|
||||
],
|
||||
id: "plan-pro", title: "Pro", price: "€499", period: "/month", features: [
|
||||
"All Starter Features", "Advanced Table Management", "Waitlist System", "Full Order Management", "Loyalty Program", "Basic Analytics Dashboard", "WhatsApp Integration"],
|
||||
button: {
|
||||
text: "Choose Pro",
|
||||
href: "#contact",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/nutritional-counter-app-concept_23-2149880618.jpg?_wi=3",
|
||||
imageAlt: "chef plating dish culinary art",
|
||||
},
|
||||
text: "Choose Pro", href: "#contact"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/nutritional-counter-app-concept_23-2149880618.jpg", imageAlt: "chef plating dish culinary art"},
|
||||
{
|
||||
id: "plan-enterprise",
|
||||
title: "Enterprise",
|
||||
price: "Contact Us",
|
||||
period: "",
|
||||
features: [
|
||||
"All Pro Features",
|
||||
"Multi-location Support",
|
||||
"Custom Integrations",
|
||||
"Advanced Analytics & Reporting",
|
||||
"Dedicated Account Manager",
|
||||
"Priority Support",
|
||||
"SLA Agreement",
|
||||
],
|
||||
id: "plan-enterprise", title: "Enterprise", price: "Contact Us", period: "", features: [
|
||||
"All Pro Features", "Multi-location Support", "Custom Integrations", "Advanced Analytics & Reporting", "Dedicated Account Manager", "Priority Support", "SLA Agreement"],
|
||||
button: {
|
||||
text: "Contact Sales",
|
||||
href: "#contact",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crop-employee-using-tablet_23-2147717390.jpg?_wi=3",
|
||||
imageAlt: "chef plating dish culinary art",
|
||||
},
|
||||
text: "Contact Sales", href: "#contact"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crop-employee-using-tablet_23-2147717390.jpg", imageAlt: "chef plating dish culinary art"},
|
||||
]}
|
||||
title="Flexible Plans for Every Business"
|
||||
description="Choose the perfect ReservaFlow plan that scales with your restaurant's needs. From growing cafes to multi-location hotels, we have you covered."
|
||||
@@ -468,30 +277,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq-1",
|
||||
title: "How does ReservaFlow handle online reservations?",
|
||||
content: "Our platform offers a smart availability calendar that prevents double bookings, optimizes table assignments, and includes a waitlist system for peak times. Customers can easily book via your website or app.",
|
||||
},
|
||||
id: "faq-1", title: "How does ReservaFlow handle online reservations?", content: "Our platform offers a smart availability calendar that prevents double bookings, optimizes table assignments, and includes a waitlist system for peak times. Customers can easily book via your website or app."},
|
||||
{
|
||||
id: "faq-2",
|
||||
title: "Can I manage my menu and pricing easily?",
|
||||
content: "Yes, ReservaFlow includes a digital menu management system that allows administrators to add, edit, or delete dishes, change pricing, upload photos, and mark items as unavailable in real-time.",
|
||||
},
|
||||
id: "faq-2", title: "Can I manage my menu and pricing easily?", content: "Yes, ReservaFlow includes a digital menu management system that allows administrators to add, edit, or delete dishes, change pricing, upload photos, and mark items as unavailable in real-time."},
|
||||
{
|
||||
id: "faq-3",
|
||||
title: "What payment options does the system support?",
|
||||
content: "We support popular payment gateways like Stripe, PayPal, and Razorpay. This allows for deposits on reservations, full payments for online orders, and comprehensive refund handling.",
|
||||
},
|
||||
id: "faq-3", title: "What payment options does the system support?", content: "We support popular payment gateways like Stripe, PayPal, and Razorpay. This allows for deposits on reservations, full payments for online orders, and comprehensive refund handling."},
|
||||
{
|
||||
id: "faq-4",
|
||||
title: "Does ReservaFlow offer a loyalty program?",
|
||||
content: "Absolutely! Our built-in loyalty program enables customers to earn and redeem points, offers loyalty levels, and includes referral and birthday rewards to boost customer retention.",
|
||||
},
|
||||
id: "faq-4", title: "Does ReservaFlow offer a loyalty program?", content: "Absolutely! Our built-in loyalty program enables customers to earn and redeem points, offers loyalty levels, and includes referral and birthday rewards to boost customer retention."},
|
||||
{
|
||||
id: "faq-5",
|
||||
title: "Is there an admin panel for restaurant staff?",
|
||||
content: "Yes, a secure admin panel provides a comprehensive dashboard for managing reservations, orders, menus, events, blogs, and customer accounts, along with detailed analytics.",
|
||||
},
|
||||
id: "faq-5", title: "Is there an admin panel for restaurant staff?", content: "Yes, a secure admin panel provides a comprehensive dashboard for managing reservations, orders, menus, events, blogs, and customer accounts, along with detailed analytics."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Find quick answers to common questions about ReservaFlow's features, setup, and support."
|
||||
@@ -508,27 +302,16 @@ export default function LandingPage() {
|
||||
description="Contact our sales team today for a personalized demo and discover how ReservaFlow can help you achieve operational excellence, boost customer loyalty, and drive significant growth for your business."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Your Email", required: true,
|
||||
},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "Phone Number (Optional)",
|
||||
},
|
||||
name: "phone", type: "tel", placeholder: "Phone Number (Optional)"},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Tell us about your restaurant and needs...",
|
||||
rows: 4,
|
||||
name: "message", placeholder: "Tell us about your restaurant and needs...", rows: 4,
|
||||
required: true,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-looking-through-menu-restaurant_23-2150520059.jpg"
|
||||
@@ -546,62 +329,37 @@ export default function LandingPage() {
|
||||
logoText="ReservaFlow"
|
||||
columns={[
|
||||
{
|
||||
title: "Platform",
|
||||
items: [
|
||||
title: "Platform", items: [
|
||||
{
|
||||
label: "Features",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Features", href: "#features"},
|
||||
{
|
||||
label: "Solutions",
|
||||
href: "#solutions",
|
||||
},
|
||||
label: "Solutions", href: "#solutions"},
|
||||
{
|
||||
label: "Pricing",
|
||||
href: "#pricing",
|
||||
},
|
||||
label: "Pricing", href: "#pricing"},
|
||||
{
|
||||
label: "Demo",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Demo", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Careers", href: "#"},
|
||||
{
|
||||
label: "Blog",
|
||||
href: "#",
|
||||
},
|
||||
label: "Blog", href: "#"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
{
|
||||
label: "Cookie Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Cookie Policy", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user