{"id":6,"date":"2025-06-28T13:56:28","date_gmt":"2025-06-28T13:56:28","guid":{"rendered":"https:\/\/jaddwell.com\/?page_id=6"},"modified":"2025-09-03T07:59:47","modified_gmt":"2025-09-03T07:59:47","slug":"home","status":"publish","type":"page","link":"https:\/\/jaddwell.com\/","title":{"rendered":"Homepage"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n  <meta charset=\"UTF-8\" \/>\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\/>\n  <title>Jaddwell &#8211; Architecture and Design Firm<\/title>\n  <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n  <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n  <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;500;600;700&#038;display=swap\" rel=\"stylesheet\">\n  <link href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\" rel=\"stylesheet\">\n  <style>\n    \/* Reset *\/\n    * { margin:0; padding:0; box-sizing:border-box; }\n    body {\n      font-family:'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;\n      background-color: #ffffff; \/* White background *\/\n      color: #1f2937; \/* Dark text for contrast *\/\n    }\n    .container {\n      max-width:1280px;\n      margin:0 auto;\n      padding:0 1rem;\n    }\n    @media (min-width:640px) { .container { padding:0 1.5rem; } }\n    @media (min-width:1024px) { .container { padding:0 2rem; } }\n    section {\n      padding:4rem 0;\n    }\n    h1, h2, h3 {\n      color: #1f2937; \/* Dark text for headings *\/\n      font-weight: 700;\n    }\n    h1 { font-size: 2.5rem; margin-bottom: 1rem; }\n    h2 { font-size: 2rem; margin-bottom: 1.5rem; }\n    h3 { font-size: 1.5rem; margin-bottom: 1rem; }\n    p { margin-bottom: 1rem; line-height: 1.6; }\n    .btn {\n      background:#fcd34d; \/* Amber color matching header hover *\/\n      color:#1f2937;\n      padding:0.75rem 1.5rem;\n      border-radius:0.5rem;\n      font-weight:600;\n      text-decoration:none;\n      display:inline-block;\n      transition:all .3s ease;\n    }\n    .btn:hover {\n      background:#d97706; \/* Matches header button hover *\/\n      transform:translateY(-1px);\n    }\n    \/* Hero Section *\/\n    .hero {\n      position: relative;\n      overflow: hidden;\n      text-align: center;\n      padding: 8rem 0;\n      color: #ffffff; \/* White text for hero *\/\n    }\n    .hero-bg {\n      position: absolute;\n      top: 0;\n      left: 0;\n      width: 100%;\n      height: 100%;\n      background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('https:\/\/jaddwell.com\/wp-content\/uploads\/2025\/09\/117869595_1534475683398002_5577152999084377170_n-1.webp');\n      background-size: cover;\n      background-position: center;\n      transition: transform 0.3s ease;\n      z-index: -1;\n    }\n    .hero:hover .hero-bg {\n      transform: scale(1.05);\n    }\n    .hero h1 { font-size: 3rem; color: #ffffff; }\n    .hero p { font-size: 1.25rem; max-width: 800px; margin: 0 auto 2rem; }\n    \/* About Section *\/\n    .about { text-align: center; }\n    .about-content {\n      display: flex;\n      flex-direction: column;\n      gap: 2rem;\n    }\n    .about-text {\n      text-align: center;\n    }\n    .about-image {\n      display: none;\n      width: 100%;\n      max-width: 600px; \/* Limit image width to prevent overflow *\/\n      height: auto;\n      border-radius: 0.5rem;\n      margin: 0 auto; \/* Center image in mobile *\/\n    }\n    @keyframes fadeIn {\n      from { opacity: 0; }\n      to { opacity: 1; }\n    }\n    @media (min-width: 1024px) {\n      .about-content {\n        flex-direction: row;\n        align-items: center;\n        justify-content: space-between;\n      }\n      .about-text {\n        flex: 1;\n        text-align: left;\n        max-width: 50%;\n      }\n      .about-image {\n        display: block;\n        flex: 0 1 45%; \/* Slightly smaller flex basis for image *\/\n        animation: fadeIn 1s ease-in;\n      }\n    }\n    .about p { margin: 0; }\n    \/* Services Section *\/\n    .services {\n      text-align: center;\n    }\n    .services-grid {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n      gap: 2rem;\n    }\n    @media (min-width: 1024px) {\n      .services-grid {\n        grid-template-columns: repeat(4, 1fr);\n      }\n    }\n    .service-item {\n      background: #f3f4f6; \/* Light gray for contrast *\/\n      padding: 2rem;\n      border-radius: 0.5rem;\n      text-align: center;\n      transition: all .3s ease;\n    }\n    .service-item:hover {\n      background: #e5e7eb; \/* Slightly darker gray on hover *\/\n      transform: translateY(-5px);\n    }\n    .service-item i {\n      font-size: 2.5rem;\n      color: #fcd34d; \/* Amber icon color *\/\n      margin-bottom: 1rem;\n    }\n    \/* Portfolio Section *\/\n    .portfolio {\n      text-align: center;\n    }\n    .portfolio-grid {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n      gap: 2rem;\n    }\n    @media (min-width: 1024px) {\n      .portfolio-grid {\n        grid-template-columns: repeat(2, 1fr); \/* 2 columns, resulting in 2 rows for 4 items *\/\n      }\n    }\n    .portfolio-item {\n      position: relative;\n      overflow: hidden;\n      border-radius: 0.5rem;\n    }\n    .portfolio-item img {\n      width: 100%;\n      height: auto;\n      display: block;\n      transition: transform .3s ease;\n    }\n    .portfolio-item:hover img {\n      transform: scale(1.05);\n    }\n    .portfolio-overlay {\n      position: absolute;\n      bottom: 0;\n      left: 0;\n      right: 0;\n      background: rgba(0,0,0,0.7);\n      padding: 1rem;\n      text-align: center;\n      color: #ffffff;\n    }\n    .portfolio-overlay h3 {\n      font-size: 1.25rem;\n      margin-bottom: 0.5rem;\n      color: #ffffff;\n    }\n    .portfolio-overlay p {\n      font-size: 0.875rem;\n    }\n    \/* Contact Section *\/\n    .contact { text-align: center; }\n    .contact form {\n      max-width: 600px;\n      margin: 0 auto;\n      display: flex;\n      flex-direction: column;\n      gap: 1rem;\n    }\n    .contact input, .contact textarea {\n      background: #f3f4f6; \/* Light gray input background *\/\n      border: 1px solid #d1d5db;\n      color: #1f2937;\n      padding: 1rem;\n      border-radius: 0.5rem;\n    }\n    .contact input:focus, .contact textarea:focus {\n      outline: none;\n      border-color: #fcd34d;\n    }\n  <\/style>\n<\/head>\n<body>\n  <main>\n    <!-- Hero Section -->\n    <section class=\"hero\">\n      <div class=\"hero-bg\"><\/div>\n      <div class=\"container\">\n        <h1>Jaddwell: Innovative Architecture &#038; Design<\/h1>\n        <p>As a premier architecture and design firm in Israel, Jaddwell creates inspiring spaces that blend functionality, aesthetics, and sustainability. We transform visions into reality for residential, commercial, and public projects.<\/p>\n        <a href=\"#contact\" class=\"btn\">Get Started<\/a>\n      <\/div>\n    <\/section>\n\n    <!-- About Section -->\n    <section class=\"about\">\n      <div class=\"container\">\n        <div class=\"about-content\">\n          <div class=\"about-text\">\n            <h2>About Jaddwell<\/h2>\n            <p>Jaddwell is a leading architecture and design firm based in Israel, dedicated to delivering cutting-edge solutions tailored to our clients&#8217; needs. With a team of experienced architects, designers, and engineers, we specialize in creating spaces that are not only beautiful but also efficient and environmentally friendly.<\/p>\n            <p>Our approach combines innovative design principles with a deep understanding of local regulations and cultural contexts, ensuring every project exceeds expectations.<\/p>\n          <\/div>\n          <img decoding=\"async\" class=\"about-image\" src=\"https:\/\/jaddwell.com\/wp-content\/uploads\/2025\/09\/16179617_667087520136827_7993018343880231471_o-1.jpg\" alt=\"3D architectural model on blueprints\">\n        <\/div>\n      <\/div>\n    <\/section>\n\n    <!-- Services Section -->\n    <section class=\"services\">\n      <div class=\"container\">\n        <h2>Our Services<\/h2>\n        <div class=\"services-grid\">\n          <div class=\"service-item\">\n            <i class=\"fas fa-drafting-compass\"><\/i>\n            <h3>Architectural Design<\/h3>\n            <p>From concept to completion, we handle all aspects of architectural design for residential and commercial buildings.<\/p>\n          <\/div>\n          <div class=\"service-item\">\n            <i class=\"fas fa-paint-brush\"><\/i>\n            <h3>Interior Design<\/h3>\n            <p>Creating functional and aesthetically pleasing interiors that reflect your style and needs.<\/p>\n          <\/div>\n          <div class=\"service-item\">\n            <i class=\"fas fa-leaf\"><\/i>\n            <h3>Sustainable Design<\/h3>\n            <p>Incorporating eco-friendly materials and energy-efficient solutions into every project.<\/p>\n          <\/div>\n          <div class=\"service-item\">\n            <i class=\"fas fa-hard-hat\"><\/i>\n            <h3>Project Management<\/h3>\n            <p>Overseeing construction to ensure timely delivery and adherence to budget.<\/p>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/section>\n\n    <!-- Portfolio Section -->\n    <section class=\"portfolio\">\n      <div class=\"container\">\n        <h2>Our Portfolio<\/h2>\n        <div class=\"portfolio-grid\">\n          <div class=\"portfolio-item\">\n            <img decoding=\"async\" src=\"https:\/\/jaddwell.com\/wp-content\/uploads\/2025\/09\/117803581_1534475750064662_1791700463105996664_n.jpg\" alt=\"Modern Villa Exterior\">\n            <div class=\"portfolio-overlay\">\n              <h3>Modern Villa Exterior<\/h3>\n              <p>Luxurious modern home with pool, garden, and elegant lighting in a serene setting.<\/p>\n            <\/div>\n          <\/div>\n          <div class=\"portfolio-item\">\n            <img decoding=\"async\" src=\"https:\/\/jaddwell.com\/wp-content\/uploads\/2025\/09\/117889933_1534486653396905_7831778142910717409_n.jpg\" alt=\"Landscape Garden Design\">\n            <div class=\"portfolio-overlay\">\n              <h3>Landscape Garden Design<\/h3>\n              <p>Elegant backyard featuring a central fountain, vibrant lighting, and patterned tiling.<\/p>\n            <\/div>\n          <\/div>\n          <div class=\"portfolio-item\">\n            <img decoding=\"async\" src=\"https:\/\/jaddwell.com\/wp-content\/uploads\/2025\/09\/117936137_1534475900064647_8521580660234444410_n.jpg\" alt=\"Contemporary Dining Room\">\n            <div class=\"portfolio-overlay\">\n              <h3>Contemporary Dining Room<\/h3>\n              <p>Stylish interior with yellow chairs, gold accents, and purple curtains for a luxurious feel.<\/p>\n            <\/div>\n          <\/div>\n          <div class=\"portfolio-item\">\n            <img decoding=\"async\" src=\"https:\/\/jaddwell.com\/wp-content\/uploads\/2025\/09\/117779599_1534476013397969_2655562941635013982_n.jpg\" alt=\"Luxurious Living Room\">\n            <div class=\"portfolio-overlay\">\n              <h3>Luxurious Living Room<\/h3>\n              <p>Modern living space with marble walls, built-in shelves, and sophisticated gold detailing.<\/p>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/section>\n\n    <!-- Contact Section -->\n    <section class=\"contact\" id=\"contact\">\n      <div class=\"container\">\n        <h2>Contact Us<\/h2>\n        <p>Ready to bring your vision to life? Get in touch with our team today.<\/p>\n        <form action=\"#\" method=\"post\">\n          <input type=\"text\" placeholder=\"Your Name\" required>\n          <input type=\"email\" placeholder=\"Your Email\" required>\n          <input type=\"tel\" placeholder=\"Your Phone\">\n          <textarea placeholder=\"Your Message\" rows=\"5\" required><\/textarea>\n          <button type=\"submit\" class=\"btn\">Send Message<\/button>\n        <\/form>\n      <\/div>\n    <\/section>\n  <\/main>\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>Jaddwell &#8211; Architecture and Design Firm Jaddwell: Innovative Architecture &#038; Design As a premier architecture and design firm in Israel, Jaddwell creates inspiring spaces that blend functionality, aesthetics, and sustainability. We transform visions into reality for residential, commercial, and public projects. Get Started About Jaddwell Jaddwell is a leading architecture and design firm based in [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-6","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/jaddwell.com\/index.php?rest_route=\/wp\/v2\/pages\/6","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/jaddwell.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/jaddwell.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/jaddwell.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/jaddwell.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=6"}],"version-history":[{"count":59,"href":"https:\/\/jaddwell.com\/index.php?rest_route=\/wp\/v2\/pages\/6\/revisions"}],"predecessor-version":[{"id":181,"href":"https:\/\/jaddwell.com\/index.php?rest_route=\/wp\/v2\/pages\/6\/revisions\/181"}],"wp:attachment":[{"href":"https:\/\/jaddwell.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=6"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}