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() {
@@ -51,55 +46,27 @@ export default function LandingPage() {
useInvertedBackground={false}
background={{
variant: "gradient-bars"}}
- title="Vittorio Divani - Furniture Excellence"
- description="Designers and importers of high-quality, elegant furniture at direct factory outlet prices. Transforming houses into homes with quality and value."
+ title="Vittorio Divani - מצוינות בעיצוב הבית"
+ description="עיצוב ויבוא רהיטים איכותיים ויוקרתיים ישירות מהמפעל במחירי אאוטלט. אנחנו הופכים כל בית לבית חלומות עם איכות ללא פשרות."
testimonials={[
- {
- name: "Sarah Levi", handle: "@sarah_l", testimonial: "The best sofa I've bought! Quality is amazing.", rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/full-shot-friends-thrift-shop_23-2149729349.jpg?_wi=1", imageAlt: "luxury modern furniture living room"},
- {
- name: "David Cohen", handle: "@david_c", testimonial: "Excellent service and fast delivery across Israel.", rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/manual-worker-wearing-face-mask-while-working-carpentry-workshop-coronavirus-pandemic_637285-11737.jpg?_wi=1", imageAlt: "luxury modern furniture living room"},
- {
- name: "Maya Golan", handle: "@maya_g", testimonial: "Stunning designs and very affordable pricing.", rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/loop-circular-collage-concept_52683-104242.jpg", imageAlt: "luxury modern furniture living room"},
- {
- name: "Eitan Ben", handle: "@eitan_b", testimonial: "Professional team and high quality materials.", rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/hand-placing-wooden-block-represent-growth_23-2148780590.jpg", imageAlt: "luxury modern furniture living room"},
- {
- name: "Ruth Katz", handle: "@ruth_k", testimonial: "My living room looks like a magazine cover now.", rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/side-view-people-working-with-laptop_23-2149721892.jpg", imageAlt: "luxury modern furniture living room"},
+ { name: "שרה לוי", handle: "@sarah_l", testimonial: "הספה הכי טובה שקניתי! האיכות מדהימה.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/full-shot-friends-thrift-shop_23-2149729349.jpg?_wi=1", imageAlt: "luxury modern furniture living room" },
+ { name: "דוד כהן", handle: "@david_c", testimonial: "שירות מצוין ומשלוח מהיר לכל הארץ.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/manual-worker-wearing-face-mask-while-working-carpentry-workshop-coronavirus-pandemic_637285-11737.jpg?_wi=1", imageAlt: "luxury modern furniture living room" },
+ { name: "מאיה גולן", handle: "@maya_g", testimonial: "עיצובים מרהיבים במחירים נגישים מאוד.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/loop-circular-collage-concept_52683-104242.jpg", imageAlt: "luxury modern furniture living room" },
+ { name: "איתן בן", handle: "@eitan_b", testimonial: "צוות מקצועי וחומרים איכותיים ברמה גבוהה.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/hand-placing-wooden-block-represent-growth_23-2148780590.jpg", imageAlt: "luxury modern furniture living room" },
+ { name: "רות כץ", handle: "@ruth_k", testimonial: "הסלון שלי נראה עכשיו כמו מגזין עיצוב.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/side-view-people-working-with-laptop_23-2149721892.jpg", imageAlt: "luxury modern furniture living room" },
]}
buttons={[
- {
- text: "Shop Collections", href: "#products"},
+ { text: "לצפייה בקולקציות", href: "#products" },
]}
imageSrc="http://img.b2bpic.net/free-photo/full-shot-friends-thrift-shop_23-2149729349.jpg?_wi=2"
mediaAnimation="slide-up"
- avatars={[
- {
- src: "http://img.b2bpic.net/free-photo/full-shot-woman-antique-store_23-2149640721.jpg", alt: "Customer profile 1"},
- {
- src: "http://img.b2bpic.net/free-photo/smiley-woman-thrift-shop-full-shot_23-2149726868.jpg", alt: "Customer profile 2"},
- {
- src: "http://img.b2bpic.net/free-photo/vintage-table-arrangement-antique-store_23-2149640751.jpg", alt: "Customer profile 3"},
- {
- src: "http://img.b2bpic.net/free-photo/empty-therapist-office-with-modern-furniture-decorations_482257-108008.jpg", alt: "Customer profile 4"},
- {
- src: "http://img.b2bpic.net/free-photo/full-shot-smiley-man-woman-home_23-2148899724.jpg", alt: "Customer profile 5"},
- ]}
- avatarText="Join 5000+ happy customers"
+ avatarText="הצטרפו ל-5000+ לקוחות מרוצים"
marqueeItems={[
- {
- type: "text", text: "Factory Direct"},
- {
- type: "text", text: "Nationwide Delivery"},
- {
- type: "text", text: "Premium Quality"},
- {
- type: "text", text: "Expert Support"},
- {
- type: "text", text: "Warranty Included"},
+ { type: "text", text: "ישירות מהמפעל" },
+ { type: "text", text: "משלוחים לכל הארץ" },
+ { type: "text", text: "איכות פרימיום" },
+ { type: "text", text: "שירות מומחים" },
+ { type: "text", text: "אחריות מלאה" },
]}
/>
@@ -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