Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-17 00:15:02 +00:00

View File

@@ -19,7 +19,7 @@ export default function LandingPage() {
borderRadius="soft"
contentWidth="mediumLarge"
sizing="largeSmall"
background="noise"
background="circleGradient"
cardStyle="solid"
primaryButtonStyle="gradient"
secondaryButtonStyle="radial-glow"
@@ -45,7 +45,7 @@ export default function LandingPage() {
<HeroBillboard
title="Premium Artisan Bakery"
description="Experience the finest baked goods crafted with 100% organic ingredients and uncompromising cleanliness standards. Every loaf, pastry, and dessert is a testament to our commitment to quality and your family's wellbeing."
background={{ variant: "noise" }}
background={{ variant: "plain" }}
tag="Freshly Baked Daily"
tagIcon={Sparkles}
tagAnimation="slide-up"
@@ -98,11 +98,11 @@ export default function LandingPage() {
features={[
{
id: "sourcing", title: "Ethical Ingredient Sourcing", tags: ["Organic", "Fair Trade", "Sustainable"],
imageSrc: "http://img.b2bpic.net/free-photo/close-up-selective-focus-two-hands-beautiful-asian-young-woman-farmer-holding-organic-rice_1150-54131.jpg?_wi=1", imageAlt: "Premium Organic Baking Ingredients"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-selective-focus-two-hands-beautiful-asian-young-woman-farmer-holding-organic-rice_1150-54131.jpg", imageAlt: "Premium Organic Baking Ingredients"
},
{
id: "hygiene", title: "Daily Hygiene Protocols", tags: ["Certified", "Inspected", "Safe"],
imageSrc: "http://img.b2bpic.net/free-photo/close-up-selective-focus-two-hands-beautiful-asian-young-woman-farmer-holding-organic-rice_1150-54131.jpg?_wi=2", imageAlt: "Clean Professional Bakery Facility"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-selective-focus-two-hands-beautiful-asian-young-woman-farmer-holding-organic-rice_1150-54131.jpg", imageAlt: "Clean Professional Bakery Facility"
}
]}
animationType="slide-up"