Merge version_1 into main #1
@@ -1,6 +1,6 @@
|
||||
"use client";
|
||||
|
||||
import { Award, Bread, Cake, Croissant, Heart, HelpCircle, Home, Mail, Send, ShoppingBag, Sparkles, Star, UtensilsCrossed } from "lucide-react";
|
||||
import { Award, Cake, Croissant, Heart, HelpCircle, Home, Mail, Send, ShoppingBag, Sparkles, Star, UtensilsCrossed } from "lucide-react";
|
||||
import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered";
|
||||
import HeroBillboardDashboard from "@/components/sections/hero/HeroBillboardDashboard";
|
||||
import ProductCardThree from "@/components/sections/product/ProductCardThree";
|
||||
@@ -20,7 +20,7 @@ export default function SweetHavenBakery() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="smallMedium"
|
||||
sizing="largeSmallSizeLargeTitles"
|
||||
background="grid"
|
||||
background="circleGradient"
|
||||
cardStyle="layered-gradient"
|
||||
primaryButtonStyle="diagonal-gradient"
|
||||
secondaryButtonStyle="solid"
|
||||
@@ -41,7 +41,7 @@ export default function SweetHavenBakery() {
|
||||
|
||||
<div id="home" data-section="home">
|
||||
<HeroBillboardDashboard
|
||||
background={{ variant: "grid" }}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Fresh Baked Daily"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
@@ -84,7 +84,7 @@ export default function SweetHavenBakery() {
|
||||
listTitle: "Today's Highlights", listItems: [
|
||||
{ icon: Croissant, title: "Fresh Croissants", status: "In Stock" },
|
||||
{ icon: Cake, title: "Chocolate Layer Cake", status: "In Stock" },
|
||||
{ icon: Bread, title: "Sourdough Loaf", status: "Limited" },
|
||||
{ icon: UtensilsCrossed, title: "Sourdough Loaf", status: "Limited" },
|
||||
],
|
||||
}}
|
||||
/>
|
||||
@@ -221,7 +221,7 @@ export default function SweetHavenBakery() {
|
||||
{
|
||||
id: "5", title: "How far in advance should I order?", content: "We recommend ordering custom cakes and special requests 1-2 weeks in advance. Regular items are available daily, but calling ahead ensures your preferred selection is reserved."},
|
||||
{
|
||||
id: "6", title: "Do you accept special dietary requirements?", content: "Yes! We offer vegan, gluten-free, and sugar-free options. Let us know your requirements when ordering, and we'll prepare items with the same care and attention to detail."},
|
||||
id: "6", title: "Do you accept special dietary requirements?", content: "Yes! We offer vegan, gluten-free, and sugar-free options. Let us know your requirements when ordering, and we'll prepare items with the same care and attention to detail."}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user