5 Commits

Author SHA1 Message Date
a257312219 Update src/app/styles/base.css 2026-04-05 19:48:16 +00:00
38b768578e Update src/app/page.tsx 2026-04-05 19:48:15 +00:00
ff9c463b7d Merge version_1 into main
Merge version_1 into main
2026-04-05 19:40:00 +00:00
6e075af5c7 Merge version_1 into main
Merge version_1 into main
2026-04-05 19:39:37 +00:00
3c7f4eee3b Merge version_1 into main
Merge version_1 into main
2026-04-05 19:39:08 +00:00
2 changed files with 9 additions and 9 deletions

View File

@@ -165,26 +165,26 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/ecofriendly-beauty-product_23-2150669154.jpg"
logoText="Sultan Perfumes"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bx5Rx1DjxB4Eal3H4Tks9a3ZR7/uploaded-1775418478175-y5osu7xo.jpg"
logoText="Sultan Perfumes | سلطان العطور"
columns={[
{
title: "Location", items: [
title: "Visit Us / زورونا", items: [
{
label: "Google Maps", href: "https://maps.google.com/?q=Kairouan"},
label: "Kairouan Location / موقعنا في القيروان", href: "https://maps.google.com/?q=Kairouan"},
],
},
{
title: "Legal", items: [
title: "Information / معلومات", items: [
{
label: "Privacy Policy", href: "#"},
label: "Privacy Policy / سياسة الخصوصية", href: "#"},
],
},
]}
copyrightText="© 2025 Sultan Perfumes | سلطان العطور"
copyrightText="© 2025 Sultan Perfumes | جميع الحقوق محفوظة"
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}

View File

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