Compare commits
26 Commits
version_32
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| ac00155fa7 | |||
| 264de24a84 | |||
| b6193cdd2e | |||
| 0d785c47ab | |||
| f1eba93386 | |||
| 00c9a881c6 | |||
| 96a955c778 | |||
| e17e60c083 | |||
| 06262dd8ec | |||
| 29534f9953 | |||
| e73fcc5aa0 | |||
| 755f8845c8 | |||
| 2dd86c5da7 | |||
| 77eee1e8b1 | |||
| d722ad59a3 | |||
| 153fbc6133 | |||
| f0aa6611d7 | |||
| 941fad55c7 | |||
| 6b9cb11e24 | |||
| e36285e1d3 | |||
| 896f4958af | |||
| d13b214f41 | |||
| b05cd5f61a | |||
| 30eab8a808 | |||
| 5f965a112b | |||
| 307ce388b7 |
@@ -21,6 +21,11 @@ export const metadata: Metadata = {
|
||||
};
|
||||
|
||||
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
const openSans = Open_Sans({
|
||||
variable: "--font-open-sans",
|
||||
subsets: ["latin"],
|
||||
@@ -34,7 +39,7 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${openSans.variable} antialiased`}>
|
||||
<body className={`${inter.variable} ${openSans.variable} antialiased`}>
|
||||
|
||||
{children}
|
||||
<script
|
||||
|
||||
@@ -93,20 +93,6 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqSplitText
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{ id: "q1", title: "تواصل معنا عبر الواتساب", content: "تواصل معنا مباشرة عبر الواتساب للحصول على استشارة سريعة" },
|
||||
{ id: "q2", title: "إنستغرام", content: "تابعوا جديدنا وآخر العروض عبر @senerita_libya" },
|
||||
{ id: "q3", title: "فيسبوك", content: "انضموا لمجتمع سنيوريتا ليبيا الرسمي" }
|
||||
]}
|
||||
sideTitle="تواصل معنا"
|
||||
sideDescription="نحن هنا للرد على استفساراتكم عبر قنواتنا الرسمية."
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
@@ -118,15 +104,15 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterCard
|
||||
logoText="Senerita_Libya"
|
||||
copyrightText="© 2025 Senerita Libya | جميع الحقوق محفوظة."
|
||||
copyrightText="© 2025 | seneritalibya@gmail.com | جميع الحقوق محفوظة."
|
||||
socialLinks={[
|
||||
{ icon: MessageCircle, href: "https://wa.me/218946268415", ariaLabel: "WhatsApp" },
|
||||
{ icon: Instagram, href: "https://www.instagram.com/senerita_libya/", ariaLabel: "Instagram" },
|
||||
{ icon: Facebook, href: "https://www.facebook.com/SeneritaLibya", ariaLabel: "Facebook" }
|
||||
{ icon: Facebook, href: "https://www.facebook.com/SeneritaLibya.LY", ariaLabel: "Facebook" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -24,5 +24,5 @@ h3,
|
||||
h4,
|
||||
h5,
|
||||
h6 {
|
||||
font-family: var(--font-open-sans), sans-serif;
|
||||
font-family: var(--font-inter), sans-serif;
|
||||
}
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #ffffff;
|
||||
--card: #f9f9f9;
|
||||
--foreground: #120a00e6;
|
||||
--primary-cta: #E34400;
|
||||
--primary-cta-text: #ffffff;
|
||||
--secondary-cta: #f9f9f9;
|
||||
--secondary-cta-text: #120a00e6;
|
||||
--accent: #e2e2e2;
|
||||
--background-accent: #E34400;
|
||||
--background: #f5f5f5;
|
||||
--card: #ffffff;
|
||||
--foreground: #1c1c1c;
|
||||
--primary-cta: #511f1f;
|
||||
--primary-cta-text: #f5f5f5;
|
||||
--secondary-cta: #ffffff;
|
||||
--secondary-cta-text: #1c1c1c;
|
||||
--accent: #8f3838;
|
||||
--background-accent: #c9725c;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user