<?php /** * The header for Astra Theme. * * This is the template that displays all of the <head> section and everything up until <div id="content"> * * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials * * @package Astra * @since 1.0.0 */ if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } ?><!DOCTYPE html> <?php astra_html_before(); ?> <html <?php language_attributes(); ?>> <head> <?php astra_head_top(); ?> <meta charset="<?php bloginfo( 'charset' ); ?>"> <meta name="viewport" content="width=device-width, initial-scale=1"> <?php if ( apply_filters( 'astra_header_profile_gmpg_link', true ) ) { ?> <link rel="profile" href="https://gmpg.org/xfn/11"> <?php } ?> <?php wp_head(); ?> <?php astra_head_bottom(); ?> </head> <body <?php astra_schema_body(); ?> <?php body_class(); ?>> <?php astra_body_top(); ?> <?php wp_body_open(); ?> <a class="skip-link screen-reader-text" href="#content"> <?php echo esc_html( astra_default_strings( 'string-header-skip-link', false ) ); ?> </a> <div <?php echo wp_kses_post( astra_attr( 'site', array( 'id' => 'page', 'class' => 'hfeed site', ) ) ); ?> > <?php astra_header_before(); astra_header(); astra_header_after(); astra_content_before(); ?> <div id="content" class="site-content"> <div class="ast-container"> <?php astra_content_top(); ?>

Best Price
Guaranteed

Free Estimate Just a Click Away!

Pacific Hauling &
Construction

Soft-Story Retrofit Experts Just A Click Away

WELCOME TO PACIFIC HAULING & CONSTRUCTION

Who We Are?

Pacific hauling and construction is a retrofitting company in California dedicated to taking care of our customers. With meticulous planning and dedication, we proudly handle each of our projects.

We pride ourselves on our top-notch customer service and the exceptional quality work. From our expert team to our customer satisfaction, we have the experience and expertise to get the job done right! We are fully licensed, bonded, and insured.

Our Services

Kitchen & Bath

New Kitchen or Bath? Here at Pacific Hauling we take on full kitchen and bath remodels including demolition and hauling services provided per job and as needed.

Soft Story Retrofit

Multi story building with weak and / or open front wall lines and buildings with tuck under parking. In the past. Multi story buildings have performed poorly facing earthquake which led to many buildings with soft story structures and open under parking to collapse.

General contractor

An “accessory dwelling unit” is located on the same land as a “stand/ detached” single home. Many homeowners will construct an ADU to provide income opportunities.

Junk Removal

Pacific Hauling and Construction provides Residential Junk Removal for yards, garages and basements, storage rooms, and much more!
We are a family owned and operated business.
License #1065879 We are bonded & insured

We are committed to provide safe solutions to all our clients!

0

Projects are Completed

OUR PROJECTS

Explore Recent Work

Let's Connect

We encourage you to contact us for a free consultation at any time.

Call Now

<?php /** * The template for displaying the footer. * * Contains the closing of the #content div and all content after. * * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials * * @package Astra * @since 1.0.0 */ if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } ?> <?php astra_content_bottom(); ?> </div> <!-- ast-container --> </div><!-- #content --> <?php astra_content_after(); astra_footer_before(); astra_footer(); astra_footer_after(); ?> </div><!-- #page --> <?php astra_body_bottom(); wp_footer(); ?> </body> </html>