Update src/app/page.tsx

This commit is contained in:
2026-06-10 20:14:08 +00:00
parent 6fa45d318f
commit 935f46b150

View File

@@ -89,7 +89,7 @@ export default function LandingPage() {
{ text: "اشترك الآن على واتساب", href: "https://whatsapp.com/channel/YOUR_CHANNEL_LINK_HERE" },
{ text: "اكتشف المزيد", href: "#about" }
]}
mediaAnimation="hover-magnetic"
mediaAnimation="reveal-blur"
imageSrc={getAssetUrl("hero-main")}
imageAlt={getAssetAlt("hero-main", "صورة خلفية ملهمة")}
imagePosition="right"
@@ -106,7 +106,7 @@ export default function LandingPage() {
{ title: "إلهام يومي", description: "جرعتك اليومية من الأمل والتفكير الإيجابي لتجميل يومك." },
{ title: "أثر دائم", description: "كلمات لا تُنسى تبقى في الذاكرة وتحدث فرقاً حقيقياً." }
]}
mediaAnimation="hover-magnetic"
mediaAnimation="reveal-blur"
textboxLayout="default"
useInvertedBackground={true}
imageSrc={getAssetUrl("about-image")}
@@ -171,7 +171,7 @@ export default function LandingPage() {
{ id: "q5", title: "هل يمكنني مشاركة المحتوى من القناة؟", content: "بالتأكيد! نشجعكم على مشاركة العبارات مع أصدقائكم وعائلاتكم لنشر الأثر الإيجابي لأثر لايزول." },
{ id: "q6", title: "من هو وديع مطر؟", content: "وديع مطر هو صاحب القناة والمبدع وراء العبارات والخواطر التي تلامس القلوب، يسعى لنشر الإيجابية والأثر الدائم من خلال كلماته." }
]}
faqsAnimation="hover-magnetic"
faqsAnimation="reveal-blur"
textboxLayout="default"
useInvertedBackground={true}
/>