Compare commits
16 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 840ad6984b | |||
| e3030a0618 | |||
| 016529acf8 | |||
| f5d1690460 | |||
| 7f596304d9 | |||
| b279f4b221 | |||
| ad35ee08b2 | |||
| e131d80041 | |||
| 6f45e5c478 | |||
| 23545fac6c | |||
| 09a0a41f7e | |||
| b9d166a544 | |||
| 510f182f54 | |||
| 27a7b7b1c2 | |||
| e8ed0549b2 | |||
| ddfa6f8500 |
@@ -8,6 +8,7 @@ import Tag from "@/tag/Tag";
|
||||
import { getVisualEditScript } from "@/utils/visual-edit-script";
|
||||
import { Inter_Tight } from "next/font/google";
|
||||
import { Open_Sans } from "next/font/google";
|
||||
import { Montserrat } from "next/font/google";
|
||||
|
||||
|
||||
|
||||
@@ -26,12 +27,13 @@ export const metadata: Metadata = {
|
||||
};
|
||||
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
|
||||
const montserrat = Montserrat({
|
||||
variable: "--font-montserrat",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
const openSans = Open_Sans({
|
||||
variable: "--font-open-sans",
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
@@ -43,7 +45,7 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${inter.variable} ${openSans.variable} antialiased`}>
|
||||
<body className={`${montserrat.variable} ${inter.variable} antialiased`}>
|
||||
<Tag />
|
||||
{children}
|
||||
<script
|
||||
|
||||
@@ -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" }}
|
||||
/>
|
||||
|
||||
@@ -11,7 +11,7 @@ html {
|
||||
body {
|
||||
background-color: var(--background);
|
||||
color: var(--foreground);
|
||||
font-family: var(--font-open-sans), sans-serif;
|
||||
font-family: var(--font-inter), sans-serif;
|
||||
position: relative;
|
||||
min-height: 100vh;
|
||||
overscroll-behavior: none;
|
||||
@@ -24,5 +24,5 @@ h3,
|
||||
h4,
|
||||
h5,
|
||||
h6 {
|
||||
font-family: var(--font-inter), sans-serif;
|
||||
font-family: var(--font-montserrat), sans-serif;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user