Merge version_2 into main #3
1419
src/app/layout.tsx
1419
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user