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