diff --git a/src/views/landing/HeroSection.vue b/src/views/landing/HeroSection.vue index b32bba1e6..b5eb80b00 100644 --- a/src/views/landing/HeroSection.vue +++ b/src/views/landing/HeroSection.vue @@ -3,7 +3,7 @@
-
+
primevue templates
@@ -12,7 +12,7 @@
-
+
primevue templates
@@ -23,7 +23,7 @@
-
+
primevue core
@@ -42,7 +42,7 @@
-
+
primevue icons
@@ -53,7 +53,7 @@
-
+
primevue templates
@@ -107,6 +107,11 @@ export default { }, mounted() { this.setAnimation = true + }, + methods: { + navigateTo(url) { + window.location.href = url; + } } } \ No newline at end of file