diff --git a/src/app/page.tsx b/src/app/page.tsx index a3455da..a067026 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -75,7 +75,7 @@ export default function LandingPage() { buttonAnimation="slide-up" avatars={[]} avatarText="+100 عميل سعيد" - imageSrc={undefined} + imageSrc={"https://images.unsplash.com/photo-1507914486512-870631c0ae5e?q=80&w=2070&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D"} imageAlt="مقهى هادئ ومريح" showBlur={true} textPosition="bottom" @@ -266,4 +266,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file