3 Commits

Author SHA1 Message Date
e500bc1cb3 Update src/app/page.tsx 2026-03-08 23:03:07 +00:00
abb45705a2 Update src/app/layout.tsx 2026-03-08 23:03:07 +00:00
a0c0373271 Merge version_2 into main
Merge version_2 into main
2026-03-08 22:58:26 +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>
);
}
}