4 Commits

Author SHA1 Message Date
e5dfc3638a Update src/app/page.tsx 2026-03-11 13:25:53 +00:00
328a18aae1 Merge version_1 into main
Merge version_1 into main
2026-03-11 13:24:31 +00:00
7616131862 Merge version_1 into main
Merge version_1 into main
2026-03-11 13:24:06 +00:00
199712d97f Merge version_1 into main
Merge version_1 into main
2026-03-11 13:23:13 +00:00

View File

@@ -69,8 +69,13 @@ export default function LandingPage() {
<div id="about" data-section="about"> <div id="about" data-section="about">
<InlineImageSplitTextAbout <InlineImageSplitTextAbout
heading={[{ type: "text", content: "About Universal Bakery" }]} heading={[
buttons={[{ text: "Learn More", href: "#menu" }]} { 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" buttonAnimation="slide-up"
useInvertedBackground={false} useInvertedBackground={false}
/> />