Merge version_1 into main #2
@@ -18,39 +18,35 @@ const navItems = [
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Product",
|
||||
items: [
|
||||
{ label: "Features", href: "/features" },
|
||||
title: "Product", items: [
|
||||
{ label: "Features", href: "#features" },
|
||||
{ label: "Pricing", href: "/pricing" },
|
||||
{ label: "Dashboard", href: "/" },
|
||||
{ label: "Security", href: "/" },
|
||||
{ label: "Dashboard", href: "#dashboard" },
|
||||
{ label: "Security", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Blog", href: "/" },
|
||||
{ label: "Careers", href: "/" },
|
||||
{ label: "Contact", href: "/" },
|
||||
{ label: "Blog", href: "/blog" },
|
||||
{ label: "Careers", href: "/careers" },
|
||||
{ label: "Contact", href: "/contact" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
{ label: "Help Center", href: "/" },
|
||||
{ label: "Documentation", href: "/" },
|
||||
{ label: "API Reference", href: "/" },
|
||||
{ label: "Community", href: "/" },
|
||||
title: "Support", items: [
|
||||
{ label: "Help Center", href: "/help" },
|
||||
{ label: "Documentation", href: "/docs" },
|
||||
{ label: "API Reference", href: "/api" },
|
||||
{ label: "Community", href: "/community" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{ label: "Privacy Policy", href: "/" },
|
||||
{ label: "Terms of Service", href: "/" },
|
||||
{ label: "Cookie Policy", href: "/" },
|
||||
{ label: "Security Policy", href: "/" },
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Cookie Policy", href: "#" },
|
||||
{ label: "Security Policy", href: "#" },
|
||||
],
|
||||
},
|
||||
];
|
||||
@@ -74,9 +70,7 @@ export default function AboutPage() {
|
||||
brandName="CaféPOS"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Get Started",
|
||||
href: "https://cafepossystem.com/signup",
|
||||
}}
|
||||
text: "Get Started", href: "https://cafepossystem.com/signup"}}
|
||||
buttonClassName="px-6 py-3 text-sm font-semibold rounded-lg hover:shadow-lg transition-all"
|
||||
buttonTextClassName="font-semibold"
|
||||
/>
|
||||
@@ -88,7 +82,7 @@ export default function AboutPage() {
|
||||
description="Process orders in seconds with category-based filtering, special instructions, and instant cart management. Modify quantities, apply discounts, and calculate tax automatically."
|
||||
tag="Order Processing"
|
||||
tagIcon={ShoppingCart}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cropped-business-executive-using-wireless-device-cafe_1098-19143.jpg?_wi=5"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cropped-business-executive-using-wireless-device-cafe_1098-19143.jpg"
|
||||
imageAlt="Order management interface"
|
||||
useInvertedBackground={false}
|
||||
buttons={[{ text: "Get Started", href: "https://cafepossystem.com/trial" }]}
|
||||
@@ -106,26 +100,11 @@ export default function AboutPage() {
|
||||
tagIcon={TrendingUp}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Order Processing Speed",
|
||||
subtitle: "Average time per transaction",
|
||||
category: "Operations",
|
||||
value: "8 seconds",
|
||||
},
|
||||
id: "1", title: "Order Processing Speed", subtitle: "Average time per transaction", category: "Operations", value: "8 seconds"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Inventory Accuracy",
|
||||
subtitle: "Real-time tracking precision",
|
||||
category: "Management",
|
||||
value: "99.8%",
|
||||
},
|
||||
id: "2", title: "Inventory Accuracy", subtitle: "Real-time tracking precision", category: "Management", value: "99.8%"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Payment Success Rate",
|
||||
subtitle: "Secure transaction processing",
|
||||
category: "Security",
|
||||
value: "99.95%",
|
||||
},
|
||||
id: "3", title: "Payment Success Rate", subtitle: "Secure transaction processing", category: "Security", value: "99.95%"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
|
||||
@@ -18,39 +18,35 @@ const navItems = [
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Product",
|
||||
items: [
|
||||
title: "Product", items: [
|
||||
{ label: "Features", href: "/features" },
|
||||
{ label: "Pricing", href: "/pricing" },
|
||||
{ label: "Dashboard", href: "/" },
|
||||
{ label: "Security", href: "/" },
|
||||
{ label: "Dashboard", href: "#dashboard" },
|
||||
{ label: "Security", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{ label: "About Us", href: "/" },
|
||||
{ label: "Blog", href: "/" },
|
||||
{ label: "Careers", href: "/" },
|
||||
{ label: "Contact", href: "/" },
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Blog", href: "/blog" },
|
||||
{ label: "Careers", href: "/careers" },
|
||||
{ label: "Contact", href: "/contact" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
{ label: "Help Center", href: "/" },
|
||||
{ label: "Documentation", href: "/" },
|
||||
{ label: "API Reference", href: "/" },
|
||||
{ label: "Community", href: "/" },
|
||||
title: "Support", items: [
|
||||
{ label: "Help Center", href: "/help" },
|
||||
{ label: "Documentation", href: "/docs" },
|
||||
{ label: "API Reference", href: "/api" },
|
||||
{ label: "Community", href: "/community" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{ label: "Privacy Policy", href: "/" },
|
||||
{ label: "Terms of Service", href: "/" },
|
||||
{ label: "Cookie Policy", href: "/" },
|
||||
{ label: "Security Policy", href: "/" },
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Cookie Policy", href: "#" },
|
||||
{ label: "Security Policy", href: "#" },
|
||||
],
|
||||
},
|
||||
];
|
||||
@@ -74,9 +70,7 @@ export default function FeaturesPage() {
|
||||
brandName="CaféPOS"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Get Started",
|
||||
href: "https://cafepossystem.com/signup",
|
||||
}}
|
||||
text: "Get Started", href: "https://cafepossystem.com/signup"}}
|
||||
buttonClassName="px-6 py-3 text-sm font-semibold rounded-lg hover:shadow-lg transition-all"
|
||||
buttonTextClassName="font-semibold"
|
||||
/>
|
||||
@@ -91,34 +85,19 @@ export default function FeaturesPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
tag: "Fast & Easy",
|
||||
title: "Quick Item Selection",
|
||||
subtitle: "Touch-optimized interface for rapid ordering",
|
||||
description:
|
||||
"Large buttons and category filters make order entry lightning-fast. Select items, apply modifiers, and process payments in seconds. Perfect for high-volume café service.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/empty-professional-warehouse-space-used-shipping-cargo-goods-from-online-shopping-local-small_482257-136203.jpg?_wi=2",
|
||||
},
|
||||
tag: "Fast & Easy", title: "Quick Item Selection", subtitle: "Touch-optimized interface for rapid ordering", description:
|
||||
"Large buttons and category filters make order entry lightning-fast. Select items, apply modifiers, and process payments in seconds. Perfect for high-volume café service.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/empty-professional-warehouse-space-used-shipping-cargo-goods-from-online-shopping-local-small_482257-136203.jpg"},
|
||||
{
|
||||
id: 2,
|
||||
tag: "Smart Operations",
|
||||
title: "Real-Time Inventory",
|
||||
subtitle: "Track stock levels and get low-stock alerts automatically",
|
||||
description:
|
||||
"Monitor ingredient levels in real-time. Automatic alerts notify staff when coffee beans, milk, or other supplies run low. Prevent stockouts and waste.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/closeup-man-making-contactless-payment-with-smart-phone_637285-12517.jpg?_wi=2",
|
||||
},
|
||||
tag: "Smart Operations", title: "Real-Time Inventory", subtitle: "Track stock levels and get low-stock alerts automatically", description:
|
||||
"Monitor ingredient levels in real-time. Automatic alerts notify staff when coffee beans, milk, or other supplies run low. Prevent stockouts and waste.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/closeup-man-making-contactless-payment-with-smart-phone_637285-12517.jpg"},
|
||||
{
|
||||
id: 3,
|
||||
tag: "Secure & Flexible",
|
||||
title: "Multi-Payment Support",
|
||||
subtitle: "Cash, Card, UPI, Wallet, and split payments",
|
||||
description:
|
||||
"Accept all payment methods your customers prefer. Support cash transactions, credit/debit cards, digital wallets, and split payments between multiple customers.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/luxurious-boardroom-space-within-multinational-company-used-meetings_482257-124520.jpg?_wi=5",
|
||||
},
|
||||
tag: "Secure & Flexible", title: "Multi-Payment Support", subtitle: "Cash, Card, UPI, Wallet, and split payments", description:
|
||||
"Accept all payment methods your customers prefer. Support cash transactions, credit/debit cards, digital wallets, and split payments between multiple customers.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/luxurious-boardroom-space-within-multinational-company-used-meetings_482257-124520.jpg"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -133,25 +112,16 @@ export default function FeaturesPage() {
|
||||
<FaqSplitMedia
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "What devices does CaféPOS support?",
|
||||
content:
|
||||
"CaféPOS works on tablets (iPad, Android tablets), desktop computers (Windows, Mac, Linux), and mobile phones. The interface automatically adjusts for optimal touch interaction on each device. We recommend at least a 7-inch tablet for order entry and a desktop for management functions.",
|
||||
},
|
||||
id: "1", title: "What devices does CaféPOS support?", content:
|
||||
"CaféPOS works on tablets (iPad, Android tablets), desktop computers (Windows, Mac, Linux), and mobile phones. The interface automatically adjusts for optimal touch interaction on each device. We recommend at least a 7-inch tablet for order entry and a desktop for management functions."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Is my data safe and backed up?",
|
||||
content:
|
||||
"Absolutely. All data is encrypted in transit and at rest. We perform automatic daily backups to secure cloud servers. Enterprise customers get real-time backup replication across multiple data centers. GDPR and PCI-DSS compliant.",
|
||||
},
|
||||
id: "2", title: "Is my data safe and backed up?", content:
|
||||
"Absolutely. All data is encrypted in transit and at rest. We perform automatic daily backups to secure cloud servers. Enterprise customers get real-time backup replication across multiple data centers. GDPR and PCI-DSS compliant."},
|
||||
{
|
||||
id: "3",
|
||||
title: "How much training do staff members need?",
|
||||
content:
|
||||
"Most staff members can start using CaféPOS effectively within 1-2 hours of hands-on training. The interface is designed to be intuitive. We provide video tutorials, documentation, and live support to help with onboarding. Many customers report that baristas and cashiers prefer our system once they learn it.",
|
||||
},
|
||||
id: "3", title: "How much training do staff members need?", content:
|
||||
"Most staff members can start using CaféPOS effectively within 1-2 hours of hands-on training. The interface is designed to be intuitive. We provide video tutorials, documentation, and live support to help with onboarding. Many customers report that baristas and cashiers prefer our system once they learn it."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/empty-professional-warehouse-space-used-shipping-cargo-goods-from-online-shopping-local-small_482257-136203.jpg?_wi=3"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/empty-professional-warehouse-space-used-shipping-cargo-goods-from-online-shopping-local-small_482257-136203.jpg"
|
||||
imageAlt="CaféPOS interface on tablet"
|
||||
mediaAnimation="slide-up"
|
||||
faqsAnimation="slide-up"
|
||||
|
||||
@@ -6,41 +6,25 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const publicSans = Public_Sans({
|
||||
variable: "--font-public-sans",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-public-sans", subsets: ["latin"],
|
||||
});
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-inter", subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "CaféPOS - Modern POS System for Cafés | Real-Time Management",
|
||||
description: "Cloud-based POS system for cafés with real-time inventory, multi-payment support, advanced analytics, and intuitive order management. Start free trial today.",
|
||||
keywords: "POS system, café software, point of sale, inventory management, coffee shop billing, retail POS",
|
||||
metadataBase: new URL("https://cafepossystem.com"),
|
||||
title: "CaféPOS - Modern POS System for Cafés | Real-Time Management", description: "Cloud-based POS system for cafés with real-time inventory, multi-payment support, advanced analytics, and intuitive order management. Start free trial today.", keywords: "POS system, café software, point of sale, inventory management, coffee shop billing, retail POS", metadataBase: new URL("https://cafepossystem.com"),
|
||||
alternates: {
|
||||
canonical: "https://cafepossystem.com",
|
||||
},
|
||||
canonical: "https://cafepossystem.com"},
|
||||
openGraph: {
|
||||
title: "CaféPOS - Simplify Your Café Operations",
|
||||
description: "Real-time inventory tracking, smart order management, and comprehensive analytics for modern cafés.",
|
||||
url: "https://cafepossystem.com",
|
||||
siteName: "CaféPOS",
|
||||
type: "website",
|
||||
images: [
|
||||
title: "CaféPOS - Simplify Your Café Operations", description: "Real-time inventory tracking, smart order management, and comprehensive analytics for modern cafés.", url: "https://cafepossystem.com", siteName: "CaféPOS", type: "website", images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/smiling-barista-using-digital-tablet-while-working-bar_637285-3367.jpg",
|
||||
alt: "pos system dashboard interface coffee shop",
|
||||
},
|
||||
url: "http://img.b2bpic.net/free-photo/smiling-barista-using-digital-tablet-while-working-bar_637285-3367.jpg", alt: "pos system dashboard interface coffee shop"},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "CaféPOS - Modern POS for Cafés",
|
||||
description: "Cloud-based café management system with real-time inventory and smart ordering.",
|
||||
images: ["http://img.b2bpic.net/free-photo/smiling-barista-using-digital-tablet-while-working-bar_637285-3367.jpg"],
|
||||
card: "summary_large_image", title: "CaféPOS - Modern POS for Cafés", description: "Cloud-based café management system with real-time inventory and smart ordering.", images: ["http://img.b2bpic.net/free-photo/smiling-barista-using-digital-tablet-while-working-bar_637285-3367.jpg"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
|
||||
290
src/app/page.tsx
290
src/app/page.tsx
@@ -22,39 +22,35 @@ const navItems = [
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Product",
|
||||
items: [
|
||||
{ label: "Features", href: "/" },
|
||||
{ label: "Pricing", href: "/" },
|
||||
{ label: "Dashboard", href: "/" },
|
||||
{ label: "Security", href: "/" },
|
||||
title: "Product", items: [
|
||||
{ label: "Features", href: "#features" },
|
||||
{ label: "Pricing", href: "#pricing" },
|
||||
{ label: "Dashboard", href: "#dashboard" },
|
||||
{ label: "Security", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{ label: "About Us", href: "/" },
|
||||
{ label: "Blog", href: "/" },
|
||||
{ label: "Careers", href: "/" },
|
||||
{ label: "Contact", href: "/" },
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Blog", href: "/blog" },
|
||||
{ label: "Careers", href: "/careers" },
|
||||
{ label: "Contact", href: "/contact" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
{ label: "Help Center", href: "/" },
|
||||
{ label: "Documentation", href: "/" },
|
||||
{ label: "API Reference", href: "/" },
|
||||
{ label: "Community", href: "/" },
|
||||
title: "Support", items: [
|
||||
{ label: "Help Center", href: "/help" },
|
||||
{ label: "Documentation", href: "/docs" },
|
||||
{ label: "API Reference", href: "/api" },
|
||||
{ label: "Community", href: "/community" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{ label: "Privacy Policy", href: "/" },
|
||||
{ label: "Terms of Service", href: "/" },
|
||||
{ label: "Cookie Policy", href: "/" },
|
||||
{ label: "Security Policy", href: "/" },
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Cookie Policy", href: "#" },
|
||||
{ label: "Security Policy", href: "#" },
|
||||
],
|
||||
},
|
||||
];
|
||||
@@ -78,9 +74,7 @@ export default function HomePage() {
|
||||
brandName="CaféPOS"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Get Started",
|
||||
href: "https://cafepossystem.com/signup",
|
||||
}}
|
||||
text: "Get Started", href: "https://cafepossystem.com/signup"}}
|
||||
buttonClassName="px-6 py-3 text-sm font-semibold rounded-lg hover:shadow-lg transition-all"
|
||||
buttonTextClassName="font-semibold"
|
||||
/>
|
||||
@@ -92,23 +86,17 @@ export default function HomePage() {
|
||||
description="Real-time inventory tracking, instant order management, comprehensive analytics, and secure multi-role access. Designed for modern cafés that demand efficiency, speed, and accuracy at every transaction."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-happy-business-woman-posing-her-own-coffee-shop_1163-1790.jpg",
|
||||
alt: "Business owner",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-happy-business-woman-posing-her-own-coffee-shop_1163-1790.jpg", alt: "Business owner"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-female-barista-standing-inside-coffee-counter_93675-134691.jpg",
|
||||
alt: "Café manager",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-female-barista-standing-inside-coffee-counter_93675-134691.jpg", alt: "Café manager"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1681.jpg",
|
||||
alt: "Team member",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1681.jpg", alt: "Team member"},
|
||||
]}
|
||||
avatarText="Trusted by 500+ Cafés Worldwide"
|
||||
background={{ variant: "circleGradient" }}
|
||||
background={{ variant: "downward-rays-static" }}
|
||||
buttons={[
|
||||
{ text: "Start Free Trial", href: "https://cafepossystem.com/trial" },
|
||||
{ text: "Watch Demo", href: "/" },
|
||||
{ text: "Watch Demo", href: "#features" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
ariaLabel="Hero section for café POS system"
|
||||
@@ -125,48 +113,28 @@ export default function HomePage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
tag: "Fast & Easy",
|
||||
title: "Quick Item Selection",
|
||||
subtitle: "Touch-optimized interface for rapid ordering",
|
||||
description:
|
||||
"Large buttons and category filters make order entry lightning-fast. Select items, apply modifiers, and process payments in seconds. Perfect for high-volume café service.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/empty-professional-warehouse-space-used-shipping-cargo-goods-from-online-shopping-local-small_482257-136203.jpg?_wi=1",
|
||||
},
|
||||
tag: "Fast & Easy", title: "Quick Item Selection", subtitle: "Touch-optimized interface for rapid ordering", description:
|
||||
"Large buttons and category filters make order entry lightning-fast. Select items, apply modifiers, and process payments in seconds. Perfect for high-volume café service.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/empty-professional-warehouse-space-used-shipping-cargo-goods-from-online-shopping-local-small_482257-136203.jpg"},
|
||||
{
|
||||
id: 2,
|
||||
tag: "Smart Operations",
|
||||
title: "Real-Time Inventory",
|
||||
subtitle: "Track stock levels and get low-stock alerts automatically",
|
||||
description:
|
||||
"Monitor ingredient levels in real-time. Automatic alerts notify staff when coffee beans, milk, or other supplies run low. Prevent stockouts and waste.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/closeup-man-making-contactless-payment-with-smart-phone_637285-12517.jpg?_wi=1",
|
||||
},
|
||||
tag: "Smart Operations", title: "Real-Time Inventory", subtitle: "Track stock levels and get low-stock alerts automatically", description:
|
||||
"Monitor ingredient levels in real-time. Automatic alerts notify staff when coffee beans, milk, or other supplies run low. Prevent stockouts and waste.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/closeup-man-making-contactless-payment-with-smart-phone_637285-12517.jpg"},
|
||||
{
|
||||
id: 3,
|
||||
tag: "Secure & Flexible",
|
||||
title: "Multi-Payment Support",
|
||||
subtitle: "Cash, Card, UPI, Wallet, and split payments",
|
||||
description:
|
||||
"Accept all payment methods your customers prefer. Support cash transactions, credit/debit cards, digital wallets, and split payments between multiple customers.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/luxurious-boardroom-space-within-multinational-company-used-meetings_482257-124520.jpg?_wi=1",
|
||||
},
|
||||
tag: "Secure & Flexible", title: "Multi-Payment Support", subtitle: "Cash, Card, UPI, Wallet, and split payments", description:
|
||||
"Accept all payment methods your customers prefer. Support cash transactions, credit/debit cards, digital wallets, and split payments between multiple customers.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/luxurious-boardroom-space-within-multinational-company-used-meetings_482257-124520.jpg"},
|
||||
{
|
||||
id: 4,
|
||||
tag: "Comprehensive",
|
||||
title: "Advanced Analytics",
|
||||
subtitle: "Daily, weekly, and monthly sales reports",
|
||||
description:
|
||||
"Generate detailed sales reports by category, time period, and payment method. Export data as CSV or PDF for accounting and business analysis.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-accounting-sales-statistics-computer-display_482257-122982.jpg?_wi=1",
|
||||
},
|
||||
tag: "Comprehensive", title: "Advanced Analytics", subtitle: "Daily, weekly, and monthly sales reports", description:
|
||||
"Generate detailed sales reports by category, time period, and payment method. Export data as CSV or PDF for accounting and business analysis.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-accounting-sales-statistics-computer-display_482257-122982.jpg"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
buttons={[{ text: "Explore All Features", href: "/" }]}
|
||||
buttons={[{ text: "Explore All Features", href: "#pricing" }]}
|
||||
buttonAnimation="slide-up"
|
||||
ariaLabel="Feature overview section"
|
||||
className="py-24"
|
||||
@@ -180,33 +148,17 @@ export default function HomePage() {
|
||||
tag="Dashboard Highlights"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Daily Sales Summary",
|
||||
price: "Real-Time",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-accounting-sales-statistics-computer-display_482257-122982.jpg?_wi=2",
|
||||
},
|
||||
id: "1", name: "Daily Sales Summary", price: "Real-Time", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-accounting-sales-statistics-computer-display_482257-122982.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Total Orders Tracking",
|
||||
price: "Live Count",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/cropped-business-executive-using-wireless-device-cafe_1098-19143.jpg?_wi=1",
|
||||
},
|
||||
id: "2", name: "Total Orders Tracking", price: "Live Count", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/cropped-business-executive-using-wireless-device-cafe_1098-19143.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Revenue Overview",
|
||||
price: "Instant View",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/luxurious-boardroom-space-within-multinational-company-used-meetings_482257-124520.jpg?_wi=2",
|
||||
},
|
||||
id: "3", name: "Revenue Overview", price: "Instant View", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/luxurious-boardroom-space-within-multinational-company-used-meetings_482257-124520.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Best-Selling Items",
|
||||
price: "Top 10",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-accounting-sales-statistics-computer-display_482257-122982.jpg?_wi=3",
|
||||
},
|
||||
id: "4", name: "Best-Selling Items", price: "Top 10", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-accounting-sales-statistics-computer-display_482257-122982.jpg"},
|
||||
]}
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
animationType="slide-up"
|
||||
@@ -223,10 +175,10 @@ export default function HomePage() {
|
||||
description="Process orders in seconds with category-based filtering, special instructions, and instant cart management. Modify quantities, apply discounts, and calculate tax automatically."
|
||||
tag="Order Processing"
|
||||
tagIcon={ShoppingCart}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cropped-business-executive-using-wireless-device-cafe_1098-19143.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cropped-business-executive-using-wireless-device-cafe_1098-19143.jpg"
|
||||
imageAlt="Order management interface"
|
||||
useInvertedBackground={false}
|
||||
buttons={[{ text: "Learn More", href: "/" }]}
|
||||
buttons={[{ text: "Learn More", href: "#" }]}
|
||||
buttonAnimation="slide-up"
|
||||
ariaLabel="Order management section"
|
||||
className="py-24"
|
||||
@@ -241,47 +193,17 @@ export default function HomePage() {
|
||||
tagIcon={TrendingUp}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Order Processing Speed",
|
||||
subtitle: "Average time per transaction",
|
||||
category: "Operations",
|
||||
value: "8 seconds",
|
||||
},
|
||||
id: "1", title: "Order Processing Speed", subtitle: "Average time per transaction", category: "Operations", value: "8 seconds"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Inventory Accuracy",
|
||||
subtitle: "Real-time tracking precision",
|
||||
category: "Management",
|
||||
value: "99.8%",
|
||||
},
|
||||
id: "2", title: "Inventory Accuracy", subtitle: "Real-time tracking precision", category: "Management", value: "99.8%"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Payment Success Rate",
|
||||
subtitle: "Secure transaction processing",
|
||||
category: "Security",
|
||||
value: "99.95%",
|
||||
},
|
||||
id: "3", title: "Payment Success Rate", subtitle: "Secure transaction processing", category: "Security", value: "99.95%"},
|
||||
{
|
||||
id: "4",
|
||||
title: "User Adoption",
|
||||
subtitle: "Staff training completion",
|
||||
category: "Team",
|
||||
value: "2 hours",
|
||||
},
|
||||
id: "4", title: "User Adoption", subtitle: "Staff training completion", category: "Team", value: "2 hours"},
|
||||
{
|
||||
id: "5",
|
||||
title: "System Uptime",
|
||||
subtitle: "Availability guarantee",
|
||||
category: "Reliability",
|
||||
value: "99.99%",
|
||||
},
|
||||
id: "5", title: "System Uptime", subtitle: "Availability guarantee", category: "Reliability", value: "99.99%"},
|
||||
{
|
||||
id: "6",
|
||||
title: "Revenue Increase",
|
||||
subtitle: "Average first-year growth",
|
||||
category: "Business",
|
||||
value: "+23%",
|
||||
},
|
||||
id: "6", title: "Revenue Increase", subtitle: "Average first-year growth", category: "Business", value: "+23%"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -299,89 +221,35 @@ export default function HomePage() {
|
||||
tagIcon={MessageCircle}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Johnson, Owner of Brew Haven",
|
||||
date: "Date: January 15, 2025",
|
||||
title: "Absolutely transformed our operations!",
|
||||
quote:
|
||||
"CaféPOS cut our order processing time in half. Our staff loves how intuitive the interface is, and the inventory tracking has saved us thousands in waste. Couldn't imagine running our café without it now.",
|
||||
tag: "Pro Plan",
|
||||
avatarSrc:
|
||||
"http://img.b2bpic.net/free-photo/smiling-happy-business-woman-posing-her-own-coffee-shop_1163-1790.jpg",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-accounting-sales-statistics-computer-display_482257-122982.jpg?_wi=4",
|
||||
avatarAlt: "Sarah Johnson",
|
||||
},
|
||||
id: "1", name: "Sarah Johnson, Owner of Brew Haven", date: "Date: January 15, 2025", title: "Absolutely transformed our operations!", quote:
|
||||
"CaféPOS cut our order processing time in half. Our staff loves how intuitive the interface is, and the inventory tracking has saved us thousands in waste. Couldn't imagine running our café without it now.", tag: "Pro Plan", avatarSrc:
|
||||
"http://img.b2bpic.net/free-photo/smiling-happy-business-woman-posing-her-own-coffee-shop_1163-1790.jpg", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-accounting-sales-statistics-computer-display_482257-122982.jpg", avatarAlt: "Sarah Johnson"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Marcus Chen, Manager of Urban Coffee Co.",
|
||||
date: "Date: December 28, 2024",
|
||||
title: "Best investment for our café",
|
||||
quote:
|
||||
"The real-time analytics give us insights we never had before. We can see exactly which items sell best at different times of day. Customer service improved dramatically because we're never out of stock unexpectedly.",
|
||||
tag: "Enterprise Plan",
|
||||
avatarSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-female-barista-standing-inside-coffee-counter_93675-134691.jpg",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/cropped-business-executive-using-wireless-device-cafe_1098-19143.jpg?_wi=3",
|
||||
avatarAlt: "Marcus Chen",
|
||||
},
|
||||
id: "2", name: "Marcus Chen, Manager of Urban Coffee Co.", date: "Date: December 28, 2024", title: "Best investment for our café", quote:
|
||||
"The real-time analytics give us insights we never had before. We can see exactly which items sell best at different times of day. Customer service improved dramatically because we're never out of stock unexpectedly.", tag: "Enterprise Plan", avatarSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-female-barista-standing-inside-coffee-counter_93675-134691.jpg", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/cropped-business-executive-using-wireless-device-cafe_1098-19143.jpg", avatarAlt: "Marcus Chen"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emma Rodriguez, Founder of The Daily Cup",
|
||||
date: "Date: December 10, 2024",
|
||||
title: "Simple, powerful, and affordable",
|
||||
quote:
|
||||
"As a small café startup, we needed something that wouldn't break the bank but would still be professional. CaféPOS is exactly that. The support team is incredibly responsive when we have questions.",
|
||||
tag: "Basic Plan",
|
||||
avatarSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1681.jpg",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/luxurious-boardroom-space-within-multinational-company-used-meetings_482257-124520.jpg?_wi=3",
|
||||
avatarAlt: "Emma Rodriguez",
|
||||
},
|
||||
id: "3", name: "Emma Rodriguez, Founder of The Daily Cup", date: "Date: December 10, 2024", title: "Simple, powerful, and affordable", quote:
|
||||
"As a small café startup, we needed something that wouldn't break the bank but would still be professional. CaféPOS is exactly that. The support team is incredibly responsive when we have questions.", tag: "Basic Plan", avatarSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1681.jpg", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/luxurious-boardroom-space-within-multinational-company-used-meetings_482257-124520.jpg", avatarAlt: "Emma Rodriguez"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Kim, Owner of Seoul Café Group",
|
||||
date: "Date: November 5, 2024",
|
||||
title: "Perfect for multi-location operations",
|
||||
quote:
|
||||
"Managing three locations used to be a nightmare. Now I can monitor all of them from one dashboard. Sales comparison between locations, unified inventory—this is a game-changer for café chains.",
|
||||
tag: "Enterprise Plan",
|
||||
avatarSrc:
|
||||
"http://img.b2bpic.net/free-photo/happy-african-american-professional-manager-smiling-looking-camera-headshot-portrait_1163-5134.jpg",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-accounting-sales-statistics-computer-display_482257-122982.jpg?_wi=5",
|
||||
avatarAlt: "David Kim",
|
||||
},
|
||||
id: "4", name: "David Kim, Owner of Seoul Café Group", date: "Date: November 5, 2024", title: "Perfect for multi-location operations", quote:
|
||||
"Managing three locations used to be a nightmare. Now I can monitor all of them from one dashboard. Sales comparison between locations, unified inventory—this is a game-changer for café chains.", tag: "Enterprise Plan", avatarSrc:
|
||||
"http://img.b2bpic.net/free-photo/happy-african-american-professional-manager-smiling-looking-camera-headshot-portrait_1163-5134.jpg", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-accounting-sales-statistics-computer-display_482257-122982.jpg", avatarAlt: "David Kim"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Lisa Thompson, Café Manager at Peak Hours",
|
||||
date: "Date: October 20, 2024",
|
||||
title: "Staff adoption was immediate",
|
||||
quote:
|
||||
"We were worried about training, but honestly, the interface is so intuitive that everyone figured it out in their first shift. That speaks volumes about the UX design.",
|
||||
tag: "Pro Plan",
|
||||
avatarSrc:
|
||||
"http://img.b2bpic.net/free-photo/smiling-happy-business-woman-posing-her-own-coffee-shop_1163-1790.jpg",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/cropped-business-executive-using-wireless-device-cafe_1098-19143.jpg?_wi=4",
|
||||
avatarAlt: "Lisa Thompson",
|
||||
},
|
||||
id: "5", name: "Lisa Thompson, Café Manager at Peak Hours", date: "Date: October 20, 2024", title: "Staff adoption was immediate", quote:
|
||||
"We were worried about training, but honestly, the interface is so intuitive that everyone figured it out in their first shift. That speaks volumes about the UX design.", tag: "Pro Plan", avatarSrc:
|
||||
"http://img.b2bpic.net/free-photo/smiling-happy-business-woman-posing-her-own-coffee-shop_1163-1790.jpg", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/cropped-business-executive-using-wireless-device-cafe_1098-19143.jpg", avatarAlt: "Lisa Thompson"},
|
||||
{
|
||||
id: "6",
|
||||
name: "James Wilson, Operations Lead at Café Connect",
|
||||
date: "Date: September 12, 2024",
|
||||
title: "Exceptional reliability and support",
|
||||
quote:
|
||||
"We've never experienced downtime. The system just works. And when we need support, the team is there within minutes. That reliability is invaluable for a business running on tight margins.",
|
||||
tag: "Enterprise Plan",
|
||||
avatarSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/luxurious-boardroom-space-within-multinational-company-used-meetings_482257-124520.jpg?_wi=4",
|
||||
avatarAlt: "James Wilson",
|
||||
},
|
||||
id: "6", name: "James Wilson, Operations Lead at Café Connect", date: "Date: September 12, 2024", title: "Exceptional reliability and support", quote:
|
||||
"We've never experienced downtime. The system just works. And when we need support, the team is there within minutes. That reliability is invaluable for a business running on tight margins.", tag: "Enterprise Plan", avatarSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/luxurious-boardroom-space-within-multinational-company-used-meetings_482257-124520.jpg", avatarAlt: "James Wilson"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
|
||||
@@ -18,39 +18,35 @@ const navItems = [
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Product",
|
||||
items: [
|
||||
{ label: "Features", href: "/" },
|
||||
title: "Product", items: [
|
||||
{ label: "Features", href: "#features" },
|
||||
{ label: "Pricing", href: "/pricing" },
|
||||
{ label: "Dashboard", href: "/" },
|
||||
{ label: "Security", href: "/" },
|
||||
{ label: "Dashboard", href: "#dashboard" },
|
||||
{ label: "Security", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{ label: "About Us", href: "/" },
|
||||
{ label: "Blog", href: "/" },
|
||||
{ label: "Careers", href: "/" },
|
||||
{ label: "Contact", href: "/" },
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Blog", href: "/blog" },
|
||||
{ label: "Careers", href: "/careers" },
|
||||
{ label: "Contact", href: "/contact" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
{ label: "Help Center", href: "/" },
|
||||
{ label: "Documentation", href: "/" },
|
||||
{ label: "API Reference", href: "/" },
|
||||
{ label: "Community", href: "/" },
|
||||
title: "Support", items: [
|
||||
{ label: "Help Center", href: "/help" },
|
||||
{ label: "Documentation", href: "/docs" },
|
||||
{ label: "API Reference", href: "/api" },
|
||||
{ label: "Community", href: "/community" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{ label: "Privacy Policy", href: "/" },
|
||||
{ label: "Terms of Service", href: "/" },
|
||||
{ label: "Cookie Policy", href: "/" },
|
||||
{ label: "Security Policy", href: "/" },
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Cookie Policy", href: "#" },
|
||||
{ label: "Security Policy", href: "#" },
|
||||
],
|
||||
},
|
||||
];
|
||||
@@ -74,9 +70,7 @@ export default function PricingPage() {
|
||||
brandName="CaféPOS"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Get Started",
|
||||
href: "https://cafepossystem.com/signup",
|
||||
}}
|
||||
text: "Get Started", href: "https://cafepossystem.com/signup"}}
|
||||
buttonClassName="px-6 py-3 text-sm font-semibold rounded-lg hover:shadow-lg transition-all"
|
||||
buttonTextClassName="font-semibold"
|
||||
/>
|
||||
@@ -90,73 +84,28 @@ export default function PricingPage() {
|
||||
tagIcon={DollarSign}
|
||||
plans={[
|
||||
{
|
||||
id: "basic",
|
||||
badge: "Best for Startups",
|
||||
price: "$99/month",
|
||||
subtitle: "Perfect for small cafés",
|
||||
buttons: [
|
||||
id: "basic", badge: "Best for Startups", price: "$99/month", subtitle: "Perfect for small cafés", buttons: [
|
||||
{
|
||||
text: "Start Free Trial",
|
||||
href: "https://cafepossystem.com/trial",
|
||||
},
|
||||
text: "Start Free Trial", href: "https://cafepossystem.com/trial"},
|
||||
],
|
||||
features: [
|
||||
"1 Terminal",
|
||||
"Basic Dashboard",
|
||||
"5 Meal Categories",
|
||||
"Cash & Card Payments",
|
||||
"Manual Inventory Tracking",
|
||||
"Daily Sales Reports",
|
||||
"Email Support",
|
||||
],
|
||||
"1 Terminal", "Basic Dashboard", "5 Meal Categories", "Cash & Card Payments", "Manual Inventory Tracking", "Daily Sales Reports", "Email Support"],
|
||||
},
|
||||
{
|
||||
id: "pro",
|
||||
badge: "Most Popular",
|
||||
price: "$249/month",
|
||||
subtitle: "For growing cafés",
|
||||
buttons: [
|
||||
id: "pro", badge: "Most Popular", price: "$249/month", subtitle: "For growing cafés", buttons: [
|
||||
{
|
||||
text: "Start Free Trial",
|
||||
href: "https://cafepossystem.com/trial",
|
||||
},
|
||||
text: "Start Free Trial", href: "https://cafepossystem.com/trial"},
|
||||
],
|
||||
features: [
|
||||
"3 Terminals",
|
||||
"Advanced Dashboard",
|
||||
"Unlimited Categories",
|
||||
"Multi-Payment Support",
|
||||
"Real-Time Inventory",
|
||||
"Weekly Analytics",
|
||||
"Table Management",
|
||||
"User Roles (Admin/Cashier)",
|
||||
"Priority Support",
|
||||
],
|
||||
"3 Terminals", "Advanced Dashboard", "Unlimited Categories", "Multi-Payment Support", "Real-Time Inventory", "Weekly Analytics", "Table Management", "User Roles (Admin/Cashier)", "Priority Support"],
|
||||
},
|
||||
{
|
||||
id: "enterprise",
|
||||
badge: "For Large Chains",
|
||||
price: "$599/month",
|
||||
subtitle: "Unlimited power",
|
||||
buttons: [
|
||||
id: "enterprise", badge: "For Large Chains", price: "$599/month", subtitle: "Unlimited power", buttons: [
|
||||
{
|
||||
text: "Contact Sales",
|
||||
href: "https://cafepossystem.com/contact",
|
||||
},
|
||||
text: "Contact Sales", href: "https://cafepossystem.com/contact"},
|
||||
],
|
||||
features: [
|
||||
"Unlimited Terminals",
|
||||
"Full Suite Access",
|
||||
"Unlimited Categories",
|
||||
"All Payment Methods",
|
||||
"Ingredient-Level Tracking",
|
||||
"Complete Analytics Suite",
|
||||
"Multi-Location Support",
|
||||
"All User Roles",
|
||||
"Dedicated Account Manager",
|
||||
"Cloud Backup",
|
||||
"API Access",
|
||||
],
|
||||
"Unlimited Terminals", "Full Suite Access", "Unlimited Categories", "All Payment Methods", "Ingredient-Level Tracking", "Complete Analytics Suite", "Multi-Location Support", "All User Roles", "Dedicated Account Manager", "Cloud Backup", "API Access"],
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -174,7 +123,7 @@ export default function PricingPage() {
|
||||
description="Join hundreds of café owners who've transformed their operations. Subscribe to our newsletter for tips, updates, and exclusive offers."
|
||||
tagIcon={Mail}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "circleGradient" }}
|
||||
background={{ variant: "downward-rays-static" }}
|
||||
useInvertedBackground={false}
|
||||
inputPlaceholder="your@cafeemail.com"
|
||||
buttonText="Subscribe"
|
||||
|
||||
Reference in New Issue
Block a user