diff --git a/src/app/page.tsx b/src/app/page.tsx index 4a644b4..76997df 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,10 +8,8 @@ import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import HeroLogo from '@/components/sections/hero/HeroLogo'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; -import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; -import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; import TextAbout from '@/components/sections/about/TextAbout'; -import { Utensils, Clock, MapPin } from "lucide-react"; +import { Utensils } from "lucide-react"; export default function LandingPage() { return ( @@ -21,11 +19,11 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="small" sizing="largeSmall" - background="none" - cardStyle="outline" - primaryButtonStyle="flat" - secondaryButtonStyle="radial-glow" - headingFontWeight="semibold" + background="noise" + cardStyle="glass-elevated" + primaryButtonStyle="diagonal-gradient" + secondaryButtonStyle="glass" + headingFontWeight="extrabold" > @@ -87,11 +85,11 @@ export default function LandingPage() { useInvertedBackground={true} faqs={[ { - id: "1", title: "هل أنتم متاحون الآن؟", content: "نعم، مطبخ الأخوين يقدم خدماته على مدار 24 ساعة، طوال أيام الأسبوع."}, + id: "1", title: "كم تستغرق تجهيز الطلبات؟", content: "نحن متخصصون في الوجبات السريعة؛ يتم تحضير طلبك في دقائق معدودة بفضل فريقنا المحترف."}, { - id: "2", title: "أين موقعكم؟", content: "نحن متواجدون في البصرة، شارع جامع الكرناوي، بانتظاركم دائماً."}, + id: "2", title: "هل تتوفر خدمات التوصيل؟", content: "نعم، نوفر خدمة توصيل سريعة لجميع أنحاء البصرة لضمان وصول وجبتك ساخنة."}, ]} - sideTitle="أسئلة شائعة" + sideTitle="أسئلة سريعة" faqsAnimation="slide-up" /> @@ -100,11 +98,11 @@ export default function LandingPage() { @@ -119,4 +117,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index b7afc67..c361eb5 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f5f4ef; - --card: #dad6cd; - --foreground: #2a2928; - --primary-cta: #2a2928; + --background: #120a00; + --card: #1a0d00; + --foreground: #fffaf5; + --primary-cta: #ff6207; --primary-cta-text: #f5f4ef; - --secondary-cta: #ecebea; + --secondary-cta: #2a1805; --secondary-cta-text: #2a2928; - --accent: #ffffff; - --background-accent: #c6b180; + --accent: #e34400; + --background-accent: #2a1805; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);