Merge version_1 into main #2
@@ -1,6 +1,6 @@
|
||||
"use client";
|
||||
|
||||
import { ChefHat, Heart, ShoppingBag, Truck, Utensils, MapPin, Star, UtensilsCrossed, Home } from "lucide-react";
|
||||
import { ChefHat, Heart, ShoppingBag, Truck, Utensils, MapPin, Star, UtensilsCrossed, Home, ShoppingBag as Bag } from "lucide-react";
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleApple";
|
||||
import HeroBillboardDashboard from "@/components/sections/hero/HeroBillboardDashboard";
|
||||
@@ -59,9 +59,9 @@ export default function LandingPage() {
|
||||
{ icon: Star }
|
||||
],
|
||||
stats: [
|
||||
{ title: "Ocena", values: [4.5, 4.5, 4.5], description: "z 690 opinii" },
|
||||
{ title: "Ocena", values: ["4.5", "4.5", "4.5"], description: "z 690 opinii" },
|
||||
{ title: "Porcje", values: ["Duże", "Duże", "Duże"], description: "Zawsze hojne" },
|
||||
{ title: "Cena", values: [20, 30, 40], valueSuffix: " zł", description: "na osobę" }
|
||||
{ title: "Cena", values: ["20", "30", "40"], valueSuffix: " zł", description: "na osobę" }
|
||||
],
|
||||
chartTitle: "Popularne Potrawy", chartData: [
|
||||
{ value: 85 },
|
||||
@@ -72,7 +72,7 @@ export default function LandingPage() {
|
||||
],
|
||||
listTitle: "Serwisy Dostępne", listItems: [
|
||||
{ icon: Utensils, title: "Jedzenie na miejscu", status: "Czynne" },
|
||||
{ icon: ShoppingBag, title: "Takeaway", status: "Dostępne" },
|
||||
{ icon: Bag, title: "Takeaway", status: "Dostępne" },
|
||||
{ icon: Truck, title: "Dostarczamy", status: "Aktywne" }
|
||||
],
|
||||
buttons: [
|
||||
|
||||
Reference in New Issue
Block a user