|
|
|
|
@@ -31,21 +31,21 @@ export default function LandingPage() {
|
|
|
|
|
<div id="nav" data-section="nav">
|
|
|
|
|
<NavbarLayoutFloatingOverlay
|
|
|
|
|
navItems={[
|
|
|
|
|
{ name: "Home", id: "hero" },
|
|
|
|
|
{ name: "Herbs", id: "herbs" },
|
|
|
|
|
{ name: "Oils", id: "oils" },
|
|
|
|
|
{ name: "Perfumes", id: "perfumes" },
|
|
|
|
|
{ name: "الصفحه الرأيسيه ", id: "hero" },
|
|
|
|
|
{ name: "الاعشاب ", id: "herbs" },
|
|
|
|
|
{ name: "الزيوت ", id: "oils" },
|
|
|
|
|
{ name: "عطور ", id: "perfumes" },
|
|
|
|
|
{ name: "Blog", id: "blog" },
|
|
|
|
|
]}
|
|
|
|
|
brandName="Royal Herb"
|
|
|
|
|
brandName="Al-Attar... "
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="hero" data-section="hero">
|
|
|
|
|
<HeroSplit
|
|
|
|
|
background={{ variant: "gradient-bars" }}
|
|
|
|
|
title="Nature Crafted Into Luxury"
|
|
|
|
|
description="Discover a royal sanctuary of therapeutic oils, exotic perfumes, and natural herbs, carefully curated for your wellness."
|
|
|
|
|
title="العطار "
|
|
|
|
|
description="للاعشاب ـ و التوابل ـ و الزيوت ـ و عطور ـ الزيتيه والخام الاصليه - وتجهيز الخلطات العلاجيه و الدوائيه "
|
|
|
|
|
buttons={[
|
|
|
|
|
{ text: "Shop Now", href: "#products" },
|
|
|
|
|
{ text: "Explore Herbs", href: "#herbs" },
|
|
|
|
|
@@ -72,11 +72,12 @@ export default function LandingPage() {
|
|
|
|
|
textboxLayout="split"
|
|
|
|
|
gridVariant="four-items-2x2-equal-grid"
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
imageClassName="aspect-square object-cover"
|
|
|
|
|
products={[
|
|
|
|
|
{ id: "1", name: "Botanical Infusion I", price: "45.00", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DooifVMqdjWtArXgvt187xpkPH/uploaded-1778964132990-b2cdw7tt.png" },
|
|
|
|
|
{ id: "2", name: "Botanical Infusion II", price: "38.00", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DooifVMqdjWtArXgvt187xpkPH/uploaded-1778964132990-ndc64tk0.png" },
|
|
|
|
|
{ id: "3", name: "Botanical Infusion III", price: "95.00", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DooifVMqdjWtArXgvt187xpkPH/uploaded-1778964132990-mc1gs4xj.png" },
|
|
|
|
|
{ id: "4", name: "Botanical Infusion IV", price: "72.00", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DooifVMqdjWtArXgvt187xpkPH/uploaded-1778964132990-w1fdyvp3.png" },
|
|
|
|
|
{ id: "1", name: "يانسون-Yansoon ", price: "Kg-$20.0 ", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DooifVMqdjWtArXgvt187xpkPH/uploaded-1778964132990-b2cdw7tt.png" },
|
|
|
|
|
{ id: "2", name: "دارسين-Darseen ", price: "Kg-$24.0 ", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DooifVMqdjWtArXgvt187xpkPH/uploaded-1778964132990-ndc64tk0.png" },
|
|
|
|
|
{ id: "3", name: "حلبه-Helpy ", price: "Kg-$15.6 ", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DooifVMqdjWtArXgvt187xpkPH/uploaded-1778964132990-mc1gs4xj.png" },
|
|
|
|
|
{ id: "4", name: "روز ماري-Rose Marie ", price: "", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DooifVMqdjWtArXgvt187xpkPH/uploaded-1778964132990-w1fdyvp3.png" },
|
|
|
|
|
]}
|
|
|
|
|
title="Premium Natural Herbs"
|
|
|
|
|
description="Rare and traditional botanical treasures sourced for purity and excellence."
|
|
|
|
|
@@ -164,7 +165,7 @@ export default function LandingPage() {
|
|
|
|
|
|
|
|
|
|
<div id="footer" data-section="footer">
|
|
|
|
|
<FooterLogoReveal
|
|
|
|
|
logoText="Royal Herb"
|
|
|
|
|
logoText="العطار "
|
|
|
|
|
leftLink={{ text: "Terms & Conditions", href: "/legal" }}
|
|
|
|
|
rightLink={{ text: "Privacy Policy", href: "/privacy" }}
|
|
|
|
|
/>
|
|
|
|
|
|