feat: update landing page icons for retail, gastronomy, and hybrid modules
All checks were successful
Staging Build / build (push) Successful in 2m40s
All checks were successful
Staging Build / build (push) Successful in 2m40s
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { Button } from '@/components/ui/button'
|
||||
import Link from 'next/link'
|
||||
import { Shield, Cpu, ArrowRight, Key, Zap, CheckCircle2 } from 'lucide-react'
|
||||
import { ArrowRight, CheckCircle2, ShoppingCart, Utensils, Layers } from 'lucide-react'
|
||||
import { Navbar } from '@/components/Navbar'
|
||||
|
||||
export default function Home() {
|
||||
@@ -48,7 +48,7 @@ export default function Home() {
|
||||
{/* Modul 1 */}
|
||||
<div className="flex flex-col items-center space-y-4 text-center p-6 rounded-2xl border border-slate-200 dark:border-white/5 bg-white dark:bg-slate-900/50 shadow-sm">
|
||||
<div className="p-3 bg-blue-600/10 rounded-xl">
|
||||
<Cpu className="h-8 w-8 text-blue-600 dark:text-blue-500" />
|
||||
<ShoppingCart className="h-8 w-8 text-blue-600 dark:text-blue-500" />
|
||||
</div>
|
||||
<h3 className="text-xl font-bold">Handel & ERP</h3>
|
||||
<p className="text-slate-600 dark:text-slate-400">Erweiterungen für Handelskassen, Bestandsführung und vollwertige Warenwirtschaftssysteme (ERP).</p>
|
||||
@@ -57,7 +57,7 @@ export default function Home() {
|
||||
{/* Modul 2 */}
|
||||
<div className="flex flex-col items-center space-y-4 text-center p-6 rounded-2xl border border-slate-200 dark:border-white/5 bg-white dark:bg-slate-900/50 shadow-sm">
|
||||
<div className="p-3 bg-blue-600/10 rounded-xl">
|
||||
<Zap className="h-8 w-8 text-blue-600 dark:text-blue-500" />
|
||||
<Utensils className="h-8 w-8 text-blue-600 dark:text-blue-500" />
|
||||
</div>
|
||||
<h3 className="text-xl font-bold">Gastronomie</h3>
|
||||
<p className="text-slate-600 dark:text-slate-400">Lizenzen für mobiles Bestellen (Orderman), digitale Küchen-Monitore und interaktive Abhol-Boards.</p>
|
||||
@@ -66,7 +66,7 @@ export default function Home() {
|
||||
{/* Modul 3 */}
|
||||
<div className="flex flex-col items-center space-y-4 text-center p-6 rounded-2xl border border-slate-200 dark:border-white/5 bg-white dark:bg-slate-900/50 shadow-sm">
|
||||
<div className="p-3 bg-blue-600/10 rounded-xl">
|
||||
<Shield className="h-8 w-8 text-blue-600 dark:text-blue-500" />
|
||||
<Layers className="h-8 w-8 text-blue-600 dark:text-blue-500" />
|
||||
</div>
|
||||
<h3 className="text-xl font-bold">Hybride Systeme</h3>
|
||||
<p className="text-slate-600 dark:text-slate-400">Das beste aus beiden Welten. Handel mit Gastronomie und umgekehrt. </p>
|
||||
|
||||
Reference in New Issue
Block a user