26 Commits

Author SHA1 Message Date
ac00155fa7 Merge version_36 into main
Merge version_36 into main
2026-05-14 11:12:46 +00:00
264de24a84 Update src/app/page.tsx 2026-05-14 11:12:43 +00:00
b6193cdd2e Switch to version 34: modified src/app/page.tsx 2026-05-14 11:12:01 +00:00
0d785c47ab Merge version_35 into main
Merge version_35 into main
2026-05-14 11:10:21 +00:00
f1eba93386 Update src/app/page.tsx 2026-05-14 11:10:15 +00:00
00c9a881c6 Merge version_34 into main
Merge version_34 into main
2026-05-13 23:14:04 +00:00
96a955c778 Update src/app/page.tsx 2026-05-13 23:14:00 +00:00
e17e60c083 Merge version_34 into main
Merge version_34 into main
2026-05-13 23:13:45 +00:00
06262dd8ec Update src/app/page.tsx 2026-05-13 23:13:41 +00:00
29534f9953 Merge version_34 into main
Merge version_34 into main
2026-05-13 23:13:21 +00:00
e73fcc5aa0 Update src/app/page.tsx 2026-05-13 23:13:18 +00:00
755f8845c8 Merge version_34 into main
Merge version_34 into main
2026-05-13 23:13:01 +00:00
2dd86c5da7 Update src/app/page.tsx 2026-05-13 23:12:58 +00:00
77eee1e8b1 Merge version_34 into main
Merge version_34 into main
2026-05-13 23:11:23 +00:00
d722ad59a3 Update theme colors 2026-05-13 23:11:19 +00:00
153fbc6133 Merge version_33 into main
Merge version_33 into main
2026-05-13 23:07:59 +00:00
f0aa6611d7 Update src/app/page.tsx 2026-05-13 23:07:52 +00:00
941fad55c7 Merge version_33 into main
Merge version_33 into main
2026-05-13 23:04:23 +00:00
6b9cb11e24 Update theme fonts 2026-05-13 23:04:19 +00:00
e36285e1d3 Update theme fonts 2026-05-13 23:04:19 +00:00
896f4958af Merge version_33 into main
Merge version_33 into main
2026-05-13 23:03:38 +00:00
d13b214f41 Update src/app/page.tsx 2026-05-13 23:03:35 +00:00
b05cd5f61a Merge version_33 into main
Merge version_33 into main
2026-05-13 22:55:33 +00:00
30eab8a808 Update src/app/page.tsx 2026-05-13 22:55:27 +00:00
5f965a112b Merge version_32 into main
Merge version_32 into main
2026-05-13 22:50:23 +00:00
307ce388b7 Merge version_32 into main
Merge version_32 into main
2026-05-13 22:49:58 +00:00
4 changed files with 19 additions and 28 deletions

View File

@@ -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

View File

@@ -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>
);
}
}

View File

@@ -24,5 +24,5 @@ h3,
h4,
h5,
h6 {
font-family: var(--font-open-sans), sans-serif;
font-family: var(--font-inter), sans-serif;
}

View File

@@ -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);