diff --git a/src/app/page.tsx b/src/app/page.tsx index aff8eea..e8d4cbe 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,16 +29,12 @@ export default function LandingPage() { @@ -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() { + + + +
+ +
+ + +
+ + ); +}