Merge version_4 into main #4
@@ -43,7 +43,7 @@ export default function LandingPage() {
|
||||
background={{ variant: "radial-gradient" }}
|
||||
title="ALKINDI Bakery"
|
||||
description="شركة رغيف الكندي للصمون الفرنسي والمعجنات"
|
||||
buttons={[{ text: "Order Now", href: "#contact" }]}
|
||||
buttons={[{ text: "Order Now", onClick: () => window.location.href = "tel:+9647806660022" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-sweet-slice-cake-glass-cabinet_23-2148027938.jpg"
|
||||
imageAlt="Fresh bread display at ALKINDI Bakery"
|
||||
mediaAnimation="blur-reveal"
|
||||
@@ -142,4 +142,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user