Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5adba0aaaf | |||
| 3170e64a30 | |||
| 0b4d944810 | |||
| e3ead7a551 | |||
| 0a7635f1a0 | |||
| 555b4ff140 | |||
| 8a8337d63d |
@@ -10,7 +10,7 @@ import MediaAbout from "@/components/sections/about/MediaAbout";
|
|||||||
import MetricCardTen from "@/components/sections/metrics/MetricCardTen";
|
import MetricCardTen from "@/components/sections/metrics/MetricCardTen";
|
||||||
import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive";
|
import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive";
|
||||||
import FooterBaseCard from "@/components/sections/footer/FooterBaseCard";
|
import FooterBaseCard from "@/components/sections/footer/FooterBaseCard";
|
||||||
import { Zap, ShoppingCart, DollarSign, TrendingUp, MessageCircle, Mail } from "lucide-react";
|
import { Zap, ShoppingCart, DollarSign, TrendingUp, MessageCircle, Mail, Coffee, Clock, Shield } from "lucide-react";
|
||||||
|
|
||||||
const navItems = [
|
const navItems = [
|
||||||
{ name: "Dashboard", id: "dashboard" },
|
{ name: "Dashboard", id: "dashboard" },
|
||||||
@@ -101,6 +101,12 @@ export default function HomePage() {
|
|||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
ariaLabel="Hero section for café POS system"
|
ariaLabel="Hero section for café POS system"
|
||||||
className="py-24 md:py-32"
|
className="py-24 md:py-32"
|
||||||
|
marqueeItems={[
|
||||||
|
{ type: "text-icon", text: "500+ Cafés", icon: Coffee },
|
||||||
|
{ type: "text-icon", text: "99.99% Uptime", icon: Shield },
|
||||||
|
{ type: "text-icon", text: "24/7 Support", icon: Clock },
|
||||||
|
]}
|
||||||
|
showMarqueeCard={true}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -216,7 +222,7 @@ export default function HomePage() {
|
|||||||
<div id="testimonials" data-section="testimonials">
|
<div id="testimonials" data-section="testimonials">
|
||||||
<TestimonialCardFive
|
<TestimonialCardFive
|
||||||
title="What Café Owners Are Saying"
|
title="What Café Owners Are Saying"
|
||||||
description="Real feedback from businesses using CaféPOS to streamline operations."
|
description="Real feedback from businesses across all pricing tiers—from Basic to Enterprise plans—proving CaféPOS delivers value for operations of every size. Whether you're a solo café or managing multiple locations, our customers at every level report significant operational improvements and increased profitability."
|
||||||
tag="Customer Testimonials"
|
tag="Customer Testimonials"
|
||||||
tagIcon={MessageCircle}
|
tagIcon={MessageCircle}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
|
|||||||
Reference in New Issue
Block a user