Compare commits

...

16 Commits

Author SHA1 Message Date
8e2c7a9209 Update src/pages/HomePage.tsx 2026-06-25 06:49:01 +00:00
4fb5d16cd3 Update src/pages/HomePage.tsx 2026-06-25 06:48:12 +00:00
6c8ec06178 Update src/pages/HomePage.tsx 2026-06-25 06:47:36 +00:00
c87ae8ceb7 Update src/pages/HomePage.tsx 2026-06-25 06:47:02 +00:00
8d8d47a3c5 Update src/pages/HomePage.tsx 2026-06-25 06:46:43 +00:00
7a00fb1dac Update src/pages/HomePage.tsx 2026-06-25 06:46:13 +00:00
dee8692169 Update src/pages/HomePage.tsx 2026-06-25 06:45:50 +00:00
98db541d5d Update src/pages/HomePage.tsx 2026-06-25 06:45:23 +00:00
e155e6cb36 Update src/pages/HomePage.tsx 2026-06-25 06:44:59 +00:00
3a3a44ad4a Update src/pages/HomePage.tsx 2026-06-25 06:44:10 +00:00
0a77cc2bed Update src/components/Layout.tsx 2026-06-25 06:21:40 +00:00
6b1e89ae29 Update src/pages/HomePage.tsx 2026-06-25 06:20:53 +00:00
bacc7bb493 Update src/pages/HomePage.tsx 2026-06-25 06:19:37 +00:00
19e8e9761d Update src/pages/HomePage.tsx 2026-06-25 06:16:12 +00:00
215bbc01f2 Update src/pages/HomePage.tsx 2026-06-25 06:15:44 +00:00
9209405c1c Update theme fonts 2026-06-25 06:13:06 +00:00
3 changed files with 14 additions and 14 deletions

View File

@@ -54,7 +54,7 @@ export default function Layout() {
</main>
<SectionErrorBoundary name="footer">
<FooterBrand
brand="PressMaster Printing Press"
brand="ተስፋ "
columns={[
{
items: [

View File

@@ -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

View File

@@ -15,20 +15,20 @@ 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"}}
secondaryButton={{
text: "View Samples", href: "#products"}}
items={[
{ imageSrc: "http://img.b2bpic.net/free-photo/professional-artist-looking-drawing_23-2148372158.jpg" },
{ imageSrc: "http://img.b2bpic.net/free-photo/aesthetic-abstract-chromatography-background-blue-tone_53876-110516.jpg" },
{ imageSrc: "http://img.b2bpic.net/free-photo/cropped-shot-milling-machine-operator_74855-5031.jpg" },
{ imageSrc: "http://img.b2bpic.net/free-photo/still-life-stacks-papers-documents_23-2151118343.jpg" },
{ imageSrc: "https://storage.googleapis.com/webild/users/user_3FcHZXQUpUgom9gxRqfnO1tkt11/uploaded-1782368100775-cqtlyiyo.jpg" },
{ imageSrc: "https://storage.googleapis.com/webild/users/user_3FcHZXQUpUgom9gxRqfnO1tkt11/uploaded-1782369763332-f4u96p26.jpg" },
{ imageSrc: "https://storage.googleapis.com/webild/users/user_3FcHZXQUpUgom9gxRqfnO1tkt11/uploaded-1782369798289-kwrdscye.webp" },
{ imageSrc: "https://storage.googleapis.com/webild/users/user_3FcHZXQUpUgom9gxRqfnO1tkt11/uploaded-1782369776523-iska662h.webp" },
{ imageSrc: "http://img.b2bpic.net/free-photo/still-life-fashion-designer-s-office_23-2150543709.jpg" },
{ imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-flimsy-paper-with-wooden-background_23-2148252364.jpg" },
{ imageSrc: "https://storage.googleapis.com/webild/users/user_3FcHZXQUpUgom9gxRqfnO1tkt11/uploaded-1782368100775-cqtlyiyo.jpg" },
]}
/>
</SectionErrorBoundary>
@@ -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: "#"}}
/>