Merge version_2 into main #4
117
src/app/page.tsx
117
src/app/page.tsx
@@ -29,16 +29,12 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Catalog", id: "products"},
|
||||
{
|
||||
name: "Reviews", id: "testimonials"},
|
||||
{
|
||||
name: "FAQ", id: "faq"},
|
||||
{
|
||||
name: "Contact", id: "contact"},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Catalog", id: "products" },
|
||||
{ name: "Reviews", id: "testimonials" },
|
||||
{ name: "FAQ", id: "faq" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
{ name: "Products", id: "products-page" },
|
||||
]}
|
||||
brandName="LUXERA"
|
||||
/>
|
||||
@@ -49,40 +45,23 @@ export default function LandingPage() {
|
||||
title="LUXERA – בשמי יוקרה במחיר חכם"
|
||||
description="הניחוחות הכי נחשקים בעולם – עכשיו אצלך, בלי לשלם אלפי שקלים"
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sarah J.", handle: "@sarahj", testimonial: "הריח אחד לאחד – לא מפסיקים לשאול אותי מה אני שם", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-young-redheaded-woman_171337-8472.jpg?_wi=1"},
|
||||
{
|
||||
name: "David K.", handle: "@davidk", testimonial: "איכות מטורפת למחיר – שווה כל שקל", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-lean-grey-wall-holding-laptop-hand_197531-348.jpg?_wi=1"},
|
||||
{
|
||||
name: "Elena R.", handle: "@elenar", testimonial: "ניחוח שנשאר לאורך כל היום, תמורה מעולה.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shot-beautiful-young-businesswoman-wearing-blue-chiffon-shirt-while-standing-with-folded-arms-gray-marble-wall_158595-6775.jpg?_wi=1"},
|
||||
{
|
||||
name: "Michael B.", handle: "@michaelb", testimonial: "פשוט מדהים, שירות מהיר ואדיב!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-retro-stylish-redhead-man-suspenders-posing-against-white-wall-studio_613910-5286.jpg?_wi=1"},
|
||||
{
|
||||
name: "Daniel S.", handle: "@daniels", testimonial: "לא אקנה שום דבר אחר מעכשיו.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-blonde-guy-wearing-yellow-t-shirt_141793-89199.jpg?_wi=1"},
|
||||
{ name: "Sarah J.", handle: "@sarahj", testimonial: "הריח אחד לאחד – לא מפסיקים לשאול אותי מה אני שם", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-young-redheaded-woman_171337-8472.jpg?_wi=1" },
|
||||
{ name: "David K.", handle: "@davidk", testimonial: "איכות מטורפת למחיר – שווה כל שקל", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-lean-grey-wall-holding-laptop-hand_197531-348.jpg?_wi=1" },
|
||||
{ name: "Elena R.", handle: "@elenar", testimonial: "ניחוח שנשאר לאורך כל היום, תמורה מעולה.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/shot-beautiful-young-businesswoman-wearing-blue-chiffon-shirt-while-standing-with-folded-arms-gray-marble-wall_158595-6775.jpg?_wi=1" },
|
||||
{ name: "Michael B.", handle: "@michaelb", testimonial: "פשוט מדהים, שירות מהיר ואדיב!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-retro-stylish-redhead-man-suspenders-posing-against-white-wall-studio_613910-5286.jpg?_wi=1" },
|
||||
{ name: "Daniel S.", handle: "@daniels", testimonial: "לא אקנה שום דבר אחר מעכשיו.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-blonde-guy-wearing-yellow-t-shirt_141793-89199.jpg?_wi=1" },
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "לצפייה בקטלוג", href: "#products"},
|
||||
{
|
||||
text: "להזמנה עכשיו", href: "#contact"},
|
||||
{ text: "לצפייה בקטלוג", href: "#products" },
|
||||
{ text: "להזמנה עכשיו", href: "#contact" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/crystal-whiskey-bottle-alcohol-drinks-packaging_53876-110846.jpg"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-young-redheaded-woman_171337-8472.jpg", alt: "לקוחה מרוצה"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-young-businessman-lean-grey-wall-holding-laptop-hand_197531-348.jpg", alt: "לקוח מרוצה"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/shot-beautiful-young-businesswoman-wearing-blue-chiffon-shirt-while-standing-with-folded-arms-gray-marble-wall_158595-6775.jpg", alt: "לקוחה מרוצה"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/handsome-young-retro-stylish-redhead-man-suspenders-posing-against-white-wall-studio_613910-5286.jpg", alt: "לקוח מרוצה"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-young-blonde-guy-wearing-yellow-t-shirt_141793-89199.jpg", alt: "לקוח מרוצה"},
|
||||
{ src: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-young-redheaded-woman_171337-8472.jpg", alt: "לקוחה מרוצה" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/smiling-young-businessman-lean-grey-wall-holding-laptop-hand_197531-348.jpg", alt: "לקוח מרוצה" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/shot-beautiful-young-businesswoman-wearing-blue-chiffon-shirt-while-standing-with-folded-arms-gray-marble-wall_158595-6775.jpg", alt: "לקוחה מרוצה" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/handsome-young-retro-stylish-redhead-man-suspenders-posing-against-white-wall-studio_613910-5286.jpg", alt: "לקוח מרוצה" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/smiling-young-blonde-guy-wearing-yellow-t-shirt_141793-89199.jpg", alt: "לקוח מרוצה" },
|
||||
]}
|
||||
avatarText="מעל 5,000 לקוחות כבר מריחים נפלא"
|
||||
/>
|
||||
@@ -93,8 +72,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="למה לבחור ב־LUXERA?"
|
||||
buttons={[
|
||||
{
|
||||
text: "הזמן עכשיו", href: "#contact"},
|
||||
{ text: "הזמן עכשיו", href: "#contact" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -106,18 +84,12 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1", name: "Luxera No.1 (Baccarat Rouge)", price: "₪149", variant: "ניחוח מתוק ועמוק", imageSrc: "http://img.b2bpic.net/free-photo/top-view-perfume-lipstick-arrangement_23-2149234343.jpg"},
|
||||
{
|
||||
id: "p2", name: "Luxera No.7 (Creed Aventus)", price: "₪139", variant: "ניחוח גברי ועוצמתי", imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-bottle-with-luxurious-art-nouveau-inspired-sun-relief-background_23-2151420728.jpg"},
|
||||
{
|
||||
id: "p3", name: "Luxera No.5 (Floral Chic)", price: "₪149", variant: "ניחוח רענן", imageSrc: "http://img.b2bpic.net/free-photo/close-up-perfume-floating-water_23-2150963110.jpg"},
|
||||
{
|
||||
id: "p4", name: "Luxera No.8 (Dark Night)", price: "₪139", variant: "ניחוח מסתורי", imageSrc: "http://img.b2bpic.net/free-photo/ecofriendly-beauty-product_23-2150669127.jpg"},
|
||||
{
|
||||
id: "p5", name: "Luxera No.2 (Vanilla Sky)", price: "₪149", variant: "ניחוח מתוק", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-white-flower-vase-spring-wallpaper_23-2149446784.jpg"},
|
||||
{
|
||||
id: "p6", name: "Luxera No.9 (Oud Gold)", price: "₪159", variant: "ניחוח עצי", imageSrc: "http://img.b2bpic.net/free-photo/perfume-bottle_74190-5175.jpg"},
|
||||
{ id: "p1", name: "Luxera No.1 (Baccarat Rouge)", price: "₪149", variant: "ניחוח מתוק ועמוק", imageSrc: "http://img.b2bpic.net/free-photo/top-view-perfume-lipstick-arrangement_23-2149234343.jpg" },
|
||||
{ id: "p2", name: "Luxera No.7 (Creed Aventus)", price: "₪139", variant: "ניחוח גברי ועוצמתי", imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-bottle-with-luxurious-art-nouveau-inspired-sun-relief-background_23-2151420728.jpg" },
|
||||
{ id: "p3", name: "Luxera No.5 (Floral Chic)", price: "₪149", variant: "ניחוח רענן", imageSrc: "http://img.b2bpic.net/free-photo/close-up-perfume-floating-water_23-2150963110.jpg" },
|
||||
{ id: "p4", name: "Luxera No.8 (Dark Night)", price: "₪139", variant: "ניחוח מסתורי", imageSrc: "http://img.b2bpic.net/free-photo/ecofriendly-beauty-product_23-2150669127.jpg" },
|
||||
{ id: "p5", name: "Luxera No.2 (Vanilla Sky)", price: "₪149", variant: "ניחוח מתוק", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-white-flower-vase-spring-wallpaper_23-2149446784.jpg" },
|
||||
{ id: "p6", name: "Luxera No.9 (Oud Gold)", price: "₪159", variant: "ניחוח עצי", imageSrc: "http://img.b2bpic.net/free-photo/perfume-bottle_74190-5175.jpg" },
|
||||
]}
|
||||
title="קטלוג מוצרים"
|
||||
description="הבשמים הכי נחשקים שלנו במחירים נגישים"
|
||||
@@ -129,16 +101,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1", title: "איכות מעולה", quote: "הריח אחד לאחד – לא מפסיקים לשאול אותי מה אני שם", name: "Sarah J.", role: "לקוחה", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-young-redheaded-woman_171337-8472.jpg?_wi=2"},
|
||||
{
|
||||
id: "t2", title: "מומלץ בחום", quote: "איכות מטורפת למחיר – שווה כל שקל", name: "David K.", role: "לקוח", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-lean-grey-wall-holding-laptop-hand_197531-348.jpg?_wi=2"},
|
||||
{
|
||||
id: "t3", title: "משלוח מהיר", quote: "הריח עמיד לכל היום, פשוט תענוג.", name: "Elena R.", role: "לקוחה", imageSrc: "http://img.b2bpic.net/free-photo/shot-beautiful-young-businesswoman-wearing-blue-chiffon-shirt-while-standing-with-folded-arms-gray-marble-wall_158595-6775.jpg?_wi=2"},
|
||||
{
|
||||
id: "t4", title: "שירות אישי", quote: "הכי קרוב למקור שקיים, הופתעתי מאוד.", name: "Michael B.", role: "לקוח", imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-retro-stylish-redhead-man-suspenders-posing-against-white-wall-studio_613910-5286.jpg?_wi=2"},
|
||||
{
|
||||
id: "t5", title: "אהבתי מאוד", quote: "המשלוח הגיע מהר מאוד, ריח מושלם.", name: "Daniel S.", role: "לקוח", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-blonde-guy-wearing-yellow-t-shirt_141793-89199.jpg?_wi=2"},
|
||||
{ id: "t1", title: "איכות מעולה", quote: "הריח אחד לאחד – לא מפסיקים לשאול אותי מה אני שם", name: "Sarah J.", role: "לקוחה", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-young-redheaded-woman_171337-8472.jpg?_wi=2" },
|
||||
{ id: "t2", title: "מומלץ בחום", quote: "איכות מטורפת למחיר – שווה כל שקל", name: "David K.", role: "לקוח", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-lean-grey-wall-holding-laptop-hand_197531-348.jpg?_wi=2" },
|
||||
{ id: "t3", title: "משלוח מהיר", quote: "הריח עמיד לכל היום, פשוט תענוג.", name: "Elena R.", role: "לקוחה", imageSrc: "http://img.b2bpic.net/free-photo/shot-beautiful-young-businesswoman-wearing-blue-chiffon-shirt-while-standing-with-folded-arms-gray-marble-wall_158595-6775.jpg?_wi=2" },
|
||||
{ id: "t4", title: "שירות אישי", quote: "הכי קרוב למקור שקיים, הופתעתי מאוד.", name: "Michael B.", role: "לקוח", imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-retro-stylish-redhead-man-suspenders-posing-against-white-wall-studio_613910-5286.jpg?_wi=2" },
|
||||
{ id: "t5", title: "אהבתי מאוד", quote: "המשלוח הגיע מהר מאוד, ריח מושלם.", name: "Daniel S.", role: "לקוח", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-blonde-guy-wearing-yellow-t-shirt_141793-89199.jpg?_wi=2" },
|
||||
]}
|
||||
title="מה הלקוחות שלנו אומרים"
|
||||
description="הצטרפו לאלפי לקוחות מרוצים"
|
||||
@@ -149,12 +116,9 @@ export default function LandingPage() {
|
||||
<FaqSplitText
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1", title: "האם הבשמים מקוריים?", content: "לא. מדובר בבשמים בהשראת מותגי יוקרה המציעים ניחוח דומה במחיר נגיש."},
|
||||
{
|
||||
id: "f2", title: "כמה זמן הריח מחזיק?", content: "בין 6–10 שעות בממוצע בהתאם לסוג העור והשימוש."},
|
||||
{
|
||||
id: "f3", title: "איך מזמינים?", content: "ניתן לבצע הזמנה באתר או לשלוח הודעת וואטסאפ למוקד המכירות."},
|
||||
{ id: "f1", title: "האם הבשמים מקוריים?", content: "לא. מדובר בבשמים בהשראת מותגי יוקרה המציעים ניחוח דומה במחיר נגיש." },
|
||||
{ id: "f2", title: "כמה זמן הריח מחזיק?", content: "בין 6–10 שעות בממוצע בהתאם לסוג העור והשימוש." },
|
||||
{ id: "f3", title: "איך מזמינים?", content: "ניתן לבצע הזמנה באתר או לשלוח הודעת וואטסאפ למוקד המכירות." },
|
||||
]}
|
||||
sideTitle="שאלות נפוצות"
|
||||
faqsAnimation="slide-up"
|
||||
@@ -164,8 +128,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient"}}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
tag="צור קשר"
|
||||
title="מוכנים להתחדש בבושם יוקרתי?"
|
||||
description="השאירו פרטים ונחזור אליכם בהקדם!"
|
||||
@@ -180,18 +143,14 @@ export default function LandingPage() {
|
||||
columns={[
|
||||
{
|
||||
title: "ניווט מהיר", items: [
|
||||
{
|
||||
label: "קטלוג מוצרים", href: "#products"},
|
||||
{
|
||||
label: "תקנון אתר", href: "#"},
|
||||
{ label: "קטלוג מוצרים", href: "#products" },
|
||||
{ label: "תקנון אתר", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "יצירת קשר", items: [
|
||||
{
|
||||
label: "וואטסאפ: 05X-XXXXXXX", href: "https://wa.me/9725XXXXXXXX"},
|
||||
{
|
||||
label: "אינסטגרם", href: "https://instagram.com/luxera.official"},
|
||||
{ label: "וואטסאפ: 05X-XXXXXXX", href: "https://wa.me/9725XXXXXXXX" },
|
||||
{ label: "אינסטגרם", href: "https://instagram.com/luxera.official" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
73
src/app/products/page.tsx
Normal file
73
src/app/products/page.tsx
Normal file
@@ -0,0 +1,73 @@
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||
|
||||
export default function ProductsPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="directional-hover"
|
||||
defaultTextAnimation="background-highlight"
|
||||
borderRadius="rounded"
|
||||
contentWidth="compact"
|
||||
sizing="mediumLargeSizeLargeTitles"
|
||||
background="fluid"
|
||||
cardStyle="glass-depth"
|
||||
primaryButtonStyle="double-inset"
|
||||
secondaryButtonStyle="solid"
|
||||
headingFontWeight="bold"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Catalog", id: "products" },
|
||||
{ name: "Reviews", id: "testimonials" },
|
||||
{ name: "FAQ", id: "faq" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
{ name: "Products", id: "products-page" },
|
||||
]}
|
||||
brandName="LUXERA"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="products-page" data-section="products">
|
||||
<ProductCardFour
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={false}
|
||||
title="כל הקולקציה שלנו"
|
||||
description="הנה כל המוצרים שלנו במקום אחד"
|
||||
products={[
|
||||
{ id: "prod1", name: "Signature Scent A", price: "₪149", variant: "רענן", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C7skXDFeADlw2jxyUkDe1ew4XG/uploaded-1775748995036-ibfvkgtq.png" },
|
||||
{ id: "prod2", name: "Signature Scent B", price: "₪149", variant: "מתוק", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C7skXDFeADlw2jxyUkDe1ew4XG/uploaded-1775748995036-tbjsv3bh.png" },
|
||||
{ id: "prod3", name: "Signature Scent C", price: "₪159", variant: "עצי", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C7skXDFeADlw2jxyUkDe1ew4XG/uploaded-1775748995036-ne9x63dj.png" },
|
||||
{ id: "prod4", name: "Signature Scent D", price: "₪139", variant: "פרחוני", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C7skXDFeADlw2jxyUkDe1ew4XG/uploaded-1775748995036-ogk4pjj6.png" },
|
||||
{ id: "prod5", name: "Signature Scent E", price: "₪149", variant: "מסתורי", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C7skXDFeADlw2jxyUkDe1ew4XG/uploaded-1775748995036-s5wi04ij.png" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseReveal
|
||||
logoText="LUXERA"
|
||||
columns={[
|
||||
{
|
||||
title: "ניווט מהיר", items: [
|
||||
{ label: "קטלוג מוצרים", href: "#products" },
|
||||
{ label: "תקנון אתר", href: "#" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
copyrightText="© 2024 Luxera. כל הזכויות שמורות."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user