3 Commits

Author SHA1 Message Date
89ffe5cd53 Update src/app/page.tsx 2026-05-08 21:10:26 +00:00
5b2e80807f Update src/app/page.tsx 2026-05-08 21:09:59 +00:00
cf87b6a70a Merge version_1 into main
Merge version_1 into main
2026-05-08 21:08:06 +00:00

View File

@@ -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>
);
}
}