Compare commits

...

16 Commits

Author SHA1 Message Date
48716accc1 Update src/pages/HomePage.tsx 2026-06-25 06:54:35 +00:00
a1b327b4b5 Update src/pages/HomePage.tsx 2026-06-25 06:54:06 +00:00
75e0594200 Update src/pages/HomePage.tsx 2026-06-25 06:52:40 +00:00
db1e7fed3a Update src/pages/HomePage.tsx 2026-06-25 06:51:44 +00:00
a005c9938b Update src/pages/HomePage.tsx 2026-06-25 06:50:34 +00:00
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
2 changed files with 9 additions and 9 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

@@ -23,12 +23,12 @@ export default function HomePage() {
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: "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-1782369719874-bkls5wiu.webp" },
{ 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: "https://storage.googleapis.com/webild/users/user_3FcHZXQUpUgom9gxRqfnO1tkt11/uploaded-1782369763332-f4u96p26.jpg" },
{ imageSrc: "https://storage.googleapis.com/webild/users/user_3FcHZXQUpUgom9gxRqfnO1tkt11/uploaded-1782369719874-bkls5wiu.webp" },
]}
/>
</SectionErrorBoundary>
@@ -92,7 +92,7 @@ export default function HomePage() {
description="We are proud of our milestones in serving the local business community."
metrics={[
{ value: "12,000+", title: "Projects Completed", description: "Successfully delivered to satisfied business clients.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-back-school-concept_23-2148586728.jpg" },
{ value: "98%", title: "Client Retention", description: "Consistently providing value and quality long-term.", imageSrc: "http://img.b2bpic.net/free-photo/various-buttons-apparatus_140725-7743.jpg" },
{ value: "98%", title: "Client Retention", description: "Consistently providing value and quality long-term.", imageSrc: "https://storage.googleapis.com/webild/users/user_3FcHZXQUpUgom9gxRqfnO1tkt11/uploaded-1782369763332-f4u96p26.jpg" },
{ value: "24/7", title: "Support Availability", description: "Always here to help with your urgent printing needs.", imageSrc: "http://img.b2bpic.net/free-photo/canvas-floor_23-2148014056.jpg" },
]}
/>
@@ -152,7 +152,7 @@ export default function HomePage() {
primaryButton={{
text: "Contact Us", href: ""}}
secondaryButton={{
text: "Schedule Call", href: "#"}}
text: "Schedule Call", href: ""}}
/>
</SectionErrorBoundary>
</div>