Merge version_3 into main #4

Merged
bender merged 2 commits from version_3 into main 2026-03-08 23:03:11 +00:00
2 changed files with 1398 additions and 2 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -43,8 +43,9 @@ export default function LandingPage() {
<HeroSplitKpi
title="Fresh Bread & Delicious Pastries in Ouarzazate"
description="Traditional Moroccan sweets and freshly baked pastries made daily. From aromatic croissants to authentic sablés, we craft every item with quality ingredients and time-honored recipes."
tag="Local Bakery Since 2010"
tag="Fresh Daily • Made In-House"
tagIcon={Sparkles}
tagAnimation="slide-up"
background={{ variant: "animated-grid" }}
kpis={[
{ value: "5.0★", label: "Customer Rating" },
@@ -157,4 +158,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}