Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5f2d20424d | |||
| 89ffe5cd53 | |||
| 473896e458 | |||
| 5b2e80807f | |||
| cf87b6a70a |
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user