From 8c75b42ad3f369537715d88792c1bab008e9bbe9 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 29 Apr 2026 16:19:14 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 167 ++++++++++++++--------------------------------- 1 file changed, 50 insertions(+), 117 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3db8668..2369458 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,16 +31,11 @@ export default function LandingPage() { @@ -107,15 +74,12 @@ export default function LandingPage() {
@@ -151,42 +109,24 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={true} products={[ - { - id: "p1", name: "Luxury Sectional", price: "4,500₪", imageSrc: "http://img.b2bpic.net/free-photo/pillow-sofa_74190-4452.jpg"}, - { - id: "p2", name: "Dining Table Set", price: "3,200₪", imageSrc: "http://img.b2bpic.net/free-photo/top-view-dining-tables-without-food_23-2150157829.jpg"}, - { - id: "p3", name: "Master Bed", price: "2,800₪", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg"}, - { - id: "p4", name: "Leather Recliner", price: "1,500₪", imageSrc: "http://img.b2bpic.net/free-photo/comfortable-armchair-with-decorative-books_23-2147615038.jpg"}, - { - id: "p5", name: "Classic Sideboard", price: "1,900₪", imageSrc: "http://img.b2bpic.net/free-photo/view-shoe-rack-stacking-pair-footwear_23-2150991539.jpg"}, - { - id: "p6", name: "Modern Wardrobe", price: "3,500₪", imageSrc: "http://img.b2bpic.net/free-photo/close-up-cozy-texture-detail_23-2149385260.jpg"}, + { id: "p1", name: "מערכת ישיבה יוקרתית", price: "4,500₪", imageSrc: "http://img.b2bpic.net/free-photo/pillow-sofa_74190-4452.jpg" }, + { id: "p2", name: "פינת אוכל מעוצבת", price: "3,200₪", imageSrc: "http://img.b2bpic.net/free-photo/top-view-dining-tables-without-food_23-2150157829.jpg" }, + { id: "p3", name: "מיטה זוגית קלאסית", price: "2,800₪", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg" }, + { id: "p4", name: "כורסת עור מפנקת", price: "1,500₪", imageSrc: "http://img.b2bpic.net/free-photo/comfortable-armchair-with-decorative-books_23-2147615038.jpg" }, + { id: "p5", name: "מזנון ויטרינה", price: "1,900₪", imageSrc: "http://img.b2bpic.net/free-photo/view-shoe-rack-stacking-pair-footwear_23-2150991539.jpg" }, + { id: "p6", name: "ארון בגדים מודרני", price: "3,500₪", imageSrc: "http://img.b2bpic.net/free-photo/close-up-cozy-texture-detail_23-2149385260.jpg" }, ]} - title="Our Popular Collections" - description="Explore our curated selection of premium home furniture at discount prices." + title="הקולקציות הפופולריות שלנו" + description="גלו את המבחר המוקפד שלנו של רהיטי פרימיום במחירים חסרי תחרות." />
@@ -197,15 +137,12 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} faqs={[ - { - id: "f1", title: "What are the delivery times?", content: "We offer fast delivery times to all regions in the country."}, - { - id: "f2", title: "Are your prices factory prices?", content: "Yes, we import directly from the factory, bypassing unnecessary middlemen."}, - { - id: "f3", title: "Do you offer warranty?", content: "Yes, all our furniture comes with a formal warranty certificate."}, + { id: "f1", title: "מהם זמני האספקה?", content: "אנו מציעים זמני משלוח מהירים לכל חלקי הארץ." }, + { id: "f2", title: "האם המחירים הם מחירי מפעל?", content: "כן, אנחנו מייבאים ישירות מהמפעל ללא פערי תיווך מיותרים." }, + { id: "f3", title: "האם יש אחריות על המוצרים?", content: "כן, כל הרהיטים שלנו מגיעים עם תעודת אחריות רשמית." }, ]} - title="Frequently Asked Questions" - description="Have questions? We've got answers." + title="שאלות ותשובות" + description="יש לכם שאלות? אנחנו כאן עם כל התשובות." faqsAnimation="slide-up" />
@@ -213,12 +150,10 @@ export default function LandingPage() {
@@ -226,13 +161,11 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1