Update src/app/page.tsx

This commit is contained in:
2026-06-03 14:38:24 +00:00
parent 7b29613610
commit d55799c1ba

View File

@@ -100,14 +100,15 @@ export default function LandingPage() {
heading={[
{
type: "text", content: "قصتنا: شغف مغربي يلتقي بالجودة العالمية"},
{
type: "image", src: "http://img.b2bpic.net/free-photo/realistic-scene-from-neighborhood-yard-sale-miscellaneous-items_23-2151238349.jpg", alt: "Moroccan artisan crafting a product"
}
]}
buttons={[
{
text: "اكتشف المزيد"},
text: "اكتشف المزيد"}
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/realistic-scene-from-neighborhood-yard-sale-miscellaneous-items_23-2151238349.jpg"
imageAlt="Moroccan artisan crafting a product"
/>
</div>