49 Commits

Author SHA1 Message Date
a214863f38 Update src/app/page.tsx 2026-05-02 22:17:43 +00:00
62e2bf6701 Update src/app/page.tsx 2026-05-02 22:12:02 +00:00
a9f761e2ee Update src/app/page.tsx 2026-05-02 21:43:58 +00:00
a176f7b72e Update src/app/page.tsx 2026-05-02 21:40:02 +00:00
be49fef574 Update src/app/page.tsx 2026-05-02 21:38:49 +00:00
dcdb4a343c Update src/app/page.tsx 2026-05-02 21:38:13 +00:00
422cc2c421 Update src/app/page.tsx 2026-05-02 21:37:39 +00:00
b439491176 Update src/app/page.tsx 2026-05-02 21:32:23 +00:00
a7e2eca6e3 Update src/app/page.tsx 2026-05-02 21:29:05 +00:00
90fb34cb4a Update src/app/page.tsx 2026-05-02 20:57:35 +00:00
109b420df3 Update src/app/page.tsx 2026-05-02 20:48:09 +00:00
85f2b7718e Update src/app/page.tsx 2026-05-02 20:41:11 +00:00
b31b96d080 Update src/app/page.tsx 2026-05-02 20:38:56 +00:00
29c2ff2095 Update src/app/page.tsx 2026-05-02 17:13:52 +00:00
6b2494f5d6 Update src/app/page.tsx 2026-05-02 17:12:16 +00:00
1f8a9db9fb Update theme colors 2026-05-02 16:48:09 +00:00
db120e0f98 Update theme colors 2026-05-02 16:48:05 +00:00
9531dc4266 Update theme colors 2026-05-02 16:47:59 +00:00
8585024fab Update theme colors 2026-05-02 16:47:57 +00:00
be538015f2 Update theme colors 2026-05-02 16:47:52 +00:00
9c31205102 Update theme colors 2026-05-02 16:47:44 +00:00
b01503b079 Update theme colors 2026-05-02 16:47:28 +00:00
39b448cb7e Update theme colors 2026-05-02 16:46:58 +00:00
8084383a5a Update theme colors 2026-05-02 16:46:47 +00:00
4df10a2dd2 Update theme colors 2026-05-02 16:46:38 +00:00
b06bee54b0 Update theme colors 2026-05-02 16:44:26 +00:00
25e380ef27 Update theme colors 2026-05-02 16:44:23 +00:00
dedf9211ad Update theme colors 2026-05-02 16:44:20 +00:00
c1dbd9156d Update theme colors 2026-05-02 16:44:09 +00:00
eb94c4e44e Update theme colors 2026-05-02 16:44:01 +00:00
e48ea3a156 Update src/app/page.tsx 2026-05-02 16:39:35 +00:00
8d526830c0 Merge version_3 into main
Merge version_3 into main
2026-05-01 16:57:19 +00:00
6d0e0c970a Update src/app/page.tsx 2026-05-01 16:57:15 +00:00
dbfd48b3e6 Merge version_3 into main
Merge version_3 into main
2026-05-01 16:56:50 +00:00
2e8f9334c0 Update src/app/page.tsx 2026-05-01 16:56:46 +00:00
3c2e191aba Merge version_1 into main
Merge version_1 into main
2026-04-29 22:13:29 +00:00
ef7ca9eb98 Update src/app/page.tsx 2026-04-29 22:13:23 +00:00
7d9f9f7ffc Merge version_1 into main
Merge version_1 into main
2026-04-29 20:22:22 +00:00
5ebdf15a5e Update src/app/page.tsx 2026-04-29 20:22:19 +00:00
2637c42875 Merge version_1 into main
Merge version_1 into main
2026-04-29 20:14:36 +00:00
4df21a6160 Update theme fonts 2026-04-29 20:14:33 +00:00
956a61fc1f Update theme fonts 2026-04-29 20:14:32 +00:00
063aa7d6fe Merge version_1 into main
Merge version_1 into main
2026-04-29 20:12:50 +00:00
d0d6fc4621 Update src/app/page.tsx 2026-04-29 20:12:47 +00:00
20c785b756 Merge version_1 into main
Merge version_1 into main
2026-04-29 19:38:13 +00:00
3e2a4bd60e Update src/app/page.tsx 2026-04-29 19:38:10 +00:00
bb9dc82ca9 Switch to version 1: remove src/app/products/page.tsx 2026-04-29 19:37:38 +00:00
770ea91b4a Switch to version 1: modified src/app/page.tsx 2026-04-29 19:37:38 +00:00
79d204b1d9 Merge version_2 into main
Merge version_2 into main
2026-04-29 19:36:55 +00:00
4 changed files with 56 additions and 97 deletions

View File

@@ -21,7 +21,11 @@ export const metadata: Metadata = {
},
};
const openSans = Open_Sans({ variable: "--font-open-sans", subsets: ["latin"] });
const openSans = Open_Sans({
variable: "--font-open-sans",
subsets: ["latin"],
});
export default function RootLayout({
children,

View File

@@ -9,10 +9,9 @@ import FooterCard from '@/components/sections/footer/FooterCard';
import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import ProductCardOne from '@/components/sections/product/ProductCardOne';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
import TextAbout from '@/components/sections/about/TextAbout';
import { Award, Leaf, FlaskConical } from "lucide-react";
import { Leaf, FlaskConical } from "lucide-react";
export default function LandingPage() {
return (
@@ -34,7 +33,7 @@ export default function LandingPage() {
navItems={[
{ name: "Home", id: "hero" },
{ name: "About", id: "about" },
{ name: "Products", id: "/products" },
{ name: "Products", id: "products" },
{ name: "Contact", id: "contact" },
]}
brandName="Senerita+ Libya"
@@ -44,16 +43,16 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplitDualMedia
background={{ variant: "radial-gradient" }}
title="Senerita+Libyaمنتجات طبيعية خالية من السلفات والبرابين"
title="Senerita+Libya منتجات طبيعية خالية من السلفات والبرابين"
description="مستخلصات طبيعية تناسب جميع انواع الشعر "
tag="عنايتك بشعرك تبداء من هنا "
mediaItems={[
{ videoSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cx9nk9sCSbinRaOXqM7TyaxmbU/uploaded-1777483790814-ws7z9gvq.mp4", imageAlt: "Senerita hair care collection" },
{ videoSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cx9nk9sCSbinRaOXqM7TyaxmbU/uploaded-1777318479678-dtk614x2.mp4", imageAlt: "Senerita product line up" }
{ videoSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cx9nk9sCSbinRaOXqM7TyaxmbU/uploaded-1777754874673-n0so01y6.mp4", imageAlt: "Senerita hair care collection" },
{ videoSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cx9nk9sCSbinRaOXqM7TyaxmbU/uploaded-1777741140013-fiujdr77.mp4", imageAlt: "Senerita product line up" }
]}
mediaAnimation="slide-up"
rating={5}
ratingText="Trusted by 5,000+ Libyan families"
ratingText="منتجات آمنة %100"
/>
</div>
@@ -65,27 +64,43 @@ export default function LandingPage() {
/>
</div>
<div id="products" data-section="products">
<ProductCardOne
animationType="slide-up"
textboxLayout="default"
gridVariant="three-columns-all-equal-width"
useInvertedBackground={true}
products={[
{ id: "p1", name: "شامبو + سيروم الكافيين ", price: "LD 119 ", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cx9nk9sCSbinRaOXqM7TyaxmbU/uploaded-1777741219362-l83s1kf5.jpg" },
{ id: "p2", name: "شامبو+ سيروم الكافين + شامبو بذور العنب + شامبو إكليل الجبل", price: "LD 119 ", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cx9nk9sCSbinRaOXqM7TyaxmbU/uploaded-1777755330728-oe4g1r4z.jpg" },
{ id: "p3", name: "شامبو إكليل الجبل + شامبو بذور العنب للقشرة ", price: "LD 139", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cx9nk9sCSbinRaOXqM7TyaxmbU/uploaded-1777759406700-crigm2z4.jpg" }
]}
title="من هنا يبدا اهتمامك لشعرك "
description="نهتم بشعرك وصحته لان هذا واجبنا اتجاهكم "
/>
</div>
<div id="features" data-section="features">
<FeatureCardTen
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
features={[
{ title: "شامبو + سيروم الكافيين ", description: "غني بالبيوتين و الكرياتين والكولاجين ، لتعزيز نمو الشعر والمحافظة على بصيلاتها ومنحه لمعانا وقوة", media: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cx9nk9sCSbinRaOXqM7TyaxmbU/uploaded-1777317919883-u9mbftva.jpg", imageAlt: "Foundation bottles" }, items: [{ icon: Leaf, text: "لعناية يومية وصحية لشعرك " }], reverse: false },
{ title: "شامبو إكليل الجبل ", description: "تحفيز بصيلات الشعر والمساعدة في التكثيف الحيوي ", media: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cx9nk9sCSbinRaOXqM7TyaxmbU/uploaded-1777317963591-phr5pus9.jpg", imageAlt: "Science lab" }, items: [{ icon: FlaskConical, text: "لعناية اكثر ولمعان اقوة " }], reverse: true }
{ title: "فوائد شامبو وسيروم الكافيين ", description: "غني بالكافيين والكولاجين والبيوتين لمعالجة تساقط الشعر وتغذية الشعر وتعزيز بصيلاتها من الجذور وجعلها أقوى وألمع
مناسب للاستخدام اليومي لشعر ناعم وطبيعي
مستحضر لجميع أنواع الشعر خالي من السلفات و البرابين ", media: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cx9nk9sCSbinRaOXqM7TyaxmbU/uploaded-1777759857284-tmxsyp86.jpg", imageAlt: "Foundation bottles" }, items: [{ icon: Leaf, text: "لعناية صحية يومية لشعرك " }], reverse: false },
{ title: "( الشامبو إكليل الجبل) ", description: "( الشامبو إكليل الجبل )
يقوي الجذور: يحتوي على الكيراتين لدعم نمو الشعر الصحي.
يضيف لمعان: غني بالكولاجين للمساعدة على استعادة النعومة واللمعان.
وبشكل عام، بما أنه شامبو بإكليل الجبل مع كيراتين وكولاجين، فوائده
تقليل تساقط الشعر.
تحفيز الدورة الدموية في فروة الرأس.
تقوية الشعرة من الداخل.
ترطيب وتحسين مظهر الشعر الباهت أو التالف
خالي من السلفات و البرابين ااااا", media: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cx9nk9sCSbinRaOXqM7TyaxmbU/uploaded-1777759806647-okfzfs73.jpg", imageAlt: "Science lab" }, items: [{ icon: FlaskConical, text: "لعناية اكثر ولمعان اقوة " }], reverse: true }
]}
title="Why Choose Senerita Libya?"
description="We blend the best of scientific innovation with pure natural ingredients."
/>
</div>
<div id="socialProof" data-section="socialProof">
<SocialProofOne
textboxLayout="default"
useInvertedBackground={true}
names={["Libya Health", "Beauty Global", "DistroTech", "NatureCare", "Libyan Retail Co"]}
title="Trusted by Local Partners"
description="Partners who support our commitment to quality."
title="صحة الشعر من صحتك وأناقتك "
description="منتجات غنية بالمستخلصات الطبيعية لفروة شعر ناعمة وحيوية "
/>
</div>
@@ -96,11 +111,11 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
testimonials={[
{ id: "t1", name: "FATIMA ", role: "Homemaker", company: "Tripoli", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-coquettish-brunette-woman-laughing-smiling-looking-down-flirty-standing-ove_1258-87409.jpg?_wi=2" },
{ id: "t2", name: "Fatima ", role: "Beauty Enthusiast", company: "Benghazi", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-corrects-her-hairstyle-looks-aside_8353-10717.jpg" }
{ id: "t1", name: "FATIMA ", role: "منتجكم شامبو السيروم جدا رهيب وفادني كثير ", company: "طرابلس ", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-coquettish-brunette-woman-laughing-smiling-looking-down-flirty-standing-ove_1258-87409.jpg?_wi=2" },
{ id: "t2", name: "Fatima ", role: "اهنيكم على منتجاتكم الجميلة وتجربة تتكرر اكيد ", company: "بنغازي ", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-corrects-her-hairstyle-looks-aside_8353-10717.jpg" }
]}
title="اراء العملاء "
description="Hear from our community members."
description="تعليقات العملاء و مدى رضائهم عن منتجاتنا "
/>
</div>
@@ -108,11 +123,11 @@ export default function LandingPage() {
<FaqSplitText
useInvertedBackground={true}
faqs={[
{ id: "q1", title: "Are products safe for all hair types?", content: "Yes, our natural formula is designed for all hair textures." },
{ id: "q2", title: "Where can I buy Senerita products?", content: "Available through our website and authorized local pharmacies." },
{ id: "q3", title: "Do you offer international shipping?", content: "Currently, we serve the Libyan market exclusively to maintain freshness." }
{ id: "q1", title: "للمتابعة عبر الواتس آب ", content: "https://wa.me/c/218946268415 " },
{ id: "q2", title: "للمتابعة عبر الإنستقرام ", content: "https://www.instagram.com/senerita_libya " },
{ id: "q3", title: "للمتابعة عبر الفيس بوك ", content: "https://www.facebook.com/share/1EDmHvo3YN/?mibextid=wwXIfr." }
]}
sideTitle="Frequently Asked Questions"
sideTitle="لطلبات والإستفسارات يرجاء متابعتنا"
faqsAnimation="slide-up"
/>
</div>

View File

@@ -1,60 +0,0 @@
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import PricingCardThree from '@/components/sections/pricing/PricingCardThree';
import FooterCard from '@/components/sections/footer/FooterCard';
export default function ProductsPage() {
return (
<ThemeProvider
defaultButtonVariant="icon-arrow"
defaultTextAnimation="entrance-slide"
borderRadius="rounded"
contentWidth="compact"
sizing="large"
background="floatingGradient"
cardStyle="outline"
primaryButtonStyle="flat"
secondaryButtonStyle="glass"
headingFontWeight="extrabold"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={[
{ name: "Home", id: "/" },
{ name: "About", id: "/#about" },
{ name: "Products", id: "/products" },
{ name: "Contact", id: "/#contact" },
]}
brandName="Senerita+ Libya"
/>
</div>
<div id="products" data-section="products">
<PricingCardThree
title="Our Product Tiers"
description="Choose the perfect hair care plan for your needs."
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
plans={[
{ id: "tier1", price: "LD 79", name: "Basic Care", features: ["Natural Extracts", "Sulfate-Free", "Gentle Cleanse"], buttons: [{ text: "Get Started" }] },
{ id: "tier2", price: "LD 129", name: "Advanced Care", features: ["Natural Extracts", "Sulfate-Free", "Deep Nourishing Serum", "Scalp Stimulating Formula"], buttons: [{ text: "Choose Plan" }] },
{ id: "tier3", price: "LD 199", name: "Premium Therapy", features: ["Full Bundle", "Personalized Consultation", "Priority Support", "Exclusive Hair Oil"], buttons: [{ text: "Buy Now" }] }
]}
/>
</div>
<div id="footer" data-section="footer">
<FooterCard
logoText="Senerita Libya"
copyrightText="© 2025 Senerita Libya | All rights reserved."
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #fbfaf8;
--card: #ffffff;
--foreground: #1a1a1a;
--primary-cta: #1c3d25;
--background: #ffffff;
--card: #f9f9f9;
--foreground: #120a00e6;
--primary-cta: #E34400;
--primary-cta-text: #ffffff;
--secondary-cta: #ffffff;
--secondary-cta-text: #1a1a1a;
--accent: #a8b5a5;
--background-accent: #e6e8e4;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #120a00e6;
--accent: #e2e2e2;
--background-accent: #E34400;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);