Skip to content

Commit a8f3057

Browse files
committed
add testimonials link
1 parent 00340c2 commit a8f3057

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

src/views/index.vue

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,11 @@ const menuItems = ref([
8080
icon: "pi pi-star",
8181
to: { name: "Home", hash: "#features" },
8282
},
83+
{
84+
label: "Testimonials",
85+
icon: "pi pi-star",
86+
to: { name: "Home", hash: "#testimonials" },
87+
},
8388
{
8489
label: "Pricing",
8590
icon: "pi pi-dollar",
@@ -242,7 +247,8 @@ const closeMobileMenu = () => {
242247
right: 0;
243248
z-index: 999;
244249
padding: 1rem;
245-
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
250+
box-shadow:
251+
0 4px 6px -1px rgba(0, 0, 0, 0.1),
246252
0 2px 4px -1px rgba(0, 0, 0, 0.06);
247253
}
248254
.mobile-nav-link {

0 commit comments

Comments
 (0)