Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e5dfc3638a | |||
| 328a18aae1 | |||
| 7616131862 | |||
| 199712d97f |
@@ -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}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user