{"id":128,"date":"2026-08-12T02:40:36","date_gmt":"2026-08-12T02:40:36","guid":{"rendered":"https:\/\/renovate-build.com\/?page_id=128"},"modified":"2026-08-12T02:40:37","modified_gmt":"2026-08-12T02:40:37","slug":"home","status":"publish","type":"page","link":"https:\/\/renovate-build.com\/","title":{"rendered":"Home"},"content":{"rendered":"\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=Fraunces:ital,opsz,wght@0,9..144,400;0,9..144,600;1,9..144,500&#038;family=IBM+Plex+Mono:wght@400;500;600&#038;family=Inter:wght@400;500;600;700&#038;display=swap\" rel=\"stylesheet\">\n<style>\n  :root{\n    --navy:#16233F;\n    --navy-light:#213864;\n    --navy-deep:#0E1830;\n    --line:#8FB4D9;\n    --line-dim:rgba(143,180,217,.32);\n    --cream:#F3ECDC;\n    --cream-dark:#E7D9BC;\n    --clay:#B5602E;\n    --clay-dark:#8E491F;\n    --sage:#8CA07C;\n    --char:#221E19;\n    --white:#FFFDF8;\n    --radius:2px;\n  }\n  *{box-sizing:border-box; margin:0; padding:0;}\n  html{scroll-behavior:smooth;}\n  body{\n    font-family:'Inter',sans-serif;\n    background:var(--cream);\n    color:var(--char);\n    line-height:1.55;\n    -webkit-font-smoothing:antialiased;\n  }\n  img,svg{display:block; max-width:100%;}\n  a{color:inherit;}\n  .wrap{max-width:1180px; margin:0 auto; padding:0 32px;}\n  .eyebrow{\n    font-family:'IBM Plex Mono',monospace;\n    font-size:12px;\n    letter-spacing:.14em;\n    text-transform:uppercase;\n    color:var(--clay);\n    display:flex;\n    align-items:center;\n    gap:10px;\n  }\n  .eyebrow::before{content:\"\"; width:22px; height:1px; background:var(--clay);}\n  h1,h2,h3{font-family:'Fraunces',serif; font-weight:600; line-height:1.08; letter-spacing:-.01em;}\n  .italic{font-style:italic; font-weight:500;}\n  button, .btn{font-family:'IBM Plex Mono',monospace; cursor:pointer;}\n\n  \/* ---------- Reduced motion ---------- *\/\n  @media (prefers-reduced-motion: reduce){\n    *{animation:none !important; transition:none !important;}\n  }\n\n  \/* ---------- Focus ---------- *\/\n  a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible{\n    outline:2px solid var(--clay); outline-offset:3px;\n  }\n\n  \/* ---------- NAV ---------- *\/\n  header.site{\n    position:sticky; top:0; z-index:50;\n    background:rgba(243,236,220,.92);\n    backdrop-filter:blur(6px);\n    border-bottom:1px solid var(--cream-dark);\n  }\n  .nav{\n    display:flex; align-items:center; justify-content:space-between;\n    padding:18px 32px; max-width:1180px; margin:0 auto;\n  }\n  .logo{\n    display:flex; align-items:center; gap:10px;\n    font-family:'Fraunces',serif; font-weight:600; font-size:22px;\n    letter-spacing:-.01em;\n  }\n  .logo .mark{\n    width:36px; height:36px; border:1.5px solid var(--char);\n    display:flex; align-items:center; justify-content:center;\n    font-family:'IBM Plex Mono',monospace; font-size:13px; font-weight:600;\n    position:relative;\n  }\n  .logo .mark::after{\n    content:\"\"; position:absolute; inset:5px;\n    border:1px dashed var(--clay); opacity:.6;\n  }\n  .logo small{\n    display:block; font-family:'IBM Plex Mono',monospace; font-size:9.5px;\n    letter-spacing:.12em; font-weight:500; color:var(--clay); text-transform:uppercase;\n  }\n  nav.links{display:flex; gap:34px; font-size:14px; font-weight:500;}\n  nav.links a{text-decoration:none; position:relative; padding-bottom:3px;}\n  nav.links a::after{\n    content:\"\"; position:absolute; left:0; bottom:0; height:1px; width:0;\n    background:var(--clay); transition:width .25s ease;\n  }\n  nav.links a:hover::after{width:100%;}\n  .nav-right{display:flex; align-items:center; gap:22px;}\n  .phone{font-family:'IBM Plex Mono',monospace; font-size:13.5px; font-weight:600; text-decoration:none; display:none;}\n  .cta{\n    background:var(--clay); color:var(--white); border:none;\n    padding:11px 20px; font-size:12.5px; font-weight:600;\n    letter-spacing:.06em; text-transform:uppercase;\n    text-decoration:none; display:inline-block;\n    transition:background .2s ease, transform .2s ease;\n  }\n  .cta:hover{background:var(--clay-dark); transform:translateY(-1px);}\n  @media(min-width:860px){.phone{display:block;}}\n  @media(max-width:860px){nav.links{display:none;}}\n\n  \/* ---------- HERO ---------- *\/\n  .hero{\n    position:relative; overflow:hidden;\n    background:var(--navy);\n    color:var(--white);\n    padding:110px 32px 90px;\n  }\n  .blueprint-grid{\n    position:absolute; inset:0;\n    background-image:\n      linear-gradient(var(--line-dim) 1px, transparent 1px),\n      linear-gradient(90deg, var(--line-dim) 1px, transparent 1px);\n    background-size:44px 44px;\n    opacity:.35;\n    animation:driftGrid 40s linear infinite;\n  }\n  @keyframes driftGrid{ from{background-position:0 0;} to{background-position:440px 440px;} }\n  .hero-inner{\n    position:relative; z-index:2; max-width:1180px; margin:0 auto;\n    display:grid; grid-template-columns:1.1fr .9fr; gap:60px; align-items:center;\n  }\n  @media(max-width:900px){.hero-inner{grid-template-columns:1fr;}}\n  .hero-eyebrow{\n    font-family:'IBM Plex Mono',monospace; font-size:12px; letter-spacing:.16em;\n    text-transform:uppercase; color:var(--line); display:flex; align-items:center; gap:10px; margin-bottom:22px;\n  }\n  .hero-eyebrow::before{content:\"\"; width:22px; height:1px; background:var(--line);}\n  .hero h1{font-size:clamp(38px,5.4vw,64px); color:var(--white);}\n  .hero p.sub{\n    margin-top:22px; font-size:17px; max-width:440px; color:#D7DDEA; font-weight:400;\n  }\n  .hero-actions{display:flex; gap:16px; margin-top:34px; flex-wrap:wrap;}\n  .btn-outline{\n    border:1px solid var(--line); color:var(--white); background:transparent;\n    padding:12px 22px; font-size:12.5px; font-weight:600; letter-spacing:.06em;\n    text-transform:uppercase; text-decoration:none; display:inline-block;\n    transition:background .2s ease, border-color .2s ease;\n  }\n  .btn-outline:hover{background:rgba(255,255,255,.08);}\n  .hero-visual{position:relative; aspect-ratio:4\/5;}\n  .hero-visual svg{width:100%; height:100%;}\n\n  \/* ---------- TRUST STRIP ---------- *\/\n  .trust{\n    background:var(--char); color:var(--cream);\n    padding:22px 0; overflow:hidden; border-bottom:1px solid #3a352c;\n  }\n  .trust-row{\n    display:flex; justify-content:space-between; max-width:1180px; margin:0 auto; padding:0 32px;\n    flex-wrap:wrap; gap:18px;\n  }\n  .trust-item{\n    font-family:'IBM Plex Mono',monospace; font-size:13px; letter-spacing:.03em;\n    display:flex; align-items:baseline; gap:8px; white-space:nowrap;\n  }\n  .trust-item b{font-size:20px; font-family:'Fraunces',serif; font-weight:600; color:var(--white);}\n  .trust-item::before{content:\"\u2014\"; color:var(--clay);}\n\n  \/* ---------- SECTION HEADS ---------- *\/\n  section{padding:100px 0;}\n  .sec-head{max-width:640px; margin-bottom:56px;}\n  .sec-head h2{font-size:clamp(30px,3.6vw,44px); margin-top:14px;}\n  .sec-head p{margin-top:16px; font-size:16px; color:#4a453d; max-width:560px;}\n\n  \/* ---------- BEFORE\/AFTER SLIDERS ---------- *\/\n  .showcase{background:var(--cream);}\n  .slider-list{display:flex; flex-direction:column; gap:70px;}\n  .ba-block{display:grid; grid-template-columns:1fr 1.3fr; gap:44px; align-items:center;}\n  .ba-block.reverse{grid-template-columns:1.3fr 1fr;}\n  .ba-block.reverse .ba-info{order:2;}\n  @media(max-width:840px){\n    .ba-block, .ba-block.reverse{grid-template-columns:1fr;}\n    .ba-block.reverse .ba-info{order:0;}\n  }\n  .ba-info .sheet{\n    font-family:'IBM Plex Mono',monospace; font-size:11.5px; letter-spacing:.1em;\n    color:var(--clay); text-transform:uppercase; margin-bottom:10px;\n  }\n  .ba-info h3{font-size:26px; margin-bottom:12px;}\n  .ba-info p{font-size:15px; color:#4a453d; margin-bottom:16px;}\n  .tag-row{display:flex; gap:8px; flex-wrap:wrap;}\n  .tag{\n    font-family:'IBM Plex Mono',monospace; font-size:11px; letter-spacing:.04em;\n    border:1px solid #cfc3a4; padding:5px 10px; color:#5c5647;\n  }\n\n  .ba-frame{\n    position:relative; aspect-ratio:5\/4; overflow:hidden;\n    border:1px solid var(--char); user-select:none; touch-action:none;\n    background:var(--navy);\n  }\n  .ba-layer{position:absolute; inset:0; width:100%; height:100%;}\n  .ba-after{clip-path:inset(0 0 0 50%);}\n  .ba-handle{\n    position:absolute; top:0; bottom:0; left:50%;\n    width:0; transform:translateX(-50%);\n    display:flex; align-items:center; justify-content:center;\n    cursor:ew-resize; z-index:5;\n  }\n  .ba-handle::before{\n    content:\"\"; position:absolute; top:0; bottom:0; left:50%;\n    width:2px; background:var(--white); transform:translateX(-50%);\n    box-shadow:0 0 0 1px rgba(0,0,0,.25);\n  }\n  .ba-grip{\n    width:44px; height:44px; border-radius:50%; background:var(--clay);\n    display:flex; align-items:center; justify-content:center; gap:3px;\n    box-shadow:0 3px 10px rgba(0,0,0,.35); position:relative; z-index:2;\n  }\n  .ba-grip span{width:2px; height:14px; background:var(--white); display:block;}\n  .ba-label{\n    position:absolute; top:12px; font-family:'IBM Plex Mono',monospace; font-size:10.5px;\n    letter-spacing:.1em; text-transform:uppercase; padding:5px 9px; z-index:3;\n  }\n  .ba-label.before{left:12px; background:var(--navy-deep); color:var(--line); border:1px solid var(--line-dim);}\n  .ba-label.after{right:12px; background:var(--white); color:var(--char); border:1px solid var(--char);}\n\n  \/* ---------- SERVICES ---------- *\/\n  .services{background:var(--white); border-top:1px solid var(--cream-dark); border-bottom:1px solid var(--cream-dark);}\n  .svc-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:1px; background:var(--cream-dark);}\n  @media(max-width:760px){.svc-grid{grid-template-columns:1fr;}}\n  .svc-card{background:var(--white); padding:38px 32px; transition:background .25s ease;}\n  .svc-card:hover{background:var(--cream);}\n  .svc-num{font-family:'IBM Plex Mono',monospace; font-size:12px; color:var(--clay); margin-bottom:20px;}\n  .svc-card h3{font-size:20px; margin-bottom:10px;}\n  .svc-card p{font-size:14.5px; color:#4a453d;}\n\n  \/* ---------- PROCESS ---------- *\/\n  .process{background:var(--navy); color:var(--white); position:relative;}\n  .process .sec-head p{color:#c7cede;}\n  .process .eyebrow{color:var(--line);}\n  .process .eyebrow::before{background:var(--line);}\n  .process h2{color:var(--white);}\n  .proc-grid{display:grid; grid-template-columns:repeat(4,1fr); gap:1px; background:var(--navy-light);}\n  @media(max-width:900px){.proc-grid{grid-template-columns:repeat(2,1fr);}}\n  @media(max-width:520px){.proc-grid{grid-template-columns:1fr;}}\n  .proc-card{background:var(--navy); padding:34px 26px;}\n  .proc-sheet{font-family:'IBM Plex Mono',monospace; font-size:34px; color:var(--line); opacity:.55; margin-bottom:18px;}\n  .proc-card h3{font-size:18px; color:var(--white); margin-bottom:10px; font-weight:600;}\n  .proc-card p{font-size:14px; color:#b9c1d6;}\n\n  \/* ---------- TESTIMONIALS ---------- *\/\n  .testimonials{background:var(--cream);}\n  .quote-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:28px;}\n  @media(max-width:900px){.quote-grid{grid-template-columns:1fr;}}\n  .quote-card{\n    background:var(--white); border:1px solid var(--cream-dark); padding:30px;\n    display:flex; flex-direction:column; gap:18px;\n  }\n  .stars{font-family:'IBM Plex Mono',monospace; color:var(--clay); font-size:14px; letter-spacing:2px;}\n  .quote-card p.qtext{font-family:'Fraunces',serif; font-size:17px; font-style:italic; font-weight:500; line-height:1.5;}\n  .quote-who{font-family:'IBM Plex Mono',monospace; font-size:12px; color:#6a6357; text-transform:uppercase; letter-spacing:.05em;}\n\n  \/* ---------- CONTACT ---------- *\/\n  .contact{background:var(--white); border-top:1px solid var(--cream-dark);}\n  .contact-inner{display:grid; grid-template-columns:.9fr 1.1fr; gap:60px;}\n  @media(max-width:900px){.contact-inner{grid-template-columns:1fr;}}\n  .contact-side h2{font-size:clamp(28px,3.2vw,38px); margin-top:14px;}\n  .contact-side p{margin-top:16px; font-size:15.5px; color:#4a453d; max-width:420px;}\n  .contact-meta{margin-top:32px; display:flex; flex-direction:column; gap:14px;}\n  .contact-meta div{font-size:14.5px;}\n  .contact-meta b{font-family:'IBM Plex Mono',monospace; font-size:11px; letter-spacing:.08em; text-transform:uppercase; color:var(--clay); display:block; margin-bottom:3px;}\n\n  form.quote{\n    background:var(--navy); padding:38px; position:relative; border:1px solid var(--char);\n  }\n  .form-row{display:grid; grid-template-columns:1fr 1fr; gap:16px;}\n  @media(max-width:520px){.form-row{grid-template-columns:1fr;}}\n  .field{margin-bottom:18px;}\n  .field label{\n    display:block; font-family:'IBM Plex Mono',monospace; font-size:11px; letter-spacing:.08em;\n    text-transform:uppercase; color:var(--line); margin-bottom:7px;\n  }\n  .field input, .field select, .field textarea{\n    width:100%; background:var(--navy-light); border:1px solid #3a4f7c; color:var(--white);\n    padding:11px 12px; font-family:'Inter',sans-serif; font-size:14px;\n  }\n  .field textarea{resize:vertical; min-height:90px;}\n  .field input::placeholder, .field textarea::placeholder{color:#8590ab;}\n  .submit-btn{\n    width:100%; background:var(--clay); color:var(--white); border:none; padding:15px;\n    font-size:13px; font-weight:600; letter-spacing:.08em; text-transform:uppercase; margin-top:6px;\n    transition:background .2s ease;\n  }\n  .submit-btn:hover{background:var(--clay-dark);}\n  .form-note{font-family:'IBM Plex Mono',monospace; font-size:11px; color:#8590ab; margin-top:14px; text-align:center;}\n\n  \/* ---------- FOOTER ---------- *\/\n  footer{background:var(--char); color:#c9c3b6; padding:50px 0 28px;}\n  .foot-top{display:flex; justify-content:space-between; flex-wrap:wrap; gap:30px; padding-bottom:32px; border-bottom:1px solid #3a352c;}\n  .foot-logo{display:flex; align-items:center; gap:10px; color:var(--white); font-family:'Fraunces',serif; font-size:20px; font-weight:600;}\n  .foot-logo .mark{width:32px; height:32px; border:1.5px solid var(--white); display:flex; align-items:center; justify-content:center; font-family:'IBM Plex Mono',monospace; font-size:11px;}\n  .foot-links{display:flex; gap:44px; flex-wrap:wrap;}\n  .foot-col b{display:block; font-family:'IBM Plex Mono',monospace; font-size:11px; letter-spacing:.08em; text-transform:uppercase; color:var(--clay); margin-bottom:10px;}\n  .foot-col a{display:block; font-size:13.5px; color:#c9c3b6; text-decoration:none; margin-bottom:7px;}\n  .foot-col a:hover{color:var(--white);}\n  .foot-bottom{display:flex; justify-content:space-between; padding-top:24px; font-family:'IBM Plex Mono',monospace; font-size:11.5px; color:#7a7568; flex-wrap:wrap; gap:10px;}\n<\/style>\n<header class=\"site\">\n  <div class=\"nav\">\n    <div class=\"logo\">\n      <span class=\"mark\">R&amp;R<\/span>\n      <span>R&amp;R Renovation<br><small>You Relax, We Renovate<\/small><\/span>\n    <\/div>\n    <nav class=\"links\">\n      <a href=\"#work\">Our Work<\/a>\n      <a href=\"#services\">Services<\/a>\n      <a href=\"#process\">Process<\/a>\n      <a href=\"#reviews\">Reviews<\/a>\n    <\/nav>\n    <div class=\"nav-right\">\n      <a class=\"phone\" href=\"tel:+15551234567\">(555) 123-4567<\/a>\n      <a class=\"cta\" href=\"#contact\">Get a Quote<\/a>\n    <\/div>\n  <\/div>\n<\/header>\n\n<section class=\"hero\">\n  <div class=\"blueprint-grid\" aria-hidden=\"true\"><\/div>\n  <div class=\"hero-inner\">\n    <div>\n      <div class=\"hero-eyebrow\">Residential Renovation, Sheet 001<\/div>\n      <h1>You relax.<br><span class=\"italic\">We renovate.<\/span><\/h1>\n      <p class=\"sub\">From first sketch to final walkthrough, R&amp;R handles every measurement, material, and mess \u2014 so the only thing you have to do is imagine the after.<\/p>\n      <div class=\"hero-actions\">\n        <a class=\"cta\" href=\"#contact\">Get Your Free Quote<\/a>\n        <a class=\"btn-outline\" href=\"#work\">See Our Work<\/a>\n      <\/div>\n    <\/div>\n    <div class=\"hero-visual\" aria-hidden=\"true\">\n      <svg viewBox=\"0 0 400 500\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n        <rect x=\"0\" y=\"0\" width=\"400\" height=\"500\" fill=\"none\"\/>\n        <g stroke=\"#8FB4D9\" stroke-width=\"1\" opacity=\"0.55\">\n          <rect x=\"30\" y=\"40\" width=\"340\" height=\"420\" fill=\"none\"\/>\n          <line x1=\"30\" y1=\"230\" x2=\"370\" y2=\"230\"\/>\n          <line x1=\"200\" y1=\"40\" x2=\"200\" y2=\"460\"\/>\n          <rect x=\"55\" y=\"65\" width=\"120\" height=\"140\" fill=\"none\" stroke-dasharray=\"4 3\"\/>\n          <rect x=\"220\" y=\"65\" width=\"120\" height=\"140\" fill=\"none\" stroke-dasharray=\"4 3\"\/>\n          <circle cx=\"115\" cy=\"330\" r=\"55\" fill=\"none\"\/>\n          <line x1=\"280\" y1=\"270\" x2=\"280\" y2=\"440\"\/>\n          <line x1=\"250\" y1=\"410\" x2=\"340\" y2=\"410\"\/>\n        <\/g>\n        <g fill=\"#8FB4D9\" font-family=\"IBM Plex Mono, monospace\" font-size=\"10\" opacity=\"0.85\">\n          <text x=\"40\" y=\"30\">14&#8242;-0&#8243; x 18&#8242;-6&#8243;<\/text>\n          <text x=\"240\" y=\"490\">SCALE 1\/4&#8243; = 1&#8242;<\/text>\n        <\/g>\n        <g stroke=\"#C77B45\" stroke-width=\"1.5\" opacity=\"0.9\">\n          <path d=\"M30 40 L370 40\" stroke-dasharray=\"2 4\"\/>\n        <\/g>\n      <\/svg>\n    <\/div>\n  <\/div>\n<\/section>\n\n<div class=\"trust\">\n  <div class=\"trust-row\">\n    <div class=\"trust-item\"><b>2+<\/b> Years in Business<\/div>\n    <div class=\"trust-item\"><b>Licensed<\/b> &amp; Fully Insured<\/div>\n    <div class=\"trust-item\"><b>4.9 \/ 5<\/b> Average Rating<\/div>\n    <div class=\"trust-item\"><b>Free<\/b> On-Site Estimates<\/div>\n  <\/div>\n<\/div>\n\n<section class=\"showcase\" id=\"work\">\n  <div class=\"wrap\">\n    <div class=\"sec-head\">\n      <div class=\"eyebrow\">Sheet 002 \u2014 Before &amp; After<\/div>\n      <h2>Drag to see the transformation.<\/h2>\n      <p>Every project starts as a plan and ends as a place you love. Slide through a few of our recent renovations to see the difference R&amp;R makes.<\/p>\n    <\/div>\n\n    <div class=\"slider-list\">\n\n      <div class=\"ba-block\">\n        <div class=\"ba-info\">\n          <div class=\"sheet\">Sheet 002.1 \u2014 Kitchen<\/div>\n          <h3>Maple Street Kitchen<\/h3>\n          <p>A closed-off, dated kitchen opened into a bright, sociable heart of the home \u2014 new cabinetry, quartz counters, and an island built for gathering.<\/p>\n          <div class=\"tag-row\">\n            <span class=\"tag\">Full Remodel<\/span>\n            <span class=\"tag\">6 Weeks<\/span>\n            <span class=\"tag\">Open Concept<\/span>\n          <\/div>\n        <\/div>\n        <div class=\"ba-frame\" data-ba>\n          <div class=\"ba-layer ba-before\">\n            <svg viewBox=\"0 0 500 400\" width=\"100%\" height=\"100%\" preserveAspectRatio=\"xMidYMid slice\">\n              <rect width=\"500\" height=\"400\" fill=\"#16233F\"\/>\n              <g stroke=\"#8FB4D9\" stroke-width=\"1\" opacity=\"0.5\">\n                <line x1=\"0\" y1=\"0\" x2=\"500\" y2=\"0\"\/><line x1=\"0\" y1=\"40\" x2=\"500\" y2=\"40\"\/>\n                <rect x=\"40\" y=\"60\" width=\"180\" height=\"110\" fill=\"none\" stroke-dasharray=\"4 3\"\/>\n                <rect x=\"250\" y=\"60\" width=\"90\" height=\"240\" fill=\"none\"\/>\n                <rect x=\"360\" y=\"60\" width=\"100\" height=\"110\" fill=\"none\" stroke-dasharray=\"4 3\"\/>\n                <circle cx=\"130\" cy=\"230\" r=\"60\" fill=\"none\"\/>\n                <line x1=\"40\" y1=\"320\" x2=\"460\" y2=\"320\"\/>\n              <\/g>\n              <text x=\"40\" y=\"30\" fill=\"#8FB4D9\" font-family=\"IBM Plex Mono, monospace\" font-size=\"11\">KITCHEN \u2014 EXIST. 11&#8242;-2&#8243; x 13&#8242;-8&#8243;<\/text>\n              <text x=\"330\" y=\"380\" fill=\"#8FB4D9\" font-family=\"IBM Plex Mono, monospace\" font-size=\"10\">PRE-DEMO LAYOUT<\/text>\n            <\/svg>\n          <\/div>\n          <div class=\"ba-layer ba-after\" style=\"clip-path:inset(0 0 0 50%);\">\n            <svg viewBox=\"0 0 500 400\" width=\"100%\" height=\"100%\" preserveAspectRatio=\"xMidYMid slice\">\n              <rect width=\"500\" height=\"400\" fill=\"#F3ECDC\"\/>\n              <rect x=\"0\" y=\"220\" width=\"500\" height=\"180\" fill=\"#E7D9BC\"\/>\n              <rect x=\"40\" y=\"140\" width=\"420\" height=\"90\" fill=\"#B5602E\"\/>\n              <rect x=\"40\" y=\"140\" width=\"420\" height=\"10\" fill=\"#8E491F\"\/>\n              <rect x=\"150\" y=\"240\" width=\"200\" height=\"90\" fill=\"#FFFDF8\" stroke=\"#221E19\" stroke-width=\"1.5\"\/>\n              <rect x=\"170\" y=\"255\" width=\"60\" height=\"8\" fill=\"#8CA07C\"\/>\n              <circle cx=\"380\" cy=\"90\" r=\"26\" fill=\"#FFFDF8\" opacity=\".8\"\/>\n              <rect x=\"0\" y=\"0\" width=\"500\" height=\"90\" fill=\"#221E19\"\/>\n              <rect x=\"60\" y=\"20\" width=\"60\" height=\"50\" fill=\"#3a352c\"\/>\n              <rect x=\"150\" y=\"20\" width=\"60\" height=\"50\" fill=\"#3a352c\"\/>\n              <rect x=\"240\" y=\"20\" width=\"60\" height=\"50\" fill=\"#3a352c\"\/>\n            <\/svg>\n          <\/div>\n          <span class=\"ba-label before\">Before<\/span>\n          <span class=\"ba-label after\">After<\/span>\n          <div class=\"ba-handle\" role=\"slider\" tabindex=\"0\" aria-label=\"Drag to compare before and after\" aria-valuemin=\"0\" aria-valuemax=\"100\" aria-valuenow=\"50\">\n            <div class=\"ba-grip\"><span><\/span><span><\/span><\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <div class=\"ba-block reverse\">\n        <div class=\"ba-info\">\n          <div class=\"sheet\">Sheet 002.2 \u2014 Bathroom<\/div>\n          <h3>Oakwood Primary Bath<\/h3>\n          <p>Cramped and outdated became spa-calm: a walk-in shower, double vanity, and warm natural tile that turns getting ready into part of the relaxation.<\/p>\n          <div class=\"tag-row\">\n            <span class=\"tag\">Bathroom<\/span>\n            <span class=\"tag\">3 Weeks<\/span>\n            <span class=\"tag\">Spa Style<\/span>\n          <\/div>\n        <\/div>\n        <div class=\"ba-frame\" data-ba>\n          <div class=\"ba-layer ba-before\">\n            <svg viewBox=\"0 0 500 400\" width=\"100%\" height=\"100%\" preserveAspectRatio=\"xMidYMid slice\">\n              <rect width=\"500\" height=\"400\" fill=\"#16233F\"\/>\n              <g stroke=\"#8FB4D9\" stroke-width=\"1\" opacity=\"0.5\">\n                <rect x=\"60\" y=\"70\" width=\"380\" height=\"260\" fill=\"none\" stroke-dasharray=\"4 3\"\/>\n                <rect x=\"90\" y=\"100\" width=\"90\" height=\"150\" fill=\"none\"\/>\n                <circle cx=\"330\" cy=\"230\" r=\"45\" fill=\"none\"\/>\n                <line x1=\"230\" y1=\"100\" x2=\"230\" y2=\"330\"\/>\n              <\/g>\n              <text x=\"60\" y=\"55\" fill=\"#8FB4D9\" font-family=\"IBM Plex Mono, monospace\" font-size=\"11\">BATH \u2014 EXIST. 7&#8242;-0&#8243; x 9&#8242;-4&#8243;<\/text>\n            <\/svg>\n          <\/div>\n          <div class=\"ba-layer ba-after\" style=\"clip-path:inset(0 0 0 50%);\">\n            <svg viewBox=\"0 0 500 400\" width=\"100%\" height=\"100%\" preserveAspectRatio=\"xMidYMid slice\">\n              <rect width=\"500\" height=\"400\" fill=\"#EDE3CB\"\/>\n              <rect x=\"60\" y=\"60\" width=\"380\" height=\"280\" fill=\"#FFFDF8\" stroke=\"#221E19\" stroke-width=\"1.5\"\/>\n              <rect x=\"90\" y=\"90\" width=\"150\" height=\"220\" fill=\"#8CA07C\" opacity=\".35\"\/>\n              <rect x=\"270\" y=\"120\" width=\"130\" height=\"60\" fill=\"#FFFDF8\" stroke=\"#221E19\"\/>\n              <circle cx=\"335\" cy=\"150\" r=\"10\" fill=\"#B5602E\"\/>\n              <rect x=\"270\" y=\"220\" width=\"130\" height=\"70\" fill=\"#FFFDF8\" stroke=\"#221E19\"\/>\n            <\/svg>\n          <\/div>\n          <span class=\"ba-label before\">Before<\/span>\n          <span class=\"ba-label after\">After<\/span>\n          <div class=\"ba-handle\" role=\"slider\" tabindex=\"0\" aria-label=\"Drag to compare before and after\" aria-valuemin=\"0\" aria-valuemax=\"100\" aria-valuenow=\"50\">\n            <div class=\"ba-grip\"><span><\/span><span><\/span><\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <div class=\"ba-block\">\n        <div class=\"ba-info\">\n          <div class=\"sheet\">Sheet 002.3 \u2014 Whole Home<\/div>\n          <h3>606 House Remodel<\/h3>\n          <p>A full gut renovation, room by room \u2014 from exposed studs and stripped walls to bright, move-in-ready spaces with new floors, trim, and finishes throughout.<\/p>\n          <div class=\"tag-row\">\n            <span class=\"tag\">Full Remodel<\/span>\n            <span class=\"tag\">Whole House<\/span>\n            <span class=\"tag\">Real Project<\/span>\n          <\/div>\n        <\/div>\n        <div class=\"ba-frame\" data-ba>\n          <div class=\"ba-layer ba-before\">\n            <img decoding=\"async\" src=\"https:\/\/drive.google.com\/thumbnail?id=1lcZbiPoz7YtWOBolNFzqpV2IEgxC6CvY&#038;sz=w1000\" alt=\"606 House before renovation \u2014 exposed framing during demo\" style=\"width:100%;height:100%;object-fit:cover;object-position:50% 40%;\">\n          <\/div>\n          <div class=\"ba-layer ba-after\" style=\"clip-path:inset(0 0 0 50%);\">\n            <img decoding=\"async\" src=\"https:\/\/drive.google.com\/thumbnail?id=145lZSQoWCWnB53aarKr65X7tuT-aq6yV&#038;sz=w1000\" alt=\"606 House after renovation \u2014 finished bright room\" style=\"width:100%;height:100%;object-fit:cover;object-position:50% 40%;\">\n          <\/div>\n          <span class=\"ba-label before\">Before<\/span>\n          <span class=\"ba-label after\">After<\/span>\n          <div class=\"ba-handle\" role=\"slider\" tabindex=\"0\" aria-label=\"Drag to compare before and after\" aria-valuemin=\"0\" aria-valuemax=\"100\" aria-valuenow=\"50\">\n            <div class=\"ba-grip\"><span><\/span><span><\/span><\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n\n    <\/div>\n  <\/div>\n<\/section>\n\n<section class=\"services\" id=\"services\">\n  <div class=\"wrap\" style=\"padding-top:100px; padding-bottom:0;\">\n    <div class=\"sec-head\">\n      <div class=\"eyebrow\">Sheet 003 \u2014 Services<\/div>\n      <h2>What we build.<\/h2>\n      <p>One crew, start to finish \u2014 design, permitting, construction, and cleanup \u2014 so you never have to manage more than one phone call.<\/p>\n    <\/div>\n  <\/div>\n  <div class=\"svc-grid\">\n    <div class=\"svc-card\"><div class=\"svc-num\">01 \/ Kitchens<\/div><h3>Kitchen Remodels<\/h3><p>Layout changes, custom cabinetry, islands, and finishes built for how your family actually cooks and gathers.<\/p><\/div>\n    <div class=\"svc-card\"><div class=\"svc-num\">02 \/ Bathrooms<\/div><h3>Bathroom Renovations<\/h3><p>Walk-in showers, double vanities, heated floors \u2014 everyday routines turned into something you look forward to.<\/p><\/div>\n    <div class=\"svc-card\"><div class=\"svc-num\">03 \/ Additions<\/div><h3>Room Additions<\/h3><p>Bump-outs, second stories, and in-law suites, engineered and permitted to match your home&#8217;s existing bones.<\/p><\/div>\n    <div class=\"svc-card\"><div class=\"svc-num\">04 \/ Basements<\/div><h3>Basement Finishing<\/h3><p>Turn unused square footage into a media room, home gym, or guest suite \u2014 moisture-managed and code-compliant.<\/p><\/div>\n    <div class=\"svc-card\"><div class=\"svc-num\">05 \/ Exteriors<\/div><h3>Decks &amp; Exteriors<\/h3><p>Decks, siding, and entryways that hold up to the seasons and make the outside match the inside.<\/p><\/div>\n    <div class=\"svc-card\"><div class=\"svc-num\">06 \/ Whole Home<\/div><h3>Whole-Home Remodels<\/h3><p>Multi-room projects managed on a single timeline and budget, with one point of contact throughout.<\/p><\/div>\n  <\/div>\n<\/section>\n\n<section class=\"process\" id=\"process\">\n  <div class=\"wrap\">\n    <div class=\"sec-head\">\n      <div class=\"eyebrow\">Sheet 004 \u2014 How It Works<\/div>\n      <h2>Four steps. Zero surprises.<\/h2>\n      <p>A renovation only feels relaxing when you know what&#8217;s coming next. Here&#8217;s exactly how a project with R&amp;R moves from idea to move-in-ready.<\/p>\n    <\/div>\n    <div class=\"proc-grid\">\n      <div class=\"proc-card\"><div class=\"proc-sheet\">01<\/div><h3>Free Consultation<\/h3><p>We walk the space, listen to your goals, and talk budget honestly \u2014 no pressure, no obligation.<\/p><\/div>\n      <div class=\"proc-card\"><div class=\"proc-sheet\">02<\/div><h3>Design &amp; Quote<\/h3><p>You get a clear plan, a fixed quote, and a realistic timeline before any work begins.<\/p><\/div>\n      <div class=\"proc-card\"><div class=\"proc-sheet\">03<\/div><h3>We Build, You Relax<\/h3><p>Our crew handles permits, materials, and daily cleanup. You get scheduled updates, not surprise dust.<\/p><\/div>\n      <div class=\"proc-card\"><div class=\"proc-sheet\">04<\/div><h3>Walkthrough &amp; Reveal<\/h3><p>A final walkthrough to make sure every detail is right \u2014 then the space is yours to enjoy.<\/p><\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<section class=\"testimonials\" id=\"reviews\">\n  <div class=\"wrap\">\n    <div class=\"sec-head\">\n      <div class=\"eyebrow\">Sheet 005 \u2014 In Their Words<\/div>\n      <h2>Homeowners, relaxed.<\/h2>\n    <\/div>\n    <div class=\"quote-grid\">\n      <div class=\"quote-card\">\n        <div class=\"stars\">\u2605\u2605\u2605\u2605\u2605<\/div>\n        <p class=\"qtext\">&#8220;They actually finished on the date they promised. Our kitchen looks like a different house.&#8221;<\/p>\n        <div class=\"quote-who\">\u2014 Maple Street Project<\/div>\n      <\/div>\n      <div class=\"quote-card\">\n        <div class=\"stars\">\u2605\u2605\u2605\u2605\u2605<\/div>\n        <p class=\"qtext\">&#8220;I was dreading the mess of a renovation. It was the calmest home project I&#8217;ve ever done.&#8221;<\/p>\n        <div class=\"quote-who\">\u2014 Oakwood Bath Project<\/div>\n      <\/div>\n      <div class=\"quote-card\">\n        <div class=\"stars\">\u2605\u2605\u2605\u2605\u2605<\/div>\n        <p class=\"qtext\">&#8220;Clear pricing, clear timeline, no change-order surprises. Exactly what they said, delivered.&#8221;<\/p>\n        <div class=\"quote-who\">\u2014 Birchwood Addition<\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<section class=\"contact\" id=\"contact\">\n  <div class=\"wrap\">\n    <div class=\"contact-inner\">\n      <div class=\"contact-side\">\n        <div class=\"eyebrow\">Sheet 006 \u2014 Start Your Project<\/div>\n        <h2>Let&#8217;s draw up your plan.<\/h2>\n        <p>Tell us a little about your space and what you&#8217;re picturing. We&#8217;ll follow up with a free, no-pressure consultation.<\/p>\n        <div class=\"contact-meta\">\n          <div><b>Phone<\/b>(555) 123-4567<\/div>\n          <div><b>Email<\/b>hello@rrrenovation.com<\/div>\n          <div><b>Service Area<\/b>Davenport, Iowa &amp; surrounding Quad Cities<\/div>\n          <div><b>Hours<\/b>Mon\u2013Fri, 8am\u20135pm<\/div>\n        <\/div>\n      <\/div>\n      <form class=\"quote\">\n        <div class=\"form-row\">\n          <div class=\"field\"><label for=\"fname\">First Name<\/label><input id=\"fname\" type=\"text\" placeholder=\"Jane\" required><\/div>\n          <div class=\"field\"><label for=\"lname\">Last Name<\/label><input id=\"lname\" type=\"text\" placeholder=\"Doe\" required><\/div>\n        <\/div>\n        <div class=\"form-row\">\n          <div class=\"field\"><label for=\"email\">Email<\/label><input id=\"email\" type=\"email\" placeholder=\"jane@email.com\" required><\/div>\n          <div class=\"field\"><label for=\"tel\">Phone<\/label><input id=\"tel\" type=\"tel\" placeholder=\"(555) 000-0000\"><\/div>\n        <\/div>\n        <div class=\"field\">\n          <label for=\"ptype\">Project Type<\/label>\n          <select id=\"ptype\">\n            <option>Kitchen Remodel<\/option>\n            <option>Bathroom Renovation<\/option>\n            <option>Room Addition<\/option>\n            <option>Basement Finishing<\/option>\n            <option>Whole-Home Remodel<\/option>\n            <option>Other<\/option>\n          <\/select>\n        <\/div>\n        <div class=\"field\">\n          <label for=\"msg\">Tell us about your project<\/label>\n          <textarea id=\"msg\" placeholder=\"What are you hoping to change?\"><\/textarea>\n        <\/div>\n        <button type=\"submit\" class=\"submit-btn\">Request Free Quote<\/button>\n        <div class=\"form-note\">No obligation \u2014 we&#8217;ll follow up within one business day.<\/div>\n      <\/form>\n    <\/div>\n  <\/div>\n<\/section>\n\n<footer>\n  <div class=\"wrap\">\n    <div class=\"foot-top\">\n      <div class=\"foot-logo\"><span class=\"mark\">R&amp;R<\/span> R&amp;R Renovation<\/div>\n      <div class=\"foot-links\">\n        <div class=\"foot-col\">\n          <b>Explore<\/b>\n          <a href=\"#work\">Our Work<\/a>\n          <a href=\"#services\">Services<\/a>\n          <a href=\"#process\">Process<\/a>\n          <a href=\"#reviews\">Reviews<\/a>\n        <\/div>\n        <div class=\"foot-col\">\n          <b>Contact<\/b>\n          <a href=\"tel:+15551234567\">(555) 123-4567<\/a>\n          <a href=\"mailto:hello@rrrenovation.com\">hello@rrrenovation.com<\/a>\n        <\/div>\n        <div class=\"foot-col\">\n          <b>Company<\/b>\n          <a href=\"#contact\">Get a Quote<\/a>\n          <a href=\"#\">Licensed &amp; Insured<\/a>\n        <\/div>\n      <\/div>\n    <\/div>\n    <div class=\"foot-bottom\">\n      <span>\u00a9 2026 R&amp;R Renovation. All rights reserved.<\/span>\n      <span>LIC #IA-000000 \u2014 DAVENPORT, IA<\/span>\n    <\/div>\n  <\/div>\n<\/footer>\n\n<script>\n(function(){\n  const frames = document.querySelectorAll('[data-ba]');\n  frames.forEach(frame => {\n    const after = frame.querySelector('.ba-after');\n    const handle = frame.querySelector('.ba-handle');\n    let dragging = false;\n\n    function setPos(pct){\n      pct = Math.max(0, Math.min(100, pct));\n      after.style.clipPath = `inset(0 0 0 ${pct}%)`;\n      handle.style.left = pct + '%';\n      handle.setAttribute('aria-valuenow', Math.round(pct));\n    }\n\n    function posFromClientX(clientX){\n      const rect = frame.getBoundingClientRect();\n      return ((clientX - rect.left) \/ rect.width) * 100;\n    }\n\n    function start(e){ dragging = true; move(e); }\n    function move(e){\n      if(!dragging) return;\n      const clientX = e.touches ? e.touches[0].clientX : e.clientX;\n      setPos(posFromClientX(clientX));\n      e.preventDefault();\n    }\n    function end(){ dragging = false; }\n\n    handle.addEventListener('mousedown', start);\n    frame.addEventListener('mousedown', start);\n    window.addEventListener('mousemove', move);\n    window.addEventListener('mouseup', end);\n\n    handle.addEventListener('touchstart', start, {passive:false});\n    frame.addEventListener('touchstart', start, {passive:false});\n    window.addEventListener('touchmove', move, {passive:false});\n    window.addEventListener('touchend', end);\n\n    handle.addEventListener('keydown', (e) => {\n      const current = parseFloat(handle.style.left) || 50;\n      if(e.key === 'ArrowLeft'){ setPos(current - 5); }\n      if(e.key === 'ArrowRight'){ setPos(current + 5); }\n    });\n\n    setPos(50);\n  });\n\n  document.querySelector('form.quote').addEventListener('submit', function(e){\n    e.preventDefault();\n    alert('Thanks! This form is a working demo \u2014 connect it to your email or CRM to start receiving real leads.');\n  });\n})();\n<\/script>\n\n","protected":false},"excerpt":{"rendered":"<p>R&amp;R R&amp;R RenovationYou Relax, We Renovate Our Work Services Process Reviews (555) 123-4567 Get a Quote Residential Renovation, Sheet 001 You relax.We renovate. From first sketch to final walkthrough, R&amp;R handles every measurement, material, and mess \u2014 so the only thing you have to do is imagine the after. Get Your Free Quote See Our Work 14&#8242;-0&#8243; x 18&#8242;-6&#8243; SCALE 1\/4&#8243; = 1&#8242; 2+ Years in Business Licensed &amp; Fully Insured 4.9 \/ 5 Average Rating Free On-Site Estimates Sheet 002 \u2014 Before &amp; After Drag to see the transformation. Every project starts as a plan and ends as a<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"blank-canvas","meta":{"om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"class_list":["post-128","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Home - renovate-build.com<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/renovate-build.com\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Home - renovate-build.com\" \/>\n<meta property=\"og:description\" content=\"R&amp;R R&amp;R RenovationYou Relax, We Renovate Our Work Services Process Reviews (555) 123-4567 Get a Quote Residential Renovation, Sheet 001 You relax.We renovate. From first sketch to final walkthrough, R&amp;R handles every measurement, material, and mess \u2014 so the only thing you have to do is imagine the after. Get Your Free Quote See Our Work 14&#8242;-0&#8243; x 18&#8242;-6&#8243; SCALE 1\/4&#8243; = 1&#8242; 2+ Years in Business Licensed &amp; Fully Insured 4.9 \/ 5 Average Rating Free On-Site Estimates Sheet 002 \u2014 Before &amp; After Drag to see the transformation. Every project starts as a plan and ends as a\" \/>\n<meta property=\"og:url\" content=\"https:\/\/renovate-build.com\/\" \/>\n<meta property=\"og:site_name\" content=\"renovate-build.com\" \/>\n<meta property=\"article:modified_time\" content=\"2026-08-12T02:40:37+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/drive.google.com\/thumbnail?id=1lcZbiPoz7YtWOBolNFzqpV2IEgxC6CvY&sz=w1000\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/renovate-build.com\\\/\",\"url\":\"https:\\\/\\\/renovate-build.com\\\/\",\"name\":\"Home - renovate-build.com\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/renovate-build.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/renovate-build.com\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/renovate-build.com\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/drive.google.com\\\/thumbnail?id=1lcZbiPoz7YtWOBolNFzqpV2IEgxC6CvY&sz=w1000\",\"datePublished\":\"2026-08-12T02:40:36+00:00\",\"dateModified\":\"2026-08-12T02:40:37+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/renovate-build.com\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/renovate-build.com\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/renovate-build.com\\\/#primaryimage\",\"url\":\"https:\\\/\\\/drive.google.com\\\/thumbnail?id=1lcZbiPoz7YtWOBolNFzqpV2IEgxC6CvY&sz=w1000\",\"contentUrl\":\"https:\\\/\\\/drive.google.com\\\/thumbnail?id=1lcZbiPoz7YtWOBolNFzqpV2IEgxC6CvY&sz=w1000\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/renovate-build.com\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/renovate-build.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Home\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/renovate-build.com\\\/#website\",\"url\":\"https:\\\/\\\/renovate-build.com\\\/\",\"name\":\"renovate-build.com\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/renovate-build.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Home - renovate-build.com","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/renovate-build.com\/","og_locale":"en_US","og_type":"article","og_title":"Home - renovate-build.com","og_description":"R&amp;R R&amp;R RenovationYou Relax, We Renovate Our Work Services Process Reviews (555) 123-4567 Get a Quote Residential Renovation, Sheet 001 You relax.We renovate. From first sketch to final walkthrough, R&amp;R handles every measurement, material, and mess \u2014 so the only thing you have to do is imagine the after. Get Your Free Quote See Our Work 14&#8242;-0&#8243; x 18&#8242;-6&#8243; SCALE 1\/4&#8243; = 1&#8242; 2+ Years in Business Licensed &amp; Fully Insured 4.9 \/ 5 Average Rating Free On-Site Estimates Sheet 002 \u2014 Before &amp; After Drag to see the transformation. Every project starts as a plan and ends as a","og_url":"https:\/\/renovate-build.com\/","og_site_name":"renovate-build.com","article_modified_time":"2026-08-12T02:40:37+00:00","og_image":[{"url":"https:\/\/drive.google.com\/thumbnail?id=1lcZbiPoz7YtWOBolNFzqpV2IEgxC6CvY&sz=w1000","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/renovate-build.com\/","url":"https:\/\/renovate-build.com\/","name":"Home - renovate-build.com","isPartOf":{"@id":"https:\/\/renovate-build.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/renovate-build.com\/#primaryimage"},"image":{"@id":"https:\/\/renovate-build.com\/#primaryimage"},"thumbnailUrl":"https:\/\/drive.google.com\/thumbnail?id=1lcZbiPoz7YtWOBolNFzqpV2IEgxC6CvY&sz=w1000","datePublished":"2026-08-12T02:40:36+00:00","dateModified":"2026-08-12T02:40:37+00:00","breadcrumb":{"@id":"https:\/\/renovate-build.com\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/renovate-build.com\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/renovate-build.com\/#primaryimage","url":"https:\/\/drive.google.com\/thumbnail?id=1lcZbiPoz7YtWOBolNFzqpV2IEgxC6CvY&sz=w1000","contentUrl":"https:\/\/drive.google.com\/thumbnail?id=1lcZbiPoz7YtWOBolNFzqpV2IEgxC6CvY&sz=w1000"},{"@type":"BreadcrumbList","@id":"https:\/\/renovate-build.com\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/renovate-build.com\/"},{"@type":"ListItem","position":2,"name":"Home"}]},{"@type":"WebSite","@id":"https:\/\/renovate-build.com\/#website","url":"https:\/\/renovate-build.com\/","name":"renovate-build.com","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/renovate-build.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/renovate-build.com\/index.php\/wp-json\/wp\/v2\/pages\/128","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/renovate-build.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/renovate-build.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/renovate-build.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/renovate-build.com\/index.php\/wp-json\/wp\/v2\/comments?post=128"}],"version-history":[{"count":2,"href":"https:\/\/renovate-build.com\/index.php\/wp-json\/wp\/v2\/pages\/128\/revisions"}],"predecessor-version":[{"id":130,"href":"https:\/\/renovate-build.com\/index.php\/wp-json\/wp\/v2\/pages\/128\/revisions\/130"}],"wp:attachment":[{"href":"https:\/\/renovate-build.com\/index.php\/wp-json\/wp\/v2\/media?parent=128"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}