Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #4.
This commit is contained in:
2026-05-14 23:33:20 +00:00

View File

@@ -41,7 +41,7 @@ export default function LandingPage() {
{
name: "Contact", id: "contact"},
]}
brandName="AMILANO"
brandName="Al-Siraj (السراج)"
/>
</div>
@@ -49,7 +49,7 @@ export default function LandingPage() {
<HeroBillboardTestimonial
background={{
variant: "sparkles-gradient"}}
title="AMILANO"
title="Al-Siraj (السراج)"
description="رفيقك البارد في الأيام الساخنة. Experience the peak of luxury fragrances."
testimonials={[
{
@@ -106,7 +106,7 @@ export default function LandingPage() {
<div id="about" data-section="about">
<TextAbout
useInvertedBackground={false}
title="AMILANO PERFUME - Elegance Defined"
title="Al-Siraj (السراج) PERFUME - Elegance Defined"
buttons={[
{
text: "Discover Collection", href: "#shop"},
@@ -246,7 +246,7 @@ export default function LandingPage() {
<FooterSimple
columns={[
{
title: "AMILANO", items: [
title: "Al-Siraj (السراج)", items: [
{
label: "About", href: "#about"},
{
@@ -269,4 +269,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}