Website Prices

Website Prices

Online Starter Website

$200

Create a great impression, get Online and enjoy all the benefits of a larger website.

  • A Headline Block With Multiple Lines Maybe
  • Includes three full pages: Homepage, About Page and Contact Page

    Includes Design Consultation

    Includes 30 minutes of training

    Gain access to search engines, directory listings and Online Marketing

    Personalize your business with Blog articles and sales alerts

    Provide helpful information to your customers

    Economical Full Website

    $400

    Custom Designed Website

    $600

    GROK 3 CSS

    /* Grok 3 Price Table / .prices-section { padding: 2rem 0; / Simplified padding */
    }

    .prices-section h2 {
    width: 100%; /* Full width of container / font-size: 2.222rem; / 40px / 18px / color: #1ABC9C; / Accent color / text-align: center; margin-bottom: 1.666rem; / 30px / 18px / padding-top: 0.833rem; / 15px / 18px */
    }

    .section-inner {
    max-width: 55rem; (900px / 18px)
    padding: 0 1.111rem; /* 20px / 18px / display: flex; / Flex container for columns / flex-wrap: wrap; / Allow wrapping / justify-content: space-around; / Even spacing with more room */
    }

    .section-inner .price-column {
    flex: 1 1 30%; /* Reduced to 28% to account for wider margins / margin: 0 0.833rem 2rem; /(15px horizontal, 36px vertical) / padding: 1.333rem; / Increased to 24px / 18px for internal space / background: white; border-radius: 6px; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); text-align: left; min-width: 0; / Prevent overflow */
    }

    .price-column h3 {
    font-size: 1.444rem; /* 26px / 18px / color: #1ABC9C; / Accent color / margin-bottom: 0.555rem; / 10px / 18px */
    text-align: center;
    }

    .price-column p.price {
    font-size: 1.666rem; /* 30px / 18px / font-weight: 700; color: #333; margin-bottom: 0.833rem; / 15px / 18px */
    }

    .price-column ul,
    .price-column p {
    font-size: 1rem;
    color: #444;
    line-height: 1.5;
    margin: 0;
    }

    .price-column ul {
    list-style: none;
    padding: 0;
    }

    .price-column ul li {
    margin-bottom: 0.555rem; /* 10px / 18px */
    }

    @media (max-width: 1024px) {
    .section-inner {
    flex-direction: column; /* Stack on mobile */
    }

    .section-inner .price-column {
    flex: 1 1 100%; /* Full width on mobile / margin: 0 0 1.666rem; / 30px / 18px vertical / padding: 1.111rem; / Reset padding on mobile */
    max-width: 50rem;
    }

    .prices-section h2 {
    font-size: 1.777rem; /* 32px / 18px / padding-top: 0.555rem; / 10px / 18px */
    }
    }