2 Commits

Author SHA1 Message Date
8fad30ba3d Update src/app/page.tsx 2026-04-17 23:56:47 +00:00
976f1edaa8 Merge version_1 into main
Merge version_1 into main
2026-04-17 23:54:39 +00:00

View File

@@ -36,7 +36,7 @@ export default function LandingPage() {
{ name: "Explore", id: "#products" },
{ name: "Pricing", id: "#pricing" },
]}
brandName="ArtPrint"
brandName="Grafiqo"
/>
</div>
@@ -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."
/>
</div>
@@ -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() {
<div id="footer" data-section="footer">
<FooterLogoReveal
logoText="ArtPrint"
logoText="Grafiqo"
leftLink={{
text: "Privacy Policy", href: "#"}}
rightLink={{
@@ -199,4 +199,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}