Compare commits
18 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 840ad6984b | |||
| e3030a0618 | |||
| 016529acf8 | |||
| f5d1690460 | |||
| 7f596304d9 | |||
| b279f4b221 | |||
| ad35ee08b2 | |||
| e131d80041 | |||
| 6f45e5c478 | |||
| 23545fac6c | |||
| 09a0a41f7e | |||
| b9d166a544 | |||
| 510f182f54 | |||
| 27a7b7b1c2 | |||
| e8ed0549b2 | |||
| ddfa6f8500 | |||
| cdc2ed9a7f | |||
| e780a9d927 |
@@ -8,6 +8,7 @@ import Tag from "@/tag/Tag";
|
|||||||
import { getVisualEditScript } from "@/utils/visual-edit-script";
|
import { getVisualEditScript } from "@/utils/visual-edit-script";
|
||||||
import { Inter_Tight } from "next/font/google";
|
import { Inter_Tight } from "next/font/google";
|
||||||
import { Open_Sans } 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"],
|
subsets: ["latin"],
|
||||||
});
|
});
|
||||||
const openSans = Open_Sans({
|
const inter = Inter({
|
||||||
variable: "--font-open-sans",
|
variable: "--font-inter",
|
||||||
subsets: ["latin"],
|
subsets: ["latin"],
|
||||||
});
|
});
|
||||||
|
|
||||||
@@ -43,7 +45,7 @@ export default function RootLayout({
|
|||||||
return (
|
return (
|
||||||
<html lang="en" suppressHydrationWarning>
|
<html lang="en" suppressHydrationWarning>
|
||||||
<ServiceWrapper>
|
<ServiceWrapper>
|
||||||
<body className={`${inter.variable} ${openSans.variable} antialiased`}>
|
<body className={`${montserrat.variable} ${inter.variable} antialiased`}>
|
||||||
<Tag />
|
<Tag />
|
||||||
{children}
|
{children}
|
||||||
<script
|
<script
|
||||||
|
|||||||
@@ -31,21 +31,21 @@ export default function LandingPage() {
|
|||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarLayoutFloatingOverlay
|
<NavbarLayoutFloatingOverlay
|
||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Home", id: "hero" },
|
{ name: "الصفحه الرأيسيه ", id: "hero" },
|
||||||
{ name: "Herbs", id: "herbs" },
|
{ name: "الاعشاب ", id: "herbs" },
|
||||||
{ name: "Oils", id: "oils" },
|
{ name: "الزيوت ", id: "oils" },
|
||||||
{ name: "Perfumes", id: "perfumes" },
|
{ name: "عطور ", id: "perfumes" },
|
||||||
{ name: "Blog", id: "blog" },
|
{ name: "Blog", id: "blog" },
|
||||||
]}
|
]}
|
||||||
brandName="Royal Herb"
|
brandName="Al-Attar... "
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroSplit
|
<HeroSplit
|
||||||
background={{ variant: "gradient-bars" }}
|
background={{ variant: "gradient-bars" }}
|
||||||
title="Nature Crafted Into Luxury"
|
title="العطار "
|
||||||
description="Discover a royal sanctuary of therapeutic oils, exotic perfumes, and natural herbs, carefully curated for your wellness."
|
description="للاعشاب ـ و التوابل ـ و الزيوت ـ و عطور ـ الزيتيه والخام الاصليه - وتجهيز الخلطات العلاجيه و الدوائيه "
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Shop Now", href: "#products" },
|
{ text: "Shop Now", href: "#products" },
|
||||||
{ text: "Explore Herbs", href: "#herbs" },
|
{ text: "Explore Herbs", href: "#herbs" },
|
||||||
@@ -70,12 +70,14 @@ export default function LandingPage() {
|
|||||||
<ProductCardOne
|
<ProductCardOne
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="split"
|
textboxLayout="split"
|
||||||
gridVariant="three-columns-all-equal-width"
|
gridVariant="four-items-2x2-equal-grid"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
|
imageClassName="aspect-square object-cover"
|
||||||
products={[
|
products={[
|
||||||
{ id: "1", name: "Royal Lavender", price: "45.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-creative-feng-shui-assortment_23-2149058785.jpg" },
|
{ 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: "Dried Rose Buds", price: "38.00", imageSrc: "http://img.b2bpic.net/free-photo/assortment-dry-tea-golden-vintage-mini-plates-tea-types_114579-7799.jpg" },
|
{ 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: "Saffron Threads", price: "95.00", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-wooden-spoon-surrounded-with-different-plants-leaves-feathers_181624-18950.jpg" },
|
{ 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"
|
title="Premium Natural Herbs"
|
||||||
description="Rare and traditional botanical treasures sourced for purity and excellence."
|
description="Rare and traditional botanical treasures sourced for purity and excellence."
|
||||||
@@ -163,7 +165,7 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterLogoReveal
|
<FooterLogoReveal
|
||||||
logoText="Royal Herb"
|
logoText="العطار "
|
||||||
leftLink={{ text: "Terms & Conditions", href: "/legal" }}
|
leftLink={{ text: "Terms & Conditions", href: "/legal" }}
|
||||||
rightLink={{ text: "Privacy Policy", href: "/privacy" }}
|
rightLink={{ text: "Privacy Policy", href: "/privacy" }}
|
||||||
/>
|
/>
|
||||||
@@ -171,4 +173,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ html {
|
|||||||
body {
|
body {
|
||||||
background-color: var(--background);
|
background-color: var(--background);
|
||||||
color: var(--foreground);
|
color: var(--foreground);
|
||||||
font-family: var(--font-open-sans), sans-serif;
|
font-family: var(--font-inter), sans-serif;
|
||||||
position: relative;
|
position: relative;
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
overscroll-behavior: none;
|
overscroll-behavior: none;
|
||||||
@@ -24,5 +24,5 @@ h3,
|
|||||||
h4,
|
h4,
|
||||||
h5,
|
h5,
|
||||||
h6 {
|
h6 {
|
||||||
font-family: var(--font-inter), sans-serif;
|
font-family: var(--font-montserrat), sans-serif;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user