diff --git a/src/app/page.tsx b/src/app/page.tsx index 267f5ec..37c80af 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,15 +30,15 @@ export default function LandingPage() { @@ -48,47 +48,47 @@ export default function LandingPage() { @@ -98,12 +98,12 @@ export default function LandingPage() { useInvertedBackground={false} heading={[ { - type: "text", content: "Elevating the Standard of Home Maintenance"}, + type: "text", content: "מעלים את הסטנדרט של תחזוקת הבית"}, { - type: "image", src: "http://img.b2bpic.net/free-photo/dad-teaching-his-boy-how-shave_23-2149588735.jpg", alt: "About us"}, + type: "image", src: "http://img.b2bpic.net/free-photo/dad-teaching-his-boy-how-shave_23-2149588735.jpg", alt: "אודות"}, ]} buttons={[ - { text: "View Our Standards", href: "#services" } + { text: "לצפייה בסטנדרטים שלנו", href: "#services" } ]} /> @@ -115,36 +115,36 @@ export default function LandingPage() { features={[ { id: 1, - title: "Luxury Installations", description: "High-end fixtures and bespoke plumbing installations for refined living spaces.", imageSrc: "http://img.b2bpic.net/free-photo/sanitary-technician-working-with-sink_23-2147772219.jpg?_wi=1"}, + title: "התקנות יוקרה", description: "אביזרים איכותיים והתקנות אינסטלציה בהתאמה אישית לחללי מגורים מעודנים.", imageSrc: "http://img.b2bpic.net/free-photo/sanitary-technician-working-with-sink_23-2147772219.jpg?_wi=1"}, { id: 2, - title: "Emergency Repairs", description: "Rapid, professional response for urgent issues, ensuring minimal disruption to your home.", imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721573.jpg"}, + title: "תיקוני חירום", description: "תגובה מהירה ומקצועית לבעיות דחופות, המבטיחה הפרעה מינימלית לביתכם.", imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721573.jpg"}, { id: 3, - title: "Commercial Maintenance", description: "Accountable and documented service contracts for commercial and property facilities.", imageSrc: "http://img.b2bpic.net/free-photo/ceiling-glass-wall_1127-2092.jpg"}, + title: "תחזוקה מסחרית", description: "חוזי שירות שקופים ומתועדים עבור מבנים מסחריים ונדל"ן.", imageSrc: "http://img.b2bpic.net/free-photo/ceiling-glass-wall_1127-2092.jpg"}, ]} - title="Our Professional Services" - description="Comprehensive solutions tailored to your unique requirements, ensuring lasting quality and aesthetic brilliance." + title="השירותים המקצועיים שלנו" + description="פתרונות מקיפים המותאמים לדרישות הייחודיות שלכם, המבטיחים איכות לאורך זמן ואסתטיקה מרהיבה." />
); -} \ No newline at end of file +}