Compare commits
7 Commits
version_32
...
version_33
| Author | SHA1 | Date | |
|---|---|---|---|
| f0aa6611d7 | |||
| 6b9cb11e24 | |||
| e36285e1d3 | |||
| d13b214f41 | |||
| 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
|
||||
|
||||
@@ -101,7 +101,7 @@ export default function LandingPage() {
|
||||
{ id: "q2", title: "إنستغرام", content: "تابعوا جديدنا وآخر العروض عبر @senerita_libya" },
|
||||
{ id: "q3", title: "فيسبوك", content: "انضموا لمجتمع سنيوريتا ليبيا الرسمي" }
|
||||
]}
|
||||
sideTitle="تواصل معنا"
|
||||
sideTitle="تواصلg معنا"
|
||||
sideDescription="نحن هنا للرد على استفساراتكم عبر قنواتنا الرسمية."
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
@@ -118,15 +118,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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user