Merge version_2 into main #3

Merged
bender merged 2 commits from version_2 into main 2026-03-08 22:58:27 +00:00
2 changed files with 4 additions and 1422 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -83,11 +83,12 @@ export default function LandingPage() {
<div id="about" data-section="about">
<TextAbout
tag="A Local Favorite Bakery"
tag="Family-Owned Since 2010"
title="Drâa Boulangerie & Pâtisserie is a beloved bakery in Ouarzazate known for its fresh croissants, traditional Moroccan cookies, and delicious pastries. Our team prepares baked goods every day using high-quality ingredients and traditional recipes. Perfect for breakfast, desserts, and sweet treats to share with family and friends."
useInvertedBackground={true}
buttons={[
{ text: "Order Now", href: "tel:+212654818683" }
{ text: "Order Now", href: "tel:+212654818683" },
{ text: "See Our Story", href: "#about" }
]}
/>
</div>
@@ -156,4 +157,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}