Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-03-11 13:25:57 +00:00

View File

@@ -69,8 +69,13 @@ export default function LandingPage() {
<div id="about" data-section="about">
<InlineImageSplitTextAbout
heading={[{ type: "text", content: "About Universal Bakery" }]}
buttons={[{ text: "Learn More", href: "#menu" }]}
heading={[
{ type: "text", content: "At Universal Bakery, we believe baking is an art form infused with passion and tradition. For over a decade, we've been perfecting our craft, combining time-honored recipes with the finest ingredients to create moments of pure joy. Our dedicated team of bakers wakes up early every morning to ensure that each croissant is buttery-perfect, every cake is moist and flavorful, and every loaf of bread tells a story of quality and care." }
]}
buttons={[
{ text: "Learn More", href: "#menu" },
{ text: "View Menu", href: "#menu" }
]}
buttonAnimation="slide-up"
useInvertedBackground={false}
/>