11 Commits

Author SHA1 Message Date
e3030a0618 Update src/app/page.tsx 2026-05-16 21:37:28 +00:00
f5d1690460 Update src/app/page.tsx 2026-05-16 21:33:22 +00:00
b279f4b221 Update src/app/page.tsx 2026-05-16 21:30:40 +00:00
e131d80041 Update src/app/page.tsx 2026-05-16 21:30:08 +00:00
23545fac6c Update src/app/page.tsx 2026-05-16 21:21:48 +00:00
b9d166a544 Update theme fonts 2026-05-16 20:57:04 +00:00
510f182f54 Update theme fonts 2026-05-16 20:57:04 +00:00
e8ed0549b2 Update src/app/page.tsx 2026-05-16 20:45:08 +00:00
ddfa6f8500 Merge version_3 into main
Merge version_3 into main
2026-05-16 20:42:29 +00:00
cdc2ed9a7f Update src/app/page.tsx 2026-05-16 20:42:25 +00:00
e780a9d927 Merge version_2 into main
Merge version_2 into main
2026-05-16 20:39:56 +00:00
3 changed files with 24 additions and 20 deletions

View File

@@ -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

View File

@@ -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" },
@@ -70,12 +70,14 @@ export default function LandingPage() {
<ProductCardOne
animationType="slide-up"
textboxLayout="split"
gridVariant="three-columns-all-equal-width"
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={false}
imageClassName="aspect-square object-cover"
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: "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: "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: "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."
@@ -163,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" }}
/>
@@ -171,4 +173,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -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;
}