Update src/app/page.tsx

This commit is contained in:
2026-04-06 09:00:22 +00:00
parent 5e4db317da
commit 4cb650d9d3

View File

@@ -10,7 +10,7 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin
import ProductCardFour from '@/components/sections/product/ProductCardFour';
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
import { Coffee, MapPin, Mail, Phone } from "lucide-react";
import { Coffee } from "lucide-react";
export default function LandingPage() {
return (
@@ -94,8 +94,10 @@ export default function LandingPage() {
<div id="faq" data-section="faq">
<FaqBase
title="أسئلة شائعة"
description="كل ما تريد معرفته عن قهوتنا."
faqsAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={false}
faqs={[
{ id: "q1", title: "كيف أطلب؟", content: "عبر موقعنا أو زيارتنا مباشرة." },
{ id: "q2", title: "هل تتوفر خدمات توصيل؟", content: "نعم، نوفر التوصيل السريع." }
@@ -108,6 +110,8 @@ export default function LandingPage() {
tag="تواصل معنا"
title="جاهز لتجربة الطعم الملكي؟"
description="نحن دائماً هنا لخدمتكم والإجابة على استفساراتكم."
background={{ variant: "plain" }}
useInvertedBackground={true}
buttons={[{ text: "اتصل بنا الآن", href: "tel:+201234567890" }]}
/>
</div>