|
|
|
|
@@ -29,13 +29,13 @@ export default function LandingPage() {
|
|
|
|
|
<div id="nav" data-section="nav">
|
|
|
|
|
<NavbarStyleCentered
|
|
|
|
|
navItems={[
|
|
|
|
|
{ name: "Home", id: "/" },
|
|
|
|
|
{ name: "Home", id: "home" },
|
|
|
|
|
{ name: "About", id: "about" },
|
|
|
|
|
{ name: "Products", id: "products" },
|
|
|
|
|
{ name: "Why Us", id: "features" },
|
|
|
|
|
{ name: "Contact", id: "contact" },
|
|
|
|
|
{ name: "Orders", id: "orders" },
|
|
|
|
|
]}
|
|
|
|
|
button={{ text: "Order Now", href: "contact" }}
|
|
|
|
|
button={{ text: "Order Now", href: "#contact" }}
|
|
|
|
|
brandName="Lucky Treats"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
@@ -46,8 +46,8 @@ export default function LandingPage() {
|
|
|
|
|
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: "radial-gradient" }}
|
|
|
|
|
buttons={[
|
|
|
|
|
{ text: "Order Today", href: "contact" },
|
|
|
|
|
{ text: "Learn Our Story", href: "about" },
|
|
|
|
|
{ text: "Get Fresh Treats Now", href: "#contact" },
|
|
|
|
|
{ text: "Learn Our Story", href: "#about" },
|
|
|
|
|
]}
|
|
|
|
|
layoutOrder="default"
|
|
|
|
|
imageSrc="http://img.b2bpic.net/free-photo/donut-tray_23-2147985155.jpg"
|
|
|
|
|
@@ -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" }]}
|
|
|
|
|
buttons={[{ text: "View Our Menu", href: "#products" }]}
|
|
|
|
|
buttonAnimation="slide-up"
|
|
|
|
|
showBorder={true}
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
@@ -89,7 +89,7 @@ export default function LandingPage() {
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "4", name: "Artisan Cookies", price: "$3.99", variant: "Box of 6 • Chocolate Chip • Sugar Cookies", imageSrc: "http://img.b2bpic.net/free-photo/small-stack-cookies-marble-surface_114579-25515.jpg", imageAlt: "Assorted artisan cookies"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
]}
|
|
|
|
|
gridVariant="two-columns-alternating-heights"
|
|
|
|
|
animationType="slide-up"
|
|
|
|
|
@@ -112,9 +112,9 @@ export default function LandingPage() {
|
|
|
|
|
items: [
|
|
|
|
|
{ icon: CheckCircle, text: "Organic and non-GMO where possible" },
|
|
|
|
|
{ icon: CheckCircle, text: "No artificial preservatives" },
|
|
|
|
|
{ icon: CheckCircle, text: "Locally sourced when available" }
|
|
|
|
|
{ icon: CheckCircle, text: "Locally sourced when available" },
|
|
|
|
|
],
|
|
|
|
|
reverse: false
|
|
|
|
|
reverse: false,
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "2", title: "Custom Orders", description: "Need something special for your event? Our talented bakers create custom cakes, cookies, and pastries tailored to your vision and dietary needs.", media: {
|
|
|
|
|
@@ -123,9 +123,9 @@ export default function LandingPage() {
|
|
|
|
|
items: [
|
|
|
|
|
{ icon: CheckCircle, text: "Personalized designs for celebrations" },
|
|
|
|
|
{ icon: CheckCircle, text: "Dietary accommodations available" },
|
|
|
|
|
{ icon: CheckCircle, text: "Professional consultation included" }
|
|
|
|
|
{ icon: CheckCircle, text: "Professional consultation included" },
|
|
|
|
|
],
|
|
|
|
|
reverse: true
|
|
|
|
|
reverse: true,
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "3", title: "Fresh Delivery", description: "Order online and have our fresh-baked treats delivered to your door. We ensure every box arrives in perfect condition, ready to enjoy.", media: {
|
|
|
|
|
@@ -134,10 +134,10 @@ export default function LandingPage() {
|
|
|
|
|
items: [
|
|
|
|
|
{ icon: CheckCircle, text: "Same-day delivery available" },
|
|
|
|
|
{ icon: CheckCircle, text: "Careful packaging and handling" },
|
|
|
|
|
{ icon: CheckCircle, text: "Track your order in real-time" }
|
|
|
|
|
{ icon: CheckCircle, text: "Track your order in real-time" },
|
|
|
|
|
],
|
|
|
|
|
reverse: false
|
|
|
|
|
}
|
|
|
|
|
reverse: false,
|
|
|
|
|
},
|
|
|
|
|
]}
|
|
|
|
|
textboxLayout="default"
|
|
|
|
|
animationType="slide-up"
|
|
|
|
|
@@ -155,33 +155,33 @@ export default function LandingPage() {
|
|
|
|
|
{
|
|
|
|
|
id: "1", badge: "Weekly Special", badgeIcon: TrendingUp,
|
|
|
|
|
price: "$24.99", subtitle: "Perfect for weekly treats", buttons: [
|
|
|
|
|
{ text: "Subscribe Now", href: "contact" },
|
|
|
|
|
{ text: "Learn More", href: "#" }
|
|
|
|
|
{ text: "Subscribe Now", href: "#contact" },
|
|
|
|
|
{ text: "Learn More", href: "#" },
|
|
|
|
|
],
|
|
|
|
|
features: [
|
|
|
|
|
"Fresh baked goods every Friday", "25% discount on regular prices", "Free delivery", "Customization options", "Cancel anytime"
|
|
|
|
|
]
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "2", badge: "Party Bundle", badgeIcon: Gift,
|
|
|
|
|
price: "$69.99", subtitle: "For celebrations and gatherings", buttons: [
|
|
|
|
|
{ text: "Order Now", href: "contact" },
|
|
|
|
|
{ text: "Customize", href: "#" }
|
|
|
|
|
{ text: "Order Now", href: "#contact" },
|
|
|
|
|
{ text: "Customize", href: "#" },
|
|
|
|
|
],
|
|
|
|
|
features: [
|
|
|
|
|
"Assorted pastries and breads", "Custom cake included", "Serves 15-20 people", "Free delivery", "Professional setup guidance"
|
|
|
|
|
]
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "3", badge: "Corporate Catering", badgeIcon: Briefcase,
|
|
|
|
|
price: "Custom Quote", subtitle: "For corporate events", buttons: [
|
|
|
|
|
{ text: "Get Quote", href: "contact" },
|
|
|
|
|
{ text: "Menu", href: "#" }
|
|
|
|
|
{ text: "Get Quote", href: "#contact" },
|
|
|
|
|
{ text: "Menu", href: "#" },
|
|
|
|
|
],
|
|
|
|
|
features: [
|
|
|
|
|
"Unlimited quantity options", "Dedicated baker consultation", "Custom branding available", "Professional delivery", "Volume discounts available"
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
]}
|
|
|
|
|
animationType="slide-up"
|
|
|
|
|
textboxLayout="default"
|
|
|
|
|
@@ -203,7 +203,7 @@ export default function LandingPage() {
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "4", name: "David Kim", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-bearded-man-white-shirt-jacket-posing-camera-with-broad-smile-isolated-gray_171337-629.jpg", imageAlt: "David Kim"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
]}
|
|
|
|
|
cardTitle="Over 2,000 satisfied customers trust Lucky Treats for their daily treats and special occasions"
|
|
|
|
|
cardTag="Customer Love"
|
|
|
|
|
@@ -237,36 +237,36 @@ export default function LandingPage() {
|
|
|
|
|
columns={[
|
|
|
|
|
{
|
|
|
|
|
title: "Company", items: [
|
|
|
|
|
{ label: "About Us", href: "about" },
|
|
|
|
|
{ label: "Our Story", href: "about" },
|
|
|
|
|
{ label: "About Us", href: "#about" },
|
|
|
|
|
{ label: "Our Story", href: "#about" },
|
|
|
|
|
{ label: "Careers", href: "#" },
|
|
|
|
|
{ label: "Blog", href: "#" }
|
|
|
|
|
]
|
|
|
|
|
{ label: "Blog", href: "#" },
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: "Products", items: [
|
|
|
|
|
{ label: "Breads", href: "products" },
|
|
|
|
|
{ label: "Pastries", href: "products" },
|
|
|
|
|
{ label: "Custom Orders", href: "contact" },
|
|
|
|
|
{ label: "Catering", href: "pricing" }
|
|
|
|
|
]
|
|
|
|
|
{ label: "Breads", href: "#products" },
|
|
|
|
|
{ label: "Pastries", href: "#products" },
|
|
|
|
|
{ label: "Custom Orders", href: "#contact" },
|
|
|
|
|
{ label: "Catering", href: "#pricing" },
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: "Support", items: [
|
|
|
|
|
{ label: "Contact Us", href: "contact" },
|
|
|
|
|
{ label: "Contact Us", href: "#contact" },
|
|
|
|
|
{ label: "FAQ", href: "#" },
|
|
|
|
|
{ label: "Delivery Info", href: "#" },
|
|
|
|
|
{ label: "Track Order", href: "#" }
|
|
|
|
|
]
|
|
|
|
|
{ label: "Track Order", href: "#" },
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: "Legal", items: [
|
|
|
|
|
{ label: "Privacy Policy", href: "#" },
|
|
|
|
|
{ label: "Terms of Service", href: "#" },
|
|
|
|
|
{ label: "Refund Policy", href: "#" },
|
|
|
|
|
{ label: "Accessibility", href: "#" }
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
{ label: "Accessibility", href: "#" },
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
]}
|
|
|
|
|
bottomLeftText="© 2025 Lucky Treats. All rights reserved."
|
|
|
|
|
bottomRightText="Made with love and flour"
|
|
|
|
|
|