Merge version_1 into main #1
@@ -1,6 +1,6 @@
|
||||
"use client"
|
||||
"use client";
|
||||
|
||||
import { ArrowLeftRight, Bread, Cake, ChefHat, CircleDollarSign, Clock, Croissant, Gift, Heart, Hexagon, House, Leaf, Mail, MessageSquareText, Package, Send, Settings, Sparkles, Star, Users } from "lucide-react";
|
||||
import { ArrowLeftRight, Wheat, Cake, ChefHat, CircleDollarSign, Clock, Croissant, Gift, Heart, Hexagon, House, Leaf, Mail, MessageSquareText, Package, Send, Settings, Sparkles, Star, Users } from "lucide-react";
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import HeroBillboardDashboard from '@/components/sections/hero/HeroBillboardDashboard';
|
||||
@@ -93,7 +93,7 @@ export default function BakeryPage() {
|
||||
title: "Almond Croissants", status: "Just baked"
|
||||
},
|
||||
{
|
||||
icon: Bread,
|
||||
icon: Wheat,
|
||||
title: "Sourdough Loaves", status: "Available now"
|
||||
}
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user