3 Commits

Author SHA1 Message Date
7b85d0e8ec Update src/app/page.tsx 2026-06-10 06:10:51 +00:00
eb44472139 Merge version_2 into main
Merge version_2 into main
2026-06-10 06:09:44 +00:00
d72d3326c1 Merge version_2 into main
Merge version_2 into main
2026-06-10 06:09:01 +00:00

View File

@@ -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() {
</ReactLenis>
</ThemeProvider>
);
}
}