Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-05-08 21:10:05 +00:00

View File

@@ -76,7 +76,7 @@ export default function LandingPage() {
<TextAbout
useInvertedBackground={false}
title="Elevate Your Brand Identity"
buttons={[{ text: "Learn More", href: "#services" }]}
buttons={[{ text: "Learn More", href: "#services" }]
/>
</div>
@@ -179,10 +179,10 @@ export default function LandingPage() {
<ContactCTA
useInvertedBackground={false}
background={{ variant: "plain" }}
tag="Get in touch"
title="Ready to bring your idea to life?"
description="Send us your design and we will get back to you with a free quote."
buttons={[{ text: "Contact Us Now", href: "mailto:hello@inkfusion.com" }]}
tag="Stupite u kontakt"
title="Spremni da ostvarite svoju ideju?"
description="Pošaljite nam svoj dizajn i mi ćemo vam odgovoriti sa besplatnom ponudom."
buttons={[{ text: "Kontaktirajte nas", href: "mailto:hello@inkfusion.com" }]}
/>
</div>
@@ -190,12 +190,12 @@ export default function LandingPage() {
<FooterBaseReveal
logoText="InkFusion Prints"
columns={[
{ title: "Links", items: [{ label: "Services", href: "#services" }, { label: "Pricing", href: "#pricing" }] },
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Use", href: "#" }] },
{ title: "Linkovi", items: [{ label: "Usluge", href: "#services" }, { label: "Cene", href: "#pricing" }] },
{ title: "Pravne informacije", items: [{ label: "Politika privatnosti", href: "#" }, { label: "Uslovi korišćenja", href: "#" }] },
]}
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}