Compare commits
5 Commits
version_2_
...
version_7_
| Author | SHA1 | Date | |
|---|---|---|---|
| 6b1e89ae29 | |||
| bacc7bb493 | |||
| 19e8e9761d | |||
| 215bbc01f2 | |||
| 9209405c1c |
@@ -1,4 +1,4 @@
|
||||
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Montserrat:wght@400;500;600;700&display=swap');
|
||||
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700&family=Inter: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: 'Open Sans', 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: 'Open Sans', sans-serif;
|
||||
position: relative;
|
||||
min-height: 100vh;
|
||||
overscroll-behavior: none;
|
||||
@@ -150,7 +150,7 @@ h3,
|
||||
h4,
|
||||
h5,
|
||||
h6 {
|
||||
font-family: 'Montserrat', sans-serif;
|
||||
font-family: 'Inter', sans-serif;
|
||||
}
|
||||
|
||||
/* Default card/button styles. Template theme.css imports come after this file
|
||||
|
||||
@@ -15,8 +15,8 @@ export default function HomePage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<SectionErrorBoundary name="hero">
|
||||
<HeroBillboardTiltedCarousel
|
||||
tag="Since 1985"
|
||||
title="Precision Printing, Perfect Results."
|
||||
tag="Since2007"
|
||||
title="tesfa"
|
||||
description="Premium printing services for businesses that demand the highest quality and fastest turnaround times in the industry."
|
||||
primaryButton={{
|
||||
text: "Start Project", href: "#contact"}}
|
||||
@@ -45,7 +45,7 @@ export default function HomePage() {
|
||||
{ icon: "Zap", title: "Fast Turnaround", description: "Efficient workflows ensuring your deadlines are met every time." },
|
||||
{ icon: "Shield", title: "Quality Assured", description: "Rigorous quality control for every piece that leaves our shop." },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/blonde-young-woman-looking-paintings-workshop_23-2147889888.jpg"
|
||||
imageSrc="https://storage.googleapis.com/webild/users/user_3FcHZXQUpUgom9gxRqfnO1tkt11/uploaded-1782368100775-cqtlyiyo.jpg"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
@@ -150,7 +150,7 @@ export default function HomePage() {
|
||||
tag="Get Started"
|
||||
text="Ready to print your next big project? Get a quote today."
|
||||
primaryButton={{
|
||||
text: "Contact Us", href: "mailto:hello@pressmaster.com"}}
|
||||
text: "Contact Us", href: ""}}
|
||||
secondaryButton={{
|
||||
text: "Schedule Call", href: "#"}}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user