Merge version_1 into main #1
@@ -20,7 +20,7 @@ export default function LandingPage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="medium"
|
||||
sizing="mediumSizeLargeTitles"
|
||||
background="floatingGradient"
|
||||
background="circleGradient"
|
||||
cardStyle="inset"
|
||||
primaryButtonStyle="double-inset"
|
||||
secondaryButtonStyle="glass"
|
||||
@@ -44,7 +44,7 @@ export default function LandingPage() {
|
||||
<HeroLogoBillboardSplit
|
||||
logoText="Lucky Treats"
|
||||
description="Handcrafted bakery goods made with love and the finest ingredients. From artisanal sourdough to delicate pastries, every bite tells a story of tradition and passion."
|
||||
background={{ variant: "floatingGradient" }}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
buttons={[
|
||||
{ text: "Order Today", href: "#contact" },
|
||||
{ text: "Learn Our Story", href: "#about" },
|
||||
@@ -53,7 +53,7 @@ export default function LandingPage() {
|
||||
imageSrc="http://img.b2bpic.net/free-photo/donut-tray_23-2147985155.jpg"
|
||||
imageAlt="Fresh artisanal bakery display"
|
||||
mediaAnimation="slide-up"
|
||||
buttonAnimation="entrance-slide"
|
||||
buttonAnimation="slide-up"
|
||||
frameStyle="card"
|
||||
/>
|
||||
</div>
|
||||
@@ -64,7 +64,7 @@ export default function LandingPage() {
|
||||
description={[
|
||||
"Lucky Treats began in our small kitchen with a dream to bring authentic, artisanal baked goods to our community. We believe that baking is both an art and a labor of love, and every product reflects our commitment to quality.", "We use only the finest ingredients sourced locally whenever possible. Our team of experienced bakers wakes up early every morning to ensure your treats are fresh, delicious, and made with care. From traditional recipes passed down through generations to innovative creations, we offer something for everyone.", "Whether you're looking for your daily bread, a celebration cake, or treats for a special occasion, Lucky Treats is here to make your moments sweeter."]}
|
||||
buttons={[{ text: "View Our Menu", href: "#products" }]}
|
||||
buttonAnimation="entrance-slide"
|
||||
buttonAnimation="slide-up"
|
||||
showBorder={true}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
@@ -204,8 +204,8 @@ export default function LandingPage() {
|
||||
title="Get Fresh Updates"
|
||||
description="Subscribe to our newsletter for weekly specials, new menu items, and exclusive offers. Be the first to know about our latest creations."
|
||||
tagIcon={Mail}
|
||||
tagAnimation="entrance-slide"
|
||||
background={{ variant: "floatingGradient" }}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "radial-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-puts-cinnabon-plate-family-party_169016-45009.jpg"
|
||||
imageAlt="Lucky Treats bakery interior"
|
||||
|
||||
Reference in New Issue
Block a user