Compare commits
23 Commits
version_9_
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 5ab921232a | |||
| 3527873a34 | |||
| 62170f5bdf | |||
| e5f5e9a67c | |||
| 77fbafd1a5 | |||
| 1255a153f0 | |||
| 830f2802d0 | |||
| f231ae9380 | |||
| 0b6444d827 | |||
| c090892806 | |||
| 2b9d032b6a | |||
| 931857c01f | |||
| cb3f2a691c | |||
| ffe7625a2e | |||
| b74442440f | |||
| bd797d890e | |||
| e42cca7522 | |||
| f75722cecb | |||
| ce077ae78b | |||
| acf51cc330 | |||
| 4b00138f31 | |||
| 193e0d76b0 | |||
| fdd9ed4635 |
@@ -7,9 +7,9 @@
|
||||
<link href="https://fonts.googleapis.com/css2?family=Geist:wght@100..900&family=Inter+Tight:ital,wght@0,100..900;1,100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap" rel="stylesheet">
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>ColorPro Supplies | Premium Paint & Professional Tools</title>
|
||||
<meta property="og:title" content="ColorPro Supplies | Premium Paint & Professional Tools" />
|
||||
<meta name="twitter:title" content="ColorPro Supplies | Premium Paint & Professional Tools" />
|
||||
<title>Comet Paints & Allied Products</title>
|
||||
<meta property="og:title" content="Comet Paints & Allied Products" />
|
||||
<meta name="twitter:title" content="Comet Paints & Allied Products" />
|
||||
<meta name="description" content="Your local source for premium paints, primers, and professional painting tools. Visit our showroom or order online today." />
|
||||
<meta property="og:description" content="Your local source for premium paints, primers, and professional painting tools. Visit our showroom or order online today." />
|
||||
<meta name="twitter:description" content="Your local source for premium paints, primers, and professional painting tools. Visit our showroom or order online today." />
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');
|
||||
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;500;600;700&display=swap');
|
||||
@import "tailwindcss";
|
||||
@import "./styles/masks.css";
|
||||
@import "./styles/animations.css";
|
||||
@@ -88,7 +88,7 @@
|
||||
--color-background-accent: var(--background-accent);
|
||||
|
||||
/* Fonts */
|
||||
--font-sans: 'Inter', sans-serif;
|
||||
--font-sans: 'Lato', sans-serif;
|
||||
--font-tight: "Inter Tight", sans-serif;
|
||||
--font-mono: monospace;
|
||||
|
||||
@@ -137,7 +137,7 @@ body {
|
||||
margin: 0;
|
||||
background-color: var(--background);
|
||||
color: var(--foreground);
|
||||
font-family: 'Inter', sans-serif;
|
||||
font-family: 'Lato', sans-serif;
|
||||
position: relative;
|
||||
min-height: 100vh;
|
||||
overscroll-behavior: none;
|
||||
@@ -150,7 +150,7 @@ h3,
|
||||
h4,
|
||||
h5,
|
||||
h6 {
|
||||
font-family: 'Inter', sans-serif;
|
||||
font-family: 'Lato', sans-serif;
|
||||
}
|
||||
|
||||
/* Default card/button styles. Template theme.css imports come after this file
|
||||
|
||||
@@ -10,7 +10,7 @@ export default function AboutSection(): React.JSX.Element {
|
||||
<div id="about" data-section="about">
|
||||
<SectionErrorBoundary name="about">
|
||||
<AboutText
|
||||
title="Since 1985, Comet Paints and Allied Products has been serving the community with high-performance paint solutions and expert advice for every renovation project."
|
||||
title="Since 2006, Comet Paints and Allied Products has been serving the comunity with high-performance paint solutions and expert advice for every renovation project."
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
@@ -11,7 +11,7 @@ export default function ContactSection(): React.JSX.Element {
|
||||
<SectionErrorBoundary name="contact">
|
||||
<ContactCta
|
||||
tag="Ready to Start?"
|
||||
text="Get in touch for custom orders, quotes, or to visit our showroom. P.O. Box 11484-00400."
|
||||
text="Get in touch for custom orders, quotes, or to visit our showroom. ."
|
||||
primaryButton={{
|
||||
text: "Contact Us Now",
|
||||
href: "mailto:hello@cometpaints.com",
|
||||
|
||||
@@ -10,7 +10,7 @@ export default function HeroSection(): React.JSX.Element {
|
||||
<div id="hero" data-section="hero">
|
||||
<SectionErrorBoundary name="hero">
|
||||
<HeroBillboardCarousel
|
||||
tag="SincYour Project, Our Paint"
|
||||
tag="Your Project, Our Paint"
|
||||
title="Comet Paints and Allied Products"
|
||||
description="Transform your space with our premium selection of paints, primers, and essential professional tools."
|
||||
primaryButton={{
|
||||
|
||||
Reference in New Issue
Block a user