Update src/app/page.tsx

This commit is contained in:
2026-05-06 16:11:52 +00:00
parent 5def4600cd
commit 243205c342

View File

@@ -181,14 +181,14 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "f1", title: "Do you ship coffee?", content: "Yes, we ship nationwide."},
id: "f1", title: "هل تشحنون القهوة؟", content: "نعم، نحن نشحن إلى جميع أنحاء البلاد."},
{
id: "f2", title: "Is the coffee organic?", content: "Yes, all our beans are 100% organic."},
id: "f2", title: "هل القهوة عضوية؟", content: "نعم، جميع حبوبنا عضوية 100٪."},
{
id: "f3", title: "How long is shelf life?", content: "Best enjoyed within 3 months."},
id: "f3", title: "ما هي مدة صلاحية القهوة؟", content: "يفضل تناولها في غضون 3 أشهر."},
]}
title="Common Questions"
description="Have questions about our process?"
title="أسئلة شائعة"
description="هل لديك أسئلة حول عمليتنا؟"
faqsAnimation="slide-up"
/>
</div>
@@ -198,18 +198,21 @@ export default function LandingPage() {
useInvertedBackground={true}
background={{
variant: "plain"}}
tag="Keep in Touch"
title="Join Our Newsletter"
description="Get brewing tips and exclusive bean offers."
tag="تواصل معنا"
title="انضم إلى نشرتنا البريدية"
description="احصل على نصائح التحضير وعروض حصرية على حبوب القهوة."
imageSrc="http://img.b2bpic.net/free-photo/still-life-scene-with-tea-cup-drinking_23-2151775053.jpg"
mediaAnimation="slide-up"
inputPlaceholder="أدخل بريدك الإلكتروني"
buttonText="اشترك"
termsText="بالنقر على اشتراك، فإنك تؤكد موافقتك على شروطنا وأحكامنا."
/>
</div>
<div id="footer" data-section="footer">
<FooterCard
logoText="Coffee Ti"
copyrightText="© 2025 | Coffee Ti"
copyrightText="© 2025 | Coffee Ti - جميع الحقوق محفوظة"
/>
</div>
</ReactLenis>