Merge version_1 into main #1
@@ -1,6 +1,6 @@
|
||||
"use client";
|
||||
|
||||
import { ChefHat, Heart, Bag, Truck, Utensils, MapPin, Star, UtensilsCrossed } from "lucide-react";
|
||||
import { ChefHat, Heart, ShoppingBag, Truck, Utensils, MapPin, Star, UtensilsCrossed, Home } from "lucide-react";
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleApple";
|
||||
import HeroBillboardDashboard from "@/components/sections/hero/HeroBillboardDashboard";
|
||||
@@ -19,7 +19,7 @@ export default function LandingPage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="smallMedium"
|
||||
sizing="largeSmall"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="soft-shadow"
|
||||
primaryButtonStyle="shadow"
|
||||
secondaryButtonStyle="solid"
|
||||
@@ -50,18 +50,18 @@ export default function LandingPage() {
|
||||
{ text: "Zamów Online", href: "#contact" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "plain" }}
|
||||
dashboard={{
|
||||
title: "Bar U Justyny - Ursynów", logoIcon: MapPin,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/azerbaijani-meat-stew-piti-with-yogurt-wooden-board_114579-4556.jpg", searchPlaceholder: "Szukaj potraw...", sidebarItems: [
|
||||
{ icon: Utensils, active: true },
|
||||
{ icon: Home, active: true },
|
||||
{ icon: Utensils },
|
||||
{ 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: Bag, title: "Takeaway", status: "Dostępne" },
|
||||
{ icon: ShoppingBag, title: "Takeaway", status: "Dostępne" },
|
||||
{ icon: Truck, title: "Dostarczamy", status: "Aktywne" }
|
||||
],
|
||||
buttons: [
|
||||
|
||||
Reference in New Issue
Block a user