From 8fad30ba3da7c4dd558863961cf40227419785dc Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 23:56:47 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9d81637..80ff5ec 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -36,7 +36,7 @@ export default function LandingPage() { { name: "Explore", id: "#products" }, { name: "Pricing", id: "#pricing" }, ]} - brandName="ArtPrint" + brandName="Grafiqo" /> @@ -86,7 +86,7 @@ export default function LandingPage() { { tag: "Network", title: "Global Reach", subtitle: "Worldwide distribution", description: "Our printing partners are strategically located across the globe to reach customers faster and cheaper.", imageSrc: "http://img.b2bpic.net/free-photo/identity-copyright-branding-product-marketing-concept_53876-15829.jpg"}, ]} - title="Why Artists Choose ArtPrint" + title="Why Artists Choose Grafiqo" description="Everything you need to turn your digital art into tangible assets without the risk of traditional inventory." /> @@ -179,7 +179,7 @@ export default function LandingPage() { useInvertedBackground={false} background={{ variant: "sparkles-gradient"}} - text="Ready to turn your art into a global business? Start your journey with ArtPrint today." + text="Ready to turn your art into a global business? Start your journey with Grafiqo today." buttons={[ { text: "Contact Support", href: "#"}, @@ -189,7 +189,7 @@ export default function LandingPage() {